diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:12 +0100 |
commit | f2e743010dec14e358e3b138a35b0cb6f758bb6b (patch) | |
tree | 3c52916e23e8f44cefff9c732fd99473ce4b88aa /unotools/source/config/printwarningoptions.cxx | |
parent | 3b2ec686862e3d3c5634ee06eae12641cf1fe6cf (diff) |
New loplugin:externvar: unotools
Change-Id: I117f5166dffa1514cfc774105b4c94009183fe90
Diffstat (limited to 'unotools/source/config/printwarningoptions.cxx')
-rw-r--r-- | unotools/source/config/printwarningoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/printwarningoptions.cxx b/unotools/source/config/printwarningoptions.cxx index 7e9cc8719c99..4634d7e4698d 100644 --- a/unotools/source/config/printwarningoptions.cxx +++ b/unotools/source/config/printwarningoptions.cxx @@ -221,7 +221,7 @@ Sequence< OUString > SvtPrintWarningOptions_Impl::impl_GetPropertyNames() return seqPropertyNames; } -std::weak_ptr<SvtPrintWarningOptions_Impl> g_pPrintWarningOptions; +static std::weak_ptr<SvtPrintWarningOptions_Impl> g_pPrintWarningOptions; SvtPrintWarningOptions::SvtPrintWarningOptions() { |