diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-26 15:34:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-26 15:34:57 +0100 |
commit | 164276a0d26dc78924a8c0e7c264ce7c78032bd4 (patch) | |
tree | ad13cf16e25d4009d6f24dedc891018bc6c8bc2d /basic/util | |
parent | a45a5501cce95f57a9166b8bad0073ec79d72daa (diff) |
Clean up previous commit
Change-Id: Iddade9d297be8f4a4e69b3bec5ab7588bf68c112
Diffstat (limited to 'basic/util')
-rw-r--r-- | basic/util/sb.component | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/util/sb.component b/basic/util/sb.component index 710c37f35f1a..9271a84eb619 100644 --- a/basic/util/sb.component +++ b/basic/util/sb.component @@ -18,9 +18,9 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="sb" xmlns="http://openoffice.org/2010/uno-components"> + xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.sfx2.DialogLibraryContainer" - constructor="com_sun_star_comp_sfx2_DialogLibraryContainer_get_implementation"> + constructor="com_sun_star_comp_sfx2_DialogLibraryContainer_get_implementation"> <service name="com.sun.star.script.DialogLibraryContainer"/> <service name="com.sun.star.script.DocumentDialogLibraryContainer"/> </implementation> |