[Libreoffice-commits] core.git: desktop/source

Stephan Bergmann sbergman at redhat.com
Thu Feb 25 10:39:21 UTC 2016


 desktop/source/app/crashreport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fde723ad7214682633ce73e428b0cc06ac4f18e9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 25 11:38:49 2016 +0100

    typo
    
    Change-Id: Id0b3cb33996a73f9be1f268a369af9f4d5f2df60

diff --git a/desktop/source/app/crashreport.cxx b/desktop/source/app/crashreport.cxx
index 49842d4..4065b4d 100644
--- a/desktop/source/app/crashreport.cxx
+++ b/desktop/source/app/crashreport.cxx
@@ -18,7 +18,7 @@ osl::Mutex CrashReporter::maMutex;
 
 namespace {
 
-const char* CrashReporter::getIniFileName()
+const char* getIniFileName()
 {
     return "/tmp/dump.ini";
 }


More information about the Libreoffice-commits mailing list