summaryrefslogtreecommitdiff
path: root/ure/source/uretest/cppmain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ure/source/uretest/cppmain.cc')
-rw-r--r--ure/source/uretest/cppmain.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc
index b9acbef9c259..c0e368efbd0e 100644
--- a/ure/source/uretest/cppmain.cc
+++ b/ure/source/uretest/cppmain.cc
@@ -199,8 +199,8 @@ css::uno::Reference< css::uno::XInterface > create(
}
}
-OUString getImplementationName() {
- return OUString("test.cpp.cppmain.Component");
+rtl::OUString getImplementationName() {
+ return rtl::OUString("test.cpp.cppmain.Component");
}
css::uno::Sequence< ::rtl::OUString > getSupportedServiceNames() {