summaryrefslogtreecommitdiff
path: root/oox/source/vml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 13:24:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 19:50:18 +0200
commit740d87c0cc833a8159d79100f789033750a8427c (patch)
treebf807ab21b2ac716238acc669ccaef79906225c6 /oox/source/vml
parent38cfe86259c63b0080d3f064dd0e7999d2eeee76 (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: oox
Change-Id: I1c6a2852e4794529ec7d55ceae485196a8170e24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97617 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'oox/source/vml')
-rw-r--r--oox/source/vml/vmlinputstream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/vml/vmlinputstream.cxx b/oox/source/vml/vmlinputstream.cxx
index 9a9515685944..5bc5b92db95b 100644
--- a/oox/source/vml/vmlinputstream.cxx
+++ b/oox/source/vml/vmlinputstream.cxx
@@ -263,8 +263,8 @@ bool lclProcessCharacters( OStringBuffer& rBuffer, const OString& rChars )
} // namespace
-static const OString gaOpeningCData( "<![CDATA[" );
-static const OString gaClosingCData( "]]>" );
+const OString gaOpeningCData( "<![CDATA[" );
+const OString gaClosingCData( "]]>" );
InputStream::InputStream( const Reference< XComponentContext >& rxContext, const Reference< XInputStream >& rxInStrm ) :
// use single-byte ISO-8859-1 encoding which maps all byte characters to the first 256 Unicode characters