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

Aron Budea aron.budea at collabora.com
Wed May 10 04:17:36 UTC 2017


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

New commits:
commit 910ead9c8344f32ba3d280a777306490aed5dac2
Author: Aron Budea <aron.budea at collabora.com>
Date:   Tue May 9 23:22:17 2017 +0200

    tdf#104312: add missing #include
    
    It wasn't needed on master, but libreoffice-5-3 didn't
    compile with the change, let's have it in both branches.
    
    Change-Id: I3875cc71d3fee34504573e7148b91c1bdd4c6764
    Reviewed-on: https://gerrit.libreoffice.org/37442
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Aron Budea <aron.budea at collabora.com>

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 45d9830ac25f..c6eafe70bb46 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -24,6 +24,7 @@
 #include <sal/config.h>
 
 #include <iostream>
+#include <mutex>
 #if defined UNX
 #include <signal.h>
 #endif
@@ -480,7 +481,7 @@ OUString ReplaceStringHookProc( const OUString& rStr )
         sBrandName = BrandName::get();
         sVersion = Version::get();
         sAboutBoxVersion = AboutBoxVersion::get();
-        sAboutBoxVersionSuffix =AboutBoxVersionSuffix::get();
+        sAboutBoxVersionSuffix = AboutBoxVersionSuffix::get();
         sExtension = Extension::get();
 
         if ( sBrandName.isEmpty() )


More information about the Libreoffice-commits mailing list