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

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Thu Jul 5 14:49:09 UTC 2018


 sc/source/ui/view/cellsh1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25b74c5b725a2c76ce5b1d513e868a488628a7a8
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Thu Jun 28 11:22:43 2018 +0200

    Adjust indentation to match surrounding code
    
    Change-Id: I631fe8553907c5ddc979a139c8cc77d3902d204a
    Reviewed-on: https://gerrit.libreoffice.org/57014
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 35bb8dcf1a73..b7d5486a8ab7 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2661,7 +2661,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
             }
             break;
 
-            case SID_SELECT_UNPROTECTED_CELLS:
+        case SID_SELECT_UNPROTECTED_CELLS:
             {
                 ScViewData* pData = GetViewData();
                 SCTAB aTab = pData->GetTabNo();


More information about the Libreoffice-commits mailing list