From 56f1f4512dbe366d5ba55a2363d1cf1a47f7be56 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Dec 2012 14:06:24 +0100 Subject: -Werror,-Wunused-private-field Change-Id: I7a65695e8ccca57cf3bd0fd3495ecbd6fe147fa9 --- sw/source/filter/basflt/fltini.cxx | 1 - sw/source/filter/inc/fltini.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sw') 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 ); -- cgit