From 5140fe150b2962f2973bd07e770df46fee7ab25d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 12 Nov 2015 22:01:31 +0100 Subject: sc: loplugin:badstatics: clear ScGlobal::xDrawClipDocShellRef Change-Id: Iede68e39a449ad0ea4a07d0a349c70c523ad6633 --- sc/source/core/data/global.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc') diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 8e02f7fd68d0..2053f5503176 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -650,6 +650,7 @@ void ScGlobal::Clear() ScDocumentPool::DeleteVersionMaps(); DELETEZ(pEmptyOUString); + xDrawClipDocShellRef.Clear(); } rtl_TextEncoding ScGlobal::GetCharsetValue( const OUString& rCharSet ) -- cgit