summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-04 15:31:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-04 16:24:37 +0100
commiteac73d585519e950e639a17f4f3ae99a5ceb2daf (patch)
tree38fd6f569ab898953dab410817d24bb216828b96
parent9ae70a7c16397a1840c88da55d60eb6406a32c18 (diff)
coverity#738829 unused mpVDev member
Change-Id: Iaafca9ec66cda8e1ce81c92b1cf4c7981685e563
-rw-r--r--sd/source/ui/inc/FrameView.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/inc/FrameView.hxx b/sd/source/ui/inc/FrameView.hxx
index 5ea6f55e748c..739debb23452 100644
--- a/sd/source/ui/inc/FrameView.hxx
+++ b/sd/source/ui/inc/FrameView.hxx
@@ -174,7 +174,6 @@ public:
private:
sal_uInt16 mnRefCount;
- VirtualDevice* mpVDev;
sal_Bool mbRuler;
SetOfByte maVisibleLayers;
SetOfByte maLockedLayers;