summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-03 21:03:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-03 21:03:01 +0200
commit8b7ec376c38886ed26520034db35ce094b94c114 (patch)
treedfce3329a4142786ee38daf57cecf59130cb6d1e /include/sot
parentf493f4b9327eba14fc6ceb4eced81cf7ed682955 (diff)
-Werror,-Wunused-private-field
Change-Id: I59979f84602276c9a8aa1ffc1d145c1ef8f0a31f
Diffstat (limited to 'include/sot')
-rw-r--r--include/sot/factory.hxx5
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 * );