diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-15 20:35:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-16 11:23:11 +0100 |
commit | de7499b4b6703d7e42b01059717a0d4ca92c4229 (patch) | |
tree | aaf0521a81f8926c5137e0d2c5c7c98a0e38898e /include | |
parent | 804597191bc70be080be59f093e96b2cda37e6a9 (diff) |
coverity#1202941 Uninitialized scalar field
Change-Id: Iefb8e754d60c66a54d67ccb66e47f04e2b37912b
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdpntv.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index 95a7738f9185..0c5dbcd91a33 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -161,7 +161,6 @@ protected: sal_uInt16 nMinMovPix; sal_uInt16 nHitTolLog; sal_uInt16 nMinMovLog; - sal_uIntPtr nMasterCacheMode; sal_uIntPtr nGraphicManagerDrawMode; // hold an incarnation of Drawinglayer configuration options |