loplugin:staticcall

Change-Id: I7f22aa5576ca3c62fa363971f4fa5992b7711563
This commit is contained in:
Stephan Bergmann
2014-06-13 17:49:14 +02:00
parent 9ea1bb2c1d
commit 75838570c3
7 changed files with 15 additions and 15 deletions

View File

@@ -1524,7 +1524,7 @@ bool OSQLParser::extractDate(OSQLParseNode* pLiteral,double& _rfValue)
Reference< XNumberFormatsSupplier > xFormatSup = m_xFormatter->getNumberFormatsSupplier();
Reference< XNumberFormatTypes > xFormatTypes;
if ( xFormatSup.is() )
xFormatTypes = xFormatTypes.query( xFormatSup->getNumberFormats() );
xFormatTypes.set(xFormatSup->getNumberFormats(), css::uno::UNO_QUERY);
// if there is no format key, yet, make sure we have a feasible one for our locale
try