summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-14 14:06:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-14 22:01:27 +0100
commit56f1f4512dbe366d5ba55a2363d1cf1a47f7be56 (patch)
tree598b27e92518274063b09dc6072de4783f623878 /sw
parent00427faebbe66dde8bd2253e67b19e96f982fe27 (diff)
-Werror,-Wunused-private-field
Change-Id: I7a65695e8ccca57cf3bd0fd3495ecbd6fe147fa9
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/basflt/fltini.cxx1
-rw-r--r--sw/source/filter/inc/fltini.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 7e64eb8d8716..8d42f3047eee 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -312,7 +312,6 @@ void StgReader::SetFltName( const String& rFltNm )
SwRelNumRuleSpaces::SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNDoc )
- : bNewDoc( bNDoc )
{
pNumRuleTbl = new SwNumRuleTbl();
pNumRuleTbl->reserve(8);
diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx
index 55c9f88e1944..115ed3632b4f 100644
--- a/sw/source/filter/inc/fltini.hxx
+++ b/sw/source/filter/inc/fltini.hxx
@@ -71,7 +71,6 @@ void GetWW8Writer( const String&, const String&, WriterRef& );
class SW_DLLPUBLIC SwRelNumRuleSpaces
{
SwNumRuleTbl* pNumRuleTbl; // Liste aller benannten NumRules
- sal_Bool bNewDoc;
public:
SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNewDoc );