summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/undopage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 11:22:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:12 +0200
commit6928f43c86d05b9229e24d6d199b3f139031d596 (patch)
tree044dadef89408856888da0684b62209a6e9da315 /sd/source/ui/inc/undopage.hxx
parent-Werror,-Wunused-private-field workaround (BluetoothServer) (diff)
downloadcore-6928f43c86d05b9229e24d6d199b3f139031d596.tar.gz
core-6928f43c86d05b9229e24d6d199b3f139031d596.zip
-Werror,-Wunused-private-field (various sd)
Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
Diffstat (limited to 'sd/source/ui/inc/undopage.hxx')
-rw-r--r--sd/source/ui/inc/undopage.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/inc/undopage.hxx b/sd/source/ui/inc/undopage.hxx
index 10a902fe8613..964d4bb869bf 100644
--- a/sd/source/ui/inc/undopage.hxx
+++ b/sd/source/ui/inc/undopage.hxx
@@ -39,7 +39,6 @@ class SdPageFormatUndoAction : public SdUndoAction
sal_Int32 mnOldRight;
sal_Int32 mnOldUpper;
sal_Int32 mnOldLower;
- sal_Bool mbOldScale;
Orientation meOldOrientation;
sal_uInt16 mnOldPaperBin;
sal_Bool mbOldFullSize;
@@ -63,7 +62,6 @@ public:
sal_Int32 nOldRgt,
sal_Int32 nOldUpr,
sal_Int32 nOldLwr,
- sal_Bool bOldScl,
Orientation eOldOrient,
sal_uInt16 nOPaperBin,
sal_Bool bOFullSize,
@@ -85,7 +83,6 @@ public:
mnOldRight (nOldRgt),
mnOldUpper (nOldUpr),
mnOldLower (nOldLwr),
- mbOldScale (bOldScl),
meOldOrientation(eOldOrient),
mnOldPaperBin (nOPaperBin),
mbOldFullSize (bOFullSize),