WaE: unused parameter 'SystemType'

Change-Id: I52717d85269dd1802b942ba19f5710b9e469faf1
This commit is contained in:
Tor Lillqvist 2013-10-12 20:34:06 +03:00
parent b11f257d9b
commit 5c046a31e1

View File

@ -279,6 +279,8 @@ Any SAL_CALL MenuBarManager::getMenuHandle( const Sequence< sal_Int8 >& /*Proces
{ {
a <<= (long) aSystemMenuData.hMenu; a <<= (long) aSystemMenuData.hMenu;
} }
#else
(void) SystemType;
#endif #endif
} }