summaryrefslogtreecommitdiff
path: root/include/svtools/apearcfg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 12:00:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 12:07:43 +0200
commit789280ef6450a3e484316ace55b082dfdb588f7c (patch)
tree72838aaa33cec1b2c410be8364c1d5781449c44a /include/svtools/apearcfg.hxx
parent358d88d08bbbee155aaf9eeb49846f75cbead1c5 (diff)
loplugin:staticmethods: svtools
Change-Id: I0d44473c34131d7e843a40ade7261c0022104bfa
Diffstat (limited to 'include/svtools/apearcfg.hxx')
-rw-r--r--include/svtools/apearcfg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/apearcfg.hxx b/include/svtools/apearcfg.hxx
index f7a4019f7cfd..653dda7132d5 100644
--- a/include/svtools/apearcfg.hxx
+++ b/include/svtools/apearcfg.hxx
@@ -54,7 +54,7 @@ class SVT_DLLPUBLIC SvtTabAppearanceCfg : public utl::ConfigItem
static bool bInitialized ;
- SVT_DLLPRIVATE const css::uno::Sequence<OUString>& GetPropertyNames();
+ SVT_DLLPRIVATE static const css::uno::Sequence<OUString>& GetPropertyNames();
virtual void ImplCommit() override;
public: