loplugin:staticcall

Change-Id: Ib8bbba8d6e3364f7474643ddb60a469497437616
This commit is contained in:
Stephan Bergmann
2014-06-13 17:49:59 +02:00
parent e45366826c
commit 2c4494df10
11 changed files with 25 additions and 25 deletions

View File

@@ -254,7 +254,7 @@ namespace pcr
);
// remember this newly loaded component - we need to care for it e.g. when we're suspended
m_xDesigner = m_xDesigner.query( xQueryDesign );
m_xDesigner.set(xQueryDesign, css::uno::UNO_QUERY);
OSL_ENSURE( m_xDesigner.is() || !xQueryDesign.is(), "SQLCommandDesigner::impl_doOpenDesignerFrame_nothrow: the component is expected to be a controller!" );
if ( m_xDesigner.is() )
{