summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-01 14:24:26 +0200
committerNoel Grandin <noel@peralex.com>2015-04-02 09:38:29 +0200
commit1a18cafecb06a76e872f5f1a9434160ea8ffd881 (patch)
tree192d5fc8c69eca2f8ead62b2678c37a4c6acd515 /sdext
parentaa1b911b64641bbf29991af7c6f7798739aba667 (diff)
loplugin:staticmethods
Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/minimizer/configurationaccess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/minimizer/configurationaccess.hxx b/sdext/source/minimizer/configurationaccess.hxx
index 5157ef60bbbf..d8f6c01d8148 100644
--- a/sdext/source/minimizer/configurationaccess.hxx
+++ b/sdext/source/minimizer/configurationaccess.hxx
@@ -120,7 +120,7 @@ class ConfigurationAccess
void LoadStrings();
void LoadConfiguration();
css::uno::Reference< css::uno::XInterface > OpenConfiguration( bool bReadOnly );
- css::uno::Reference< css::uno::XInterface > GetConfigurationNode(
+ static css::uno::Reference< css::uno::XInterface > GetConfigurationNode(
const css::uno::Reference< css::uno::XInterface >& xRoot, const OUString& sPathToNode );
};