summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/inc/backgrnd.hxx1
-rw-r--r--cui/source/tabpages/backgrnd.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 67247d314986..42975d96ece1 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 a9c393448948..1151fb5dcdde 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)