diff options
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/passwordcontainer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx index 82ee8ddf8b32..ef8fef56a10f 100644 --- a/uui/source/passwordcontainer.cxx +++ b/uui/source/passwordcontainer.cxx @@ -406,8 +406,8 @@ static uno::Reference< uno::XInterface > PasswordContainerInteractionHandler_CreateInstance( const uno::Reference< lang::XMultiServiceFactory> & rSMgr ) { - lang::XServiceInfo * pX = static_cast< lang::XServiceInfo * >( - new PasswordContainerInteractionHandler( comphelper::getComponentContext(rSMgr) ) ); + lang::XServiceInfo* pX + = new PasswordContainerInteractionHandler(comphelper::getComponentContext(rSMgr)); return uno::Reference< uno::XInterface >::query( pX ); } |