summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/inc/svl/svdde.hxx2
-rw-r--r--svl/source/svdde/ddeimp.hxx6
2 files changed, 2 insertions, 6 deletions
diff --git a/svl/inc/svl/svdde.hxx b/svl/inc/svl/svdde.hxx
index 825e8992076c..0895a8119e9c 100644
--- a/svl/inc/svl/svdde.hxx
+++ b/svl/inc/svl/svdde.hxx
@@ -44,7 +44,7 @@ struct DdeImp;
class DdeItemImp;
struct Conversation;
-class DdeServices : public ::std::vector< DdeService* > {};
+typedef ::std::vector< DdeService* > DdeServices;
typedef ::std::vector< long > DdeFormats;
typedef ::std::vector< Conversation* > ConvList;
diff --git a/svl/source/svdde/ddeimp.hxx b/svl/source/svdde/ddeimp.hxx
index 08004630553c..99e2ec276774 100644
--- a/svl/source/svdde/ddeimp.hxx
+++ b/svl/source/svdde/ddeimp.hxx
@@ -26,12 +26,9 @@
#include <tools/string.hxx>
#include <tools/shl.hxx>
#include <boost/noncopyable.hpp>
+#include <svl/svdde.hxx>
#include <vector>
-class DdeService;
-class DdeTopic;
-class DdeItem;
-
// ----------------
// - Conversation -
// ----------------
@@ -112,7 +109,6 @@ struct DdeDataImp
};
class DdeConnection;
-class DdeServices;
class DdeInstData : private boost::noncopyable
{