summaryrefslogtreecommitdiff
path: root/sw/inc/pvprtdat.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 11:25:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:12 +0200
commit84db94e97bf088cf442db5f97fefbe41fd45c1bb (patch)
tree061249ae846c064412204baf1d45b5a892ff0d2a /sw/inc/pvprtdat.hxx
parent6928f43c86d05b9229e24d6d199b3f139031d596 (diff)
-Werror,-Wunused-private-field (various sw)
Change-Id: Ib2becb2af810da0fa3d24bd0aa21887d41e2f34c
Diffstat (limited to 'sw/inc/pvprtdat.hxx')
-rw-r--r--sw/inc/pvprtdat.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/pvprtdat.hxx b/sw/inc/pvprtdat.hxx
index 19a4785bcb60..513b1b3dabe3 100644
--- a/sw/inc/pvprtdat.hxx
+++ b/sw/inc/pvprtdat.hxx
@@ -29,12 +29,11 @@ class SwPagePreViewPrtData
nHorzSpace, nVertSpace;
sal_uInt8 nRow, nCol;
sal_Bool bLandscape : 1;
- sal_Bool bStretch : 1;
public:
SwPagePreViewPrtData()
: nLeftSpace(0), nRightSpace(0), nTopSpace(0), nBottomSpace(0),
nHorzSpace(0), nVertSpace(0), nRow(1), nCol(1),
- bLandscape(0),bStretch(0)
+ bLandscape(0)
{}
sal_uLong GetLeftSpace() const { return nLeftSpace; }