summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/test/testinteractionhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/testinteractionhandler.hxx b/include/test/testinteractionhandler.hxx
index 49c3f04df2ff..5e871c68af12 100644
--- a/include/test/testinteractionhandler.hxx
+++ b/include/test/testinteractionhandler.hxx
@@ -47,7 +47,7 @@ public:
virtual OUString SAL_CALL getImplementationName() override
{
- return OUString("com.sun.star.comp.uui.TestInteractionHandler");
+ return "com.sun.star.comp.uui.TestInteractionHandler";
}
virtual sal_Bool SAL_CALL supportsService(OUString const & rServiceName) override