summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-19 12:37:15 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-19 12:40:59 +0300
commit074b29c368720d6552bb5a29e1aae4b8728a7549 (patch)
treef371817beb0f9355fed7066d88622d0e8862c985 /sd
parentb432c08206c2b3da93c502ec458668d675d2839f (diff)
WaE: private field 'mbPageRatioKnown' is not used
Change-Id: Id9efce7b1308a022db14865cf9fbee33ff939e34
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/MasterPageContainer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx
index 906f880e0f3f..385377194400 100644
--- a/sd/source/ui/sidebar/MasterPageContainer.cxx
+++ b/sd/source/ui/sidebar/MasterPageContainer.cxx
@@ -166,7 +166,6 @@ private:
Size maSmallPreviewSizePixel;
Size maLargePreviewSizePixel;
- bool mbPageRatioKnown;
bool mbContainerCleaningPending;
@@ -594,7 +593,6 @@ MasterPageContainer::Implementation::Implementation (void)
maChangeListeners(),
maSmallPreviewSizePixel(),
maLargePreviewSizePixel(),
- mbPageRatioKnown(false),
mbContainerCleaningPending(true)
{