diff options
Diffstat (limited to 'sot/inc')
-rw-r--r-- | sot/inc/sot/factory.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sot/inc/sot/factory.hxx b/sot/inc/sot/factory.hxx index d6eba9afe60a..28f4cd687f06 100644 --- a/sot/inc/sot/factory.hxx +++ b/sot/inc/sot/factory.hxx @@ -56,14 +56,11 @@ protected: virtual ~SotFactory(); public: TYPEINFO(); - static void DeInit(); static void IncSvObjectCount( SotObject * = NULL ); static void DecSvObjectCount( SotObject * = NULL ); - static sal_uInt32 GetSvObjectCount(); static void TestInvariant(); static const SotFactory * Find( const SvGlobalName & ); - static const SotFactoryList * GetFactoryList(); SotFactory( const SvGlobalName &, const String & rClassName, CreateInstanceType ); |