From 553cfbfc9e74a03fe02a58e9aa6076fc1dddeb7b Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Tue, 4 Oct 2022 16:05:06 +0300 Subject: 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 --- svx/source/table/tablecontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') 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 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){ -- cgit