From 87ec1f8857e77c0b8d559fa92416f44b68dd1e63 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 9 Dec 2011 11:45:24 +0000 Subject: callcatcher: remove unused code post automation removal --- sot/source/base/factory.cxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sot/source') diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx index 15ac9b97d825..1a7e80805ad9 100644 --- a/sot/source/base/factory.cxx +++ b/sot/source/base/factory.cxx @@ -48,17 +48,25 @@ SotData_Impl::SotData_Impl() : nSvObjCount( 0 ) , pFactoryList( NULL ) + , pSotObjectFactory( NULL ) + , pSotStorageStreamFactory( NULL ) + , pSotStorageFactory( NULL ) , pDataFlavorList( NULL ) { } +SotData_Impl::~SotData_Impl() +{ + delete pDataFlavorList; + delete pFactoryList; +} + /************************************************************************* |* SOTDATA() |* |* Beschreibung *************************************************************************/ namespace { struct ImplData : public rtl::Static {}; } - SotData_Impl * SOTDATA() { return &ImplData::get(); -- cgit