summaryrefslogtreecommitdiffstats
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:40:58 +0100
commit86dfe7724accd0e291570c9546d4ddc38974ba32 (patch)
tree0e4839e9a6ed7ebd3c066a84b8a84edf3242ab21 /sdext
parentNew loplugin:externvar: sfx2 (diff)
downloadcore-86dfe7724accd0e291570c9546d4ddc38974ba32.tar.gz
core-86dfe7724accd0e291570c9546d4ddc38974ba32.zip
New loplugin:externvar: sdext
Change-Id: I46185dcefcd369f623fe4f4773e78275711d7f18
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/test/pdfunzip.cxx2
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 )
{