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.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx
index bf31a1ed94c7..c8e2efa4881c 100644
--- a/svl/source/svdde/ddeimp.hxx
+++ b/svl/source/svdde/ddeimp.hxx
@@ -29,9 +29,9 @@
#include <tools/shl.hxx>
#include <vector>
-// ----------------
+
// - Conversation -
-// ----------------
+
struct Conversation
{
@@ -41,9 +41,9 @@ struct Conversation
typedef ::std::vector< Conversation* > ConvList;
-// ---------------
+
// - DdeInternal -
-// ---------------
+
class DdeInternal
{
@@ -59,9 +59,9 @@ public:
static DdeItem* FindItem( DdeTopic&, HSZ );
};
-// -------------
+
// - DdeString -
-// -------------
+
class DdeString
{
@@ -81,9 +81,9 @@ public:
OUString toOUString() const { return m_aString; }
};
-// --------------
+
// - DdeDataImp -
-// --------------
+
struct DdeDataImp
{