From 48bfdbe7512a880983d04ec9143ae881dfae58f4 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 7 May 2024 21:59:04 +0200 Subject: jsdialog: enable Object Name and Description dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and send uno command enable/disable status Signed-off-by: Szymon Kłos Change-Id: Id643a27308809b6960be72fb368b9f078ff9cf6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167296 Reviewed-by: Michael Meeks Tested-by: Jenkins CollaboraOffice --- sfx2/source/control/unoctitm.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 19bc307a1011..6572761c11ea 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1002,6 +1002,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra aEvent.FeatureURL.Path == "InsertRowsAfter" || aEvent.FeatureURL.Path == "InsertColumnsBefore" || aEvent.FeatureURL.Path == "InsertColumnsAfter" || + aEvent.FeatureURL.Path == "NameGroup" || + aEvent.FeatureURL.Path == "ObjectTitleDescription" || aEvent.FeatureURL.Path == "MergeCells" || aEvent.FeatureURL.Path == "InsertObjectChart" || aEvent.FeatureURL.Path == "InsertSection" || -- cgit