mark UNO structs as SAL_WARN_UNUSED, where possible

Change-Id: Ie3de518f60c9f1313c68df54dbdc1fb2804f1f0d
This commit is contained in:
Noel Grandin
2015-11-25 17:17:47 +02:00
parent abc6071b7a
commit a508f639a0
27 changed files with 71 additions and 56 deletions

View File

@@ -1750,9 +1750,6 @@ void StringResourcePersistenceImpl::implScanLocaleNames( const Sequence< OUStrin
}
else if( !bDefaultFound && aExtension == "default" )
{
//OUString aName = aInetObj.getBase();
Locale aLocale;
if( checkNamingSceme( aPureName, m_aNameBase, aDefaultLocale ) )
bDefaultFound = true;
}