summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/appl/appdde.cxx2
-rw-r--r--sfx2/source/inc/appdata.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 9d3d63429e32..9de5f084c4cf 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -229,8 +229,6 @@ public:
};
-class SfxDdeDocTopics_Impl : public std::vector<SfxDdeDocTopic_Impl*> {};
-
#if defined( WNT )
namespace {
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx
index 19fd3ed8b122..ead6ea5444fb 100644
--- a/sfx2/source/inc/appdata.hxx
+++ b/sfx2/source/inc/appdata.hxx
@@ -33,7 +33,7 @@
class SfxApplication;
class SfxProgress;
-class SfxDdeDocTopics_Impl;
+class SfxDdeDocTopic_Impl;
class DdeService;
class SfxItemPool;
class SfxFilterMatcher;
@@ -63,6 +63,8 @@ namespace sfx2 {
typedef Link* LinkPtr;
+typedef std::vector<SfxDdeDocTopic_Impl*> SfxDdeDocTopics_Impl;
+
class SfxAppData_Impl
{
public: