summaryrefslogtreecommitdiff
path: root/include/svl/svdde.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/svdde.hxx')
-rw-r--r--include/svl/svdde.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 2415ad8e03ba..003a14f83923 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -43,7 +43,7 @@ class DdeTopic;
class DdeService;
struct DdeDataImp;
struct DdeImp;
-class DdeItemImp;
+struct DdeItemImpData;
struct Conversation;
typedef ::std::vector< DdeService* > DdeServices;
@@ -207,7 +207,7 @@ class SVL_DLLPUBLIC DdeItem
friend class DdeTopic;
DdeString* pName;
DdeTopic* pMyTopic;
- DdeItemImp* pImpData;
+ std::vector<DdeItemImpData>* pImpData;
protected:
sal_uInt8 nType;