summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2024-05-07 21:59:04 +0200
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-05-12 14:04:26 +0200
commitfd14f65baf4de94c053cb3e2cc277e7d3650d4fa (patch)
treec12b76bdf9082e1390ae3b71760935afb6d84877 /desktop
parentc24f8262c884d9587ca40f3abb6b1a760c6522da (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> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167521 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index e093bf7ff4f2..635bca3b5de9 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3709,6 +3709,8 @@ static void doc_iniUnoCommands ()
u".uno:Context"_ustr,
u".uno:WrapText"_ustr,
u".uno:ToggleMergeCells"_ustr,
+ u".uno:NameGroup"_ustr,
+ u".uno:ObjectTitleDescription"_ustr,
u".uno:NumberFormatCurrency"_ustr,
u".uno:NumberFormatPercent"_ustr,
u".uno:NumberFormatDecimal"_ustr,