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

New commits:
commit 0a2d66c66642c6f1a65039861087592311457b37
Author: Markus Mohrhard <markus.mohrh...@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 <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to