diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2022-10-04 16:05:06 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2022-11-19 18:13:54 +0100 |
commit | 553cfbfc9e74a03fe02a58e9aa6076fc1dddeb7b (patch) | |
tree | a33fe5384144e737ff9f2527e9f4bd4a078f9fb9 /svx | |
parent | bac26f91ae930902c336b1e5ceb08e1ae5de8d8a (diff) |
Prepare the dialog for cell style editing
Change-Id: I54ec1486f49f240e1ab88662b9d1b0b741cf8878
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142905
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/table/tablecontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx index 53426211beb1..9b3d8687a855 100644 --- a/svx/source/table/tablecontroller.cxx +++ b/svx/source/table/tablecontroller.cxx @@ -944,7 +944,7 @@ void SvxTableController::onFormatTable(const SfxRequest& rReq) VclPtr<SfxAbstractTabDialog> xDlg( pFact->CreateSvxFormatCellsDialog( rReq.GetFrameWeld(), &aNewAttr, - rModel) ); + rModel, false) ); // Even Cancel Button is returning positive(101) value, xDlg->StartExecuteAsync([xDlg, this, aBoxItem, aBoxInfoItem](int nResult){ |