diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2018-02-04 17:26:54 +0100 |
---|---|---|
committer | Marco Cecchetti <mrcekets@gmail.com> | 2018-02-07 13:42:03 +0100 |
commit | 915ed57850aae12aed96bc66164bb15a6131f0f8 (patch) | |
tree | 41e72f08ec0a1a0d559d7ccfb5b8e0f88a990a7b /sc/source/ui/view/cellsh1.cxx | |
parent | ef83e5fba10187a0ec50dab6d381ff2d4ecdc5d2 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); |