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

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Sep 18 16:49:08 UTC 2016


 sc/source/ui/view/cellsh1.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 0a2d66c66642c6f1a65039861087592311457b37
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Sep 18 10:07:27 2016 +0200

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

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index d44f759..c31db96 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -127,9 +127,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
             case SID_OPENDLG_CONDFRMT:
             case SID_OPENDLG_COLORSCALE:
             case SID_OPENDLG_DATABAR:
-
-            pScMod->InputEnterHandler();
-            pTabViewShell->UpdateInputHandler();
+                pScMod->InputEnterHandler();
+                pTabViewShell->UpdateInputHandler();
             break;
 
             default:


More information about the Libreoffice-commits mailing list