summaryrefslogtreecommitdiff
path: root/cui/util
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 21:54:40 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 21:54:58 +0300
commita8ea2a423649d8df4f5df32132fd72a1ed1c7462 (patch)
treef945a5616f14d6bfc9af057d0724ae07ba0eff79 /cui/util
parentcbf2008355682ad7bfffaadc0d14a0f6cb9c3428 (diff)
Use prefix
Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774
Diffstat (limited to 'cui/util')
-rw-r--r--cui/util/cui.component2
-rw-r--r--cui/util/cui.map2
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/util/cui.component b/cui/util/cui.component
index 43cfdb5d2cd9..ab1129353f13 100644
--- a/cui/util/cui.component
+++ b/cui/util/cui.component
@@ -30,7 +30,7 @@
* instead of those above.
* -->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="cui"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.cui.ColorPicker">
<service name="com.sun.star.ui.dialogs.ColorPicker"/>
diff --git a/cui/util/cui.map b/cui/util/cui.map
index e0809cfbd396..5f35b1685aa2 100644
--- a/cui/util/cui.map
+++ b/cui/util/cui.map
@@ -2,7 +2,7 @@ UDK_3_0_0 {
global:
CreateDialogFactory;
GetSpecialCharsForEdit;
- component_getFactory;
+ cui_component_getFactory;
local:
*;
};