diff options
Diffstat (limited to 'uui/source/interactionhandler.cxx')
-rw-r--r-- | uui/source/interactionhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx index 850eb59b0106..71286345a177 100644 --- a/uui/source/interactionhandler.cxx +++ b/uui/source/interactionhandler.cxx @@ -79,7 +79,7 @@ UUIInteractionHandler::UUIInteractionHandler( OUString SAL_CALL UUIInteractionHandler::getImplementationName() { - return OUString("com.sun.star.comp.uui.UUIInteractionHandler"); + return "com.sun.star.comp.uui.UUIInteractionHandler"; } sal_Bool SAL_CALL |