summaryrefslogtreecommitdiff
path: root/svl/source/uno
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-08 16:59:48 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-08 16:59:48 +0200
commit80a5eff607808252c7fa7024793d445191d928a5 (patch)
tree19082f53c3a634c407d64001401f99479d067e2a /svl/source/uno
parentcf2b56f39d57c62b17c444025f8dfe14e6149cba (diff)
#i103496#: make svl buildable with internal inc/svl directory
Diffstat (limited to 'svl/source/uno')
-rw-r--r--svl/source/uno/pathservice.cxx2
-rw-r--r--svl/source/uno/registerservices.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/uno/pathservice.cxx b/svl/source/uno/pathservice.cxx
index e54a96bf30ce..78c339773aec 100644
--- a/svl/source/uno/pathservice.cxx
+++ b/svl/source/uno/pathservice.cxx
@@ -54,7 +54,7 @@ public:
virtual OUString SAL_CALL getImplementationName()
throw(css::uno::RuntimeException)
{
- return OUString::createFromAscii("com.sun.star.comp.svtools.PathService");
+ return OUString::createFromAscii("com.sun.star.comp.svl.PathService");
}
virtual sal_Bool SAL_CALL supportsService (
diff --git a/svl/source/uno/registerservices.cxx b/svl/source/uno/registerservices.cxx
index 1f761123ae56..daaf799bffea 100644
--- a/svl/source/uno/registerservices.cxx
+++ b/svl/source/uno/registerservices.cxx
@@ -84,7 +84,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo (
OUString::createFromAscii( "com.sun.star.util.NumberFormatter" ) );
xNewKey = xRegistryKey->createKey(
- OUString::createFromAscii( "/com.sun.star.comp.svtools.PathService/UNO/SERVICES" ) );
+ OUString::createFromAscii( "/com.sun.star.comp.svl.PathService/UNO/SERVICES" ) );
xNewKey->createKey (
OUString::createFromAscii( "com.sun.star.config.SpecialConfigManager" ) );
@@ -129,7 +129,7 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory (
aServiceNames);
}
else if (rtl_str_compare (
- pImplementationName, "com.sun.star.comp.svtools.PathService") == 0)
+ pImplementationName, "com.sun.star.comp.svl.PathService") == 0)
{
Sequence< OUString > aServiceNames(1);
aServiceNames.getArray()[0] =