summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobjfactory.hxx
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas.kanapickas@gmail.com>2010-10-18 19:33:02 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 19:33:02 +0100
commit42b0ace3fa39a2f672d2222ea57482258058d249 (patch)
tree89a2ec5bce3b142c21dfac67abb3dccd1b85a63b /lotuswordpro/source/filter/lwpobjfactory.hxx
parentd5c6b69895b269ff46e8c45b8a1d1511f5aeee85 (diff)
remove non-compiled code
Diffstat (limited to 'lotuswordpro/source/filter/lwpobjfactory.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpobjfactory.hxx25
1 files changed, 2 insertions, 23 deletions
diff --git a/lotuswordpro/source/filter/lwpobjfactory.hxx b/lotuswordpro/source/filter/lwpobjfactory.hxx
index 9d7640f2ef48..8da420e5c796 100644
--- a/lotuswordpro/source/filter/lwpobjfactory.hxx
+++ b/lotuswordpro/source/filter/lwpobjfactory.hxx
@@ -69,18 +69,7 @@
#include "lwpobj.hxx"
#include "lwpobjhdr.hxx"
#include "lwpidxmgr.hxx"
-#if 0
-#ifdef WIN32
-#include <so3/svstor.hxx>
-#include <so3/outplace.hxx>
-#include <so3/ipobj.hxx>
-#include <so3/factory.hxx>
-#include <svx/svdoole2.hxx>
-#include <svx/svdpage.hxx>
-#include <sfx2/objsh.hxx>
-#include <sot/storinfo.hxx>
-#endif //WIN32
-#endif
+
/**
* @brief object factory used for lwp object creation and maintenance
*/
@@ -124,17 +113,7 @@ public:
void ReleaseObject(const LwpObjectID &objID);
void ReadIndex(LwpSvStream* pStrm);
LwpIndexManager* GetIndexManager(){return &m_IndexMgr;}
-#if 0
-// for OLE objects in current wordpro file
-#ifdef WIN32
-private:
- SvStorageRef m_objStor;
- SvStorageInfoList m_infoList;
-public:
- void SetOleObjInfo(SvStorageRef & objStor);
- void GetOleObjInfo(SvStorageRef & objStor, SvStorageInfoList ** ppInfoList);
-#endif
-#endif
+
};
#endif