summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/actiontriggercontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/classes/actiontriggercontainer.cxx')
-rw-r--r--framework/source/fwe/classes/actiontriggercontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/classes/actiontriggercontainer.cxx b/framework/source/fwe/classes/actiontriggercontainer.cxx
index 5d7ed4ab6639..331eb5cb935e 100644
--- a/framework/source/fwe/classes/actiontriggercontainer.cxx
+++ b/framework/source/fwe/classes/actiontriggercontainer.cxx
@@ -100,7 +100,7 @@ Sequence< OUString > SAL_CALL ActionTriggerContainer::getAvailableServiceNames()
// XServiceInfo
OUString SAL_CALL ActionTriggerContainer::getImplementationName()
{
- return OUString( IMPLEMENTATIONNAME_ACTIONTRIGGERCONTAINER );
+ return IMPLEMENTATIONNAME_ACTIONTRIGGERCONTAINER;
}
sal_Bool SAL_CALL ActionTriggerContainer::supportsService( const OUString& ServiceName )