From de7499b4b6703d7e42b01059717a0d4ca92c4229 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Apr 2014 20:35:20 +0100 Subject: coverity#1202941 Uninitialized scalar field Change-Id: Iefb8e754d60c66a54d67ccb66e47f04e2b37912b --- include/svx/svdpntv.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx') 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 -- cgit