diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-08-02 18:18:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-08-02 18:23:38 +0200 |
commit | 75596f03ac498795a0d669bc1987e7bc372a53b0 (patch) | |
tree | 35c8ae2f71d34b9e9da282dcb4f72c75537d8b92 /sot/inc | |
parent | 67ecd3b1a23189b99e9509fab0b6c60d8648038a (diff) |
callcatcher: remove unused methods
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 ); |