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

-Werror,-Wunused-private-field

Change-Id: I8f7c00013d9fbf4d05d4c217d6f211c185ce1c9c
üst 77fd24af
...@@ -262,7 +262,6 @@ private: ...@@ -262,7 +262,6 @@ private:
//UUUU //UUUU
bool mbOfferImportButton; bool mbOfferImportButton;
bool mbPositionsAdapted;
bool mbDirectGraphicSet; bool mbDirectGraphicSet;
Graphic maDirectGraphic; Graphic maDirectGraphic;
OUString maDirectName; OUString maDirectName;
......
...@@ -617,7 +617,6 @@ SvxAreaTabPage::SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : ...@@ -617,7 +617,6 @@ SvxAreaTabPage::SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :
//UUUU //UUUU
mbOfferImportButton(false), mbOfferImportButton(false),
mbPositionsAdapted(false),
mbDirectGraphicSet(false), mbDirectGraphicSet(false),
maDirectGraphic() maDirectGraphic()
{ {
......
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