From 7408498de37be05159f84cf0c8116313d3c196df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 2 Nov 2015 14:50:07 +0200 Subject: loplugin:stringconstant Change-Id: I865efc1884b82d430fe7df2e432d43f5425a83d4 --- framework/source/classes/fwktabwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source/classes') diff --git a/framework/source/classes/fwktabwindow.cxx b/framework/source/classes/fwktabwindow.cxx index 3f1bade759d0..b95258ce9b78 100644 --- a/framework/source/classes/fwktabwindow.cxx +++ b/framework/source/classes/fwktabwindow.cxx @@ -134,7 +134,7 @@ bool FwkTabPage::CallMethod( const OUString& rMethod ) { try { - bRet = m_xEventHdl->callHandlerMethod( m_xPage, uno::makeAny( rMethod ), OUString(EXTERNAL_EVENT) ); + bRet = m_xEventHdl->callHandlerMethod( m_xPage, uno::makeAny( rMethod ), EXTERNAL_EVENT ); } catch ( const uno::Exception& ) { -- cgit