diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-03 21:03:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-03 21:03:01 +0200 |
commit | 8b7ec376c38886ed26520034db35ce094b94c114 (patch) | |
tree | dfce3329a4142786ee38daf57cecf59130cb6d1e /include | |
parent | f493f4b9327eba14fc6ceb4eced81cf7ed682955 (diff) |
-Werror,-Wunused-private-field
Change-Id: I59979f84602276c9a8aa1ffc1d145c1ef8f0a31f
Diffstat (limited to 'include')
-rw-r--r-- | include/sot/factory.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sot/factory.hxx b/include/sot/factory.hxx index 18f093b77446..659dae88214c 100644 --- a/include/sot/factory.hxx +++ b/include/sot/factory.hxx @@ -39,8 +39,6 @@ class SOT_DLLPUBLIC SotFactory : public SvGlobalName sal_uInt16 nSuperCount; // Anzahl der Superklassen const SotFactory ** pSuperClasses; // Superklassen - OUString aClassName; - protected: virtual ~SotFactory(); public: @@ -51,8 +49,7 @@ public: static const SotFactory * Find( const SvGlobalName & ); #endif - SotFactory( const SvGlobalName &, - const OUString & rClassName ); + SotFactory( const SvGlobalName & ); void PutSuperClass( const SotFactory * ); |