diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-13 16:40:34 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-02-14 09:35:03 +0000 |
commit | d1f7124c4bec104d0ee12927cba3f67f56b11829 (patch) | |
tree | a942b5bc4f8aa0aa4573924d77fc589caaf77114 /l10ntools/source | |
parent | 8cefe14f428ab5521f10962ff68b02151d1207ad (diff) |
Get Labels.xcu out of configuration data.
Modify the file format, install separately into share/labels,
and parse it using xmlreader when needed.
Saves time on startup and reduces pointless configurarion size.
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index f423d9b390e7..f4bb600c738f 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -103,8 +103,6 @@ bool passesNegativeList(OUString const & url) { "/officecfg/registry/data/org/openoffice/Office/" "Accelerators.xcu") }, { RTL_CONSTASCII_STRINGPARAM( - "/officecfg/registry/data/org/openoffice/Office/Labels.xcu") }, - { RTL_CONSTASCII_STRINGPARAM( "/officecfg/registry/data/org/openoffice/Office/SFX.xcu") } }; return !matchList(url, list, SAL_N_ELEMENTS(list)); |