[Libreoffice-commits] core.git: include/desktop
Miklos Vajna
vmiklos at collabora.co.uk
Thu Feb 25 08:36:15 UTC 2016
include/desktop/crashreport.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2dddc338db78efafcadb384d9feac440fb976654
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Feb 25 09:35:31 2016 +0100
desktop: fix loplugin:staticmethods
Change-Id: Ic9f86c991de8faecd3071805762e83132196cfd7
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx
index ace76c7..f7f36e3 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:
More information about the Libreoffice-commits
mailing list