diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2023-06-23 14:57:54 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-09-27 17:04:57 +0200 |
commit | a52bc9b5d6f86b6919931db21d83834d6c14e955 (patch) | |
tree | 71cc9c6d12aa788db898361433684b25b85dd881 /officecfg | |
parent | 47c4d0fbdc681287f2fd9f5240ca1ce7a960ec18 (diff) |
Resolves tdf#155561 - Notification for the overwrite mode
Dialog shown when it's enabled for the first time
Introduces the registry variable QuerySetInsMode
Adds an eye-catching image under res/queryinsmode.png
Change-Id: I0131177fb54238d48a671bc9ceb88283f796a526
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153505
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 681d8499183a..6ae673e5b46f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5253,6 +5253,13 @@ </info> <value>-1</value> </prop> + <prop oor:name="QuerySetInsMode" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - General --> + <info> + <desc>Determines whether to query when switching into the overwrite mode.</desc> + </info> + <value>true</value> + </prop> <prop oor:name="PerformFileExtCheck" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - General --> <info> |