summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-30 14:48:57 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:53 +0200
commitc40ba9c3e041a5b94bcbc2be7aa49a1c7df6a188 (patch)
treecda2734989f486af6c594fe8fca6c87c0ab3924b /officecfg
parent8194798645517e7c54296ba47ded09a67cf71805 (diff)
GSOC work, config crach fix
Storing code completition data in config file is fully functional. Change-Id: If9a974dd0ed052e26963ad5f202493674f1a51ca
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu b/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
index 283d8043da90..d3f74988aa94 100644
--- a/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
@@ -18,7 +18,7 @@
-->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="BasicIDE" oor:package="org.openoffice.Office">
- <node oor:name="Autocomplete" oor:op="replace">
+ <!--<node oor:name="Autocomplete" oor:op="replace">
<prop oor:name="CodeComplete">
<value>false</value>
</prop>
@@ -34,5 +34,5 @@
<prop oor:name="AutoCorrectSpelling">
<value>false</value>
</prop>
- </node>
+ </node>!-->
</oor:component-data>