diff options
Diffstat (limited to 'dictionaries/en/dialog/registry/data')
-rw-r--r-- | dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu b/dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu new file mode 100644 index 0000000..a867a59 --- /dev/null +++ b/dictionaries/en/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -0,0 +1,27 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> +<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <node oor:name="Nodes"> + <node oor:name="LanguageSettings" oor:op="fuse"> + <prop oor:name="Label"> + <value xml:lang="en-US">Language Settings</value> + </prop> + <node oor:name="Leaves"> + <node oor:name="org.openoffice.lightproof.en" oor:op="fuse"> + <prop oor:name="Id"> + <value>org.openoffice.en.hunspell.dictionaries</value> + </prop> + <prop oor:name="Label"> + <value xml:lang="en-US">English Sentence Checking</value> + </prop> + <prop oor:name="OptionsPage"> + <value>%origin%/en.xdl</value> + </prop> + <prop oor:name="EventHandlerService"> + <value>org.libreoffice.comp.pyuno.LightproofOptionsEventHandler.en</value> + </prop> + </node> + </node> + </node> + </node> +</oor:component-data> |