diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-06-24 14:53:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-06-24 14:58:26 +0100 |
commit | 25aeecfdc86de22e2ec29a9ed9a043b4af8542ab (patch) | |
tree | 88f7abffde1f4dec84d9640ebe16a38cbf497a55 /sfx2/util | |
parent | 44f80498068bfdbbea42331374ba0923b1d8a49c (diff) |
update component factory methods to use new prefixes, to add lib merging
Diffstat (limited to 'sfx2/util')
-rwxr-xr-x | sfx2/util/sfx.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/util/sfx.component b/sfx2/util/sfx.component index dfa3d208a169..22ed1e4a9c12 100755 --- a/sfx2/util/sfx.component +++ b/sfx2/util/sfx.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="sfx" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="SfxDocumentMetaData"> <service name="com.sun.star.document.DocumentProperties"/> |