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

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Dec 28 23:10:55 UTC 2016


 framework/source/services/desktop.cxx |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 7b3f5a9c939c6976f6cf58bf0acfce3b8d8ae793
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Dec 28 23:56:26 2016 +0100

    fix indentation
    
    Change-Id: I37c3864ad3c7293f46190d6492a47f640e0dcb81
    Reviewed-on: https://gerrit.libreoffice.org/32484
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 01d24fa..d11fad7 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -313,13 +313,13 @@ sal_Bool SAL_CALL Desktop::terminate()
         impl_sendCancelTerminationEvent(lCalledTerminationListener);
     else
     {
-            // "Protect" us against dispose before terminate calls!
-            // see dispose() for further information.
-            /* SAFE AREA --------------------------------------------------------------------------------------- */
-            SolarMutexClearableGuard aWriteLock;
-            m_bIsTerminated = true;
-            aWriteLock.clear();
-            /* UNSAFE AREA ------------------------------------------------------------------------------------- */
+        // "Protect" us against dispose before terminate calls!
+        // see dispose() for further information.
+        /* SAFE AREA --------------------------------------------------------------------------------------- */
+        SolarMutexClearableGuard aWriteLock;
+        m_bIsTerminated = true;
+        aWriteLock.clear();
+        /* UNSAFE AREA ------------------------------------------------------------------------------------- */
 
         impl_sendNotifyTerminationEvent();
 


More information about the Libreoffice-commits mailing list