WaE: must retain signature for UNO API, but 1st arg unused now
This commit is contained in:
parent
dcc16a5b93
commit
09d8db5349
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ OUString Package::TypeInfo::getFileFilter() throw (RuntimeException)
|
|||
* This bool is a noop now.
|
||||
* @param smallIcon Return the small version of the icon
|
||||
*/
|
||||
Any Package::TypeInfo::getIcon( sal_Bool highContrast, sal_Bool smallIcon )
|
||||
Any Package::TypeInfo::getIcon( sal_Bool /*highContrast*/, sal_Bool smallIcon )
|
||||
throw (RuntimeException)
|
||||
{
|
||||
if (! smallIcon)
|
||||
|
|
Loading…
Reference in a new issue