diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:58 +0100 |
commit | 86dfe7724accd0e291570c9546d4ddc38974ba32 (patch) | |
tree | 0e4839e9a6ed7ebd3c066a84b8a84edf3242ab21 /sdext/source | |
parent | 2a87543d86ee47fb819ebfb05fb613236851e3f1 (diff) |
New loplugin:externvar: sdext
Change-Id: I46185dcefcd369f623fe4f4773e78275711d7f18
Diffstat (limited to 'sdext/source')
-rw-r--r-- | sdext/source/pdfimport/test/pdfunzip.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/test/pdfunzip.cxx b/sdext/source/pdfimport/test/pdfunzip.cxx index cb03ad75268f..186167126541 100644 --- a/sdext/source/pdfimport/test/pdfunzip.cxx +++ b/sdext/source/pdfimport/test/pdfunzip.cxx @@ -393,7 +393,7 @@ int write_fonts( const char* i_pInFile, const char* i_pOutFile, PDFFile* i_pPDFF return nRet; } -std::vector< std::pair< sal_Int32, sal_Int32 > > s_aEmitObjects; +static std::vector< std::pair< sal_Int32, sal_Int32 > > s_aEmitObjects; int write_objects( const char* i_pInFile, const char* i_pOutFile, PDFFile* i_pPDFFile ) { |