summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authortagezi <lera.goncharuk@gmail.com>2018-03-28 21:25:33 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-04-21 08:12:22 +0200
commit3322661414a558d29146c40c0cd5e9db0a7b21dd (patch)
tree13eceea789349ee760c38334c897fb8333a9dd05 /officecfg
parente82eeca67688a809317a0edeecf7d7b3fdf3a216 (diff)
tdf#94498 add repeat search in Basic IDE by shortcut
additionally deduplicate code and remove unnecessary abstraction Change-Id: Ib826b5cac74e95ce4ae8d02368b0983eb4942b29 Reviewed-on: https://gerrit.libreoffice.org/52027 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu5
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
index 93e1f99fbf72..4cd6034331da 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
@@ -8,6 +8,11 @@
<value xml:lang="en-US">Go to Line...</value>
</prop>
</node>
+ <node oor:name=".uno:RepeatSearch" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Repeat Search</value>
+ </prop>
+ </node>
<node oor:name=".uno:ShowLines" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Line Numbers</value>