summaryrefslogtreecommitdiff
path: root/officecfg/registry
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-22 14:32:00 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-07-22 14:32:00 +0200
commit29325bddce79943d956194009aa82ca1e5849f42 (patch)
treee34ee22d1d8a6fbe935f24ed735bb05eba3e05bf /officecfg/registry
parent5692833cb94cbfe8a456007d8674f87c24c4efa0 (diff)
GSOC work menu entry + code fix
Fixed the definition of GLOB_KEY, NOT_FOUND from const to static const. Added a new menu entry for code completition under View->Enable Code Completition. Change-Id: If8ac25ee43a7ba780ccdee2e5e909777115a1f27
Diffstat (limited to 'officecfg/registry')
-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 be70ad736809..88bca682a86a 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">Goto Line Number...</value>
</prop>
</node>
+ <node oor:name=".uno:BasicCodeCompletition" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">Enable Code Completition</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>