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

New commits:
commit a2277fddf3495ee75236b8ac167ec8cef0440cce
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/49212
    Reviewed-by: Marco Cecchetti <mrcek...@gmail.com>
    Tested-by: Marco Cecchetti <mrcek...@gmail.com>

diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index bbce79c3564a..e8a5fecaf609 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -1169,7 +1169,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