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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/classes/actiontriggercontainer.cxx b/framework/source/fwe/classes/actiontriggercontainer.cxx
index 2243973a70e1..b3b5e12aea5b 100644
--- a/framework/source/fwe/classes/actiontriggercontainer.cxx
+++ b/framework/source/fwe/classes/actiontriggercontainer.cxx
@@ -56,8 +56,8 @@ throw ( RuntimeException )
{
Any a = ::cppu::queryInterface(
aType ,
- SAL_STATIC_CAST( XMultiServiceFactory*, this ),
- SAL_STATIC_CAST( XServiceInfo* , this ));
+ (static_cast< XMultiServiceFactory* >(this)),
+ (static_cast< XServiceInfo* >(this)));
if( a.hasValue() )
{