diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2024-05-07 21:59:04 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2024-05-09 08:47:21 +0200 |
commit | 48bfdbe7512a880983d04ec9143ae881dfae58f4 (patch) | |
tree | ccb6987a442a78d2fd61befce97f5b042362c242 /sfx2 | |
parent | 71a99887adaa404adbf156e5894fe520b755248c (diff) |
jsdialog: enable Object Name and Description dialog
and send uno command enable/disable status
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Id643a27308809b6960be72fb368b9f078ff9cf6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167296
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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" || |