From 2dddc338db78efafcadb384d9feac440fb976654 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 25 Feb 2016 09:35:31 +0100 Subject: desktop: fix loplugin:staticmethods Change-Id: Ic9f86c991de8faecd3071805762e83132196cfd7 --- include/desktop/crashreport.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx index ace76c772816..f7f36e3494f5 100644 --- a/include/desktop/crashreport.hxx +++ b/include/desktop/crashreport.hxx @@ -32,7 +32,7 @@ class DESKTOP_DLLPUBLIC CrashReporter public: static void AddKeyValue(const OUString& rKey, const OUString& rValue); - const char* getIniFileName(); + static const char* getIniFileName(); private: -- cgit