summaryrefslogtreecommitdiff
path: root/sot/inc/sot/sotdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/inc/sot/sotdata.hxx')
-rw-r--r--sot/inc/sot/sotdata.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sot/inc/sot/sotdata.hxx b/sot/inc/sot/sotdata.hxx
index 22cfb86c116b..065917932132 100644
--- a/sot/inc/sot/sotdata.hxx
+++ b/sot/inc/sot/sotdata.hxx
@@ -51,8 +51,12 @@ struct SotData_Impl
sal_uInt32 nSvObjCount;
std::list<SotObject*> aObjectList;
SotFactoryList * pFactoryList;
+ SotFactory * pSotObjectFactory;
+ SotFactory * pSotStorageStreamFactory;
+ SotFactory * pSotStorageFactory;
tDataFlavorList* pDataFlavorList;
SotData_Impl();
+ ~SotData_Impl();
};
SOT_DLLPUBLIC SotData_Impl* SOTDATA();