summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/actiontriggerpropertyset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/classes/actiontriggerpropertyset.cxx')
-rw-r--r--framework/source/fwe/classes/actiontriggerpropertyset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/classes/actiontriggerpropertyset.cxx b/framework/source/fwe/classes/actiontriggerpropertyset.cxx
index 6cafe9375028..ae27ab137b95 100644
--- a/framework/source/fwe/classes/actiontriggerpropertyset.cxx
+++ b/framework/source/fwe/classes/actiontriggerpropertyset.cxx
@@ -113,7 +113,7 @@ Sequence< OUString > SAL_CALL ActionTriggerPropertySet::getSupportedServiceNames
throw ( RuntimeException, std::exception )
{
Sequence< OUString > seqServiceNames( 1 );
- seqServiceNames[0] = OUString( SERVICENAME_ACTIONTRIGGER );
+ seqServiceNames[0] = SERVICENAME_ACTIONTRIGGER;
return seqServiceNames;
}