summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx')
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
index a5cad0ef4fce..86d4da0756f8 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
@@ -60,8 +60,7 @@ Sequence< OUString > SAL_CALL getSupportedServiceNames_MyService1Impl()
OUString SAL_CALL getImplementationName_MyService1Impl()
{
- return OUString(
- "my_module.my_sc_implementation.MyService1");
+ return OUString("my_module.my_sc_implementation.MyService1");
}
@@ -222,8 +221,7 @@ OUString MyService1Impl::getImplementationName()
throw (RuntimeException)
{
// unique implementation name
- return OUString(
- "my_module.my_sc_implementation.MyService1");
+ return OUString("my_module.my_sc_implementation.MyService1");
}
sal_Bool MyService1Impl::supportsService( OUString const & serviceName )
throw (RuntimeException)