diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-12 22:01:31 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-13 11:03:09 +0100 |
commit | 5140fe150b2962f2973bd07e770df46fee7ab25d (patch) | |
tree | e4524ec8400724447dff34d287c00e3768d7871e /sc | |
parent | d5016b013672056f89f908b6cde38183fad145bb (diff) |
sc: loplugin:badstatics: clear ScGlobal::xDrawClipDocShellRef
Change-Id: Iede68e39a449ad0ea4a07d0a349c70c523ad6633
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/global.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |