summaryrefslogtreecommitdiff
path: root/officecfg/registry/data/org/openoffice/Office/UI
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-05-31 09:29:54 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-05-31 14:39:26 +0200
commit5f335154459e044b6035f099a3e08c98fe258d2b (patch)
tree70a133fef9b827efc0270e3c32ed864d0e7ee96c /officecfg/registry/data/org/openoffice/Office/UI
parent2ad445acad66f23fe5452746835c539eaaf949b6 (diff)
sw content controls, date: add insert UI
- handle the date case in SwWrtShell::InsertContentControl() - expose this as a new .uno:InsertDateContentControl command - add the new uno command to the default & MS-compatible menus - hide the old .uno:DatePickerFormField from the menus that has the problems described in the sw::mark::DateFieldmark documentation. Change-Id: If3c1050d6a8302be0da4a11067a67805396dec48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135153 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'officecfg/registry/data/org/openoffice/Office/UI')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu8
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 2ca80032ed48..7c7dede5e219 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -659,6 +659,14 @@
<value>1</value>
</prop>
</node>
+ <node oor:name=".uno:InsertDateContentControl" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Insert Date Content Control</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
+ </node>
<node oor:name=".uno:InsertObjectDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Insert Other Objects</value>