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

New commits:
commit 915ed57850aae12aed96bc66164bb15a6131f0f8
Author: Marco Cecchetti <marco.cecche...@collabora.com>
Date:   Sun Feb 4 17:26:54 2018 +0100

    lok: calc: grouping - workaround no more needed
    
    Now the dialog for selecting row/column group works fine
    
    Change-Id: I88660e8f49cf41ae45926a1d7299b1370bf54b93
    Reviewed-on: https://gerrit.libreoffice.org/49206
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Marco Cecchetti <mrcek...@gmail.com>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index eb1f270ce73a..99227a5dbd7f 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1174,7 +1174,7 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
                         bColumns = true;
                     else if ( !GetViewData()->SimpleColMarked() && 
GetViewData()->SimpleRowMarked() )
                         bColumns = false;
-                    else if ( !comphelper::LibreOfficeKit::isActive() ) // 
TODO: handle this case in LOK too
+                    else
                     {
                         ScAbstractDialogFactory* pFact = 
ScAbstractDialogFactory::Create();
                         OSL_ENSURE(pFact, "ScAbstractFactory create fail!");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to