[Libreoffice-commits] .: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jan 19 03:30:43 PST 2013
cui/source/inc/backgrnd.hxx | 1 -
cui/source/tabpages/backgrnd.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit c34cad49fadd376a61904e2201d85fbe908c348b
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sat Jan 19 12:27:14 2013 +0100
-Werror,-Wunused-private-field
Change-Id: I4d340043d7af96dec4f56b28eae1dd727e241da7
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 67247d3..42975d9 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -110,7 +110,6 @@ private:
sal_Bool bAllowShowSelector : 1;
sal_Bool bIsGraphicValid : 1;
sal_Bool bLinkOnly : 1;
- sal_Bool bResized : 1;
sal_Bool bColTransparency : 1;
sal_Bool bGraphTransparency : 1;
Graphic aBgdGraphic;
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index a9c3934..1151fb5 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -347,7 +347,6 @@ SvxBackgroundTabPage::SvxBackgroundTabPage(Window* pParent, const SfxItemSet& rC
, bAllowShowSelector(true)
, bIsGraphicValid(false)
, bLinkOnly(false)
- , bResized(false)
, bColTransparency(false)
, bGraphTransparency(false)
, pPageImpl(new SvxBackgroundPage_Impl)
More information about the Libreoffice-commits
mailing list