summaryrefslogtreecommitdiff
path: root/sot/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-09 10:15:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-09 13:57:15 +0000
commit17d5cdfff9a2f8a311428b981a3998b8e33b4d82 (patch)
tree96093219395fd0adeb4d4d16d643b00eb0bb97cc /sot/inc
parenta4845bd70e7e759e853ca0458ee27c65c165c91c (diff)
Three factories in sot never used
Diffstat (limited to 'sot/inc')
-rw-r--r--sot/inc/sot/sotdata.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sot/inc/sot/sotdata.hxx b/sot/inc/sot/sotdata.hxx
index ec8a3563c5c8..22cfb86c116b 100644
--- a/sot/inc/sot/sotdata.hxx
+++ b/sot/inc/sot/sotdata.hxx
@@ -51,9 +51,6 @@ struct SotData_Impl
sal_uInt32 nSvObjCount;
std::list<SotObject*> aObjectList;
SotFactoryList * pFactoryList;
- SotFactory * pSotObjectFactory;
- SotFactory * pSotStorageStreamFactory;
- SotFactory * pSotStorageFactory;
tDataFlavorList* pDataFlavorList;
SotData_Impl();
};