diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 15:31:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 16:24:37 +0100 |
commit | eac73d585519e950e639a17f4f3ae99a5ceb2daf (patch) | |
tree | 38fd6f569ab898953dab410817d24bb216828b96 | |
parent | 9ae70a7c16397a1840c88da55d60eb6406a32c18 (diff) |
coverity#738829 unused mpVDev member
Change-Id: Iaafca9ec66cda8e1ce81c92b1cf4c7981685e563
-rw-r--r-- | sd/source/ui/inc/FrameView.hxx | 1 |
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; |