summaryrefslogtreecommitdiff
path: root/svl/source/svdde/ddeimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/svdde/ddeimp.hxx')
-rw-r--r--svl/source/svdde/ddeimp.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx
index 2c75311f8d38..61be1701f084 100644
--- a/svl/source/svdde/ddeimp.hxx
+++ b/svl/source/svdde/ddeimp.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -141,10 +141,10 @@ public:
struct DdeDataImp
{
- HDDEDATA hData;
- LPBYTE pData;
- long nData;
- ULONG nFmt;
+ HDDEDATA hData;
+ LPBYTE pData;
+ long nData;
+ ULONG nFmt;
};
class DdeConnections;
@@ -152,20 +152,20 @@ class DdeServices;
struct DdeInstData
{
- USHORT nRefCount;
- DdeConnections* pConnections;
+ USHORT nRefCount;
+ DdeConnections* pConnections;
// Server
- long hCurConvSvr;
- ULONG hDdeInstSvr;
- short nInstanceSvr;
- DdeServices* pServicesSvr;
+ long hCurConvSvr;
+ ULONG hDdeInstSvr;
+ short nInstanceSvr;
+ DdeServices* pServicesSvr;
// Client
- ULONG hDdeInstCli;
- short nInstanceCli;
+ ULONG hDdeInstCli;
+ short nInstanceCli;
};
#ifndef SHL_SVDDE
-#define SHL_SVDDE SHL_SHL2
+#define SHL_SVDDE SHL_SHL2
#endif
inline DdeInstData* ImpGetInstData()