summaryrefslogtreecommitdiffstats
path: root/include/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-25 09:45:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-25 09:45:17 +0100
commit6eb6a249105cbbc48a144d72f2f7c09aeb9bed2e (patch)
treee32ab1ba838176b75f2ec7c04a7a7b3498e25b92 /include/desktop
parenttdf#97936: SVGIO: Add unittest (diff)
downloadcore-6eb6a249105cbbc48a144d72f2f7c09aeb9bed2e.tar.gz
core-6eb6a249105cbbc48a144d72f2f7c09aeb9bed2e.zip
loplugin:staticmethods
Change-Id: Ia7cdf11b668286360a1701a52263a1e57261cf39
Diffstat (limited to 'include/desktop')
-rw-r--r--include/desktop/crashreport.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx
index f7f36e3494f5..b1f15fb731b4 100644
--- a/include/desktop/crashreport.hxx
+++ b/include/desktop/crashreport.hxx
@@ -32,8 +32,6 @@ class DESKTOP_DLLPUBLIC CrashReporter
public:
static void AddKeyValue(const OUString& rKey, const OUString& rValue);
- static const char* getIniFileName();
-
private:
static std::map<OUString, OUString> maValueMap;