diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-04-06 17:30:12 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-04-06 17:30:12 +0200 |
commit | f12056dce676eee306d34d06fb4bbbc452d9216c (patch) | |
tree | 2834de32a840e57cb36948256c933c406feb0c24 | |
parent | e1895bccfcb34293ac4dff946041c3d29b9e981a (diff) |
#i10000# fix for extension registration
Notes
Notes:
split repo tag: extensions_ooo/DEV300_m76
-rw-r--r-- | sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu b/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu index 13a586ce109b..5cbf05be8d0a 100644 --- a/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu +++ b/sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu @@ -6,10 +6,6 @@ </prop> <prop oor:name="HelpFile" oor:type="xs:string"> - <info> - <desc>Specifies the filename of the help document after installation, - the help can be found in sdext/source/minimizer/help</desc> - </info> <value xml:lang="en-US">%origin%/../../../../../../help/help_en-US.odt</value> </prop> |