From 915ed57850aae12aed96bc66164bb15a6131f0f8 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Sun, 4 Feb 2018 17:26:54 +0100 Subject: 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 Reviewed-by: Marco Cecchetti --- sc/source/ui/view/cellsh1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view/cellsh1.cxx') 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!"); -- cgit