Kaydet (Commit) 56f1f451 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I7a65695e8ccca57cf3bd0fd3495ecbd6fe147fa9
üst 00427fae
...@@ -312,7 +312,6 @@ void StgReader::SetFltName( const String& rFltNm ) ...@@ -312,7 +312,6 @@ void StgReader::SetFltName( const String& rFltNm )
SwRelNumRuleSpaces::SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNDoc ) SwRelNumRuleSpaces::SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNDoc )
: bNewDoc( bNDoc )
{ {
pNumRuleTbl = new SwNumRuleTbl(); pNumRuleTbl = new SwNumRuleTbl();
pNumRuleTbl->reserve(8); pNumRuleTbl->reserve(8);
......
...@@ -71,7 +71,6 @@ void GetWW8Writer( const String&, const String&, WriterRef& ); ...@@ -71,7 +71,6 @@ void GetWW8Writer( const String&, const String&, WriterRef& );
class SW_DLLPUBLIC SwRelNumRuleSpaces class SW_DLLPUBLIC SwRelNumRuleSpaces
{ {
SwNumRuleTbl* pNumRuleTbl; // Liste aller benannten NumRules SwNumRuleTbl* pNumRuleTbl; // Liste aller benannten NumRules
sal_Bool bNewDoc;
public: public:
SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNewDoc ); SwRelNumRuleSpaces( SwDoc& rDoc, sal_Bool bNewDoc );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment