diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:19:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-28 15:19:23 +0100 |
commit | df9d13dd2e754184a4c6e321b8910ee1bc0cafa1 (patch) | |
tree | 99a72d536c08e8768599aa3ac6bb08b2410c5b0e /cui/source | |
parent | 77fd24afc6b51091c917fe6e98d1f0110acfc616 (diff) |
-Werror,-Wunused-private-field
Change-Id: I8f7c00013d9fbf4d05d4c217d6f211c185ce1c9c
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index a5c1a49a6b6d..32c82f10fe2c 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -262,7 +262,6 @@ private: //UUUU bool mbOfferImportButton; - bool mbPositionsAdapted; bool mbDirectGraphicSet; Graphic maDirectGraphic; OUString maDirectName; diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index 0005b0f3cfdb..1fcd7dc3a39e 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -617,7 +617,6 @@ SvxAreaTabPage::SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : //UUUU mbOfferImportButton(false), - mbPositionsAdapted(false), mbDirectGraphicSet(false), maDirectGraphic() { |