diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-12 20:34:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-12 20:34:54 +0300 |
commit | 5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63 (patch) | |
tree | 8f36da4a733cc31e85767b4111445c02d34a563c /framework | |
parent | b11f257d9b6927a7df1f2a3f03405e045a1beec6 (diff) |
WaE: unused parameter 'SystemType'
Change-Id: I52717d85269dd1802b942ba19f5710b9e469faf1
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/menubarmanager.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx index 027448cf1be5..47298594ef75 100644 --- a/framework/source/uielement/menubarmanager.cxx +++ b/framework/source/uielement/menubarmanager.cxx @@ -279,6 +279,8 @@ Any SAL_CALL MenuBarManager::getMenuHandle( const Sequence< sal_Int8 >& /*Proces { a <<= (long) aSystemMenuData.hMenu; } +#else + (void) SystemType; #endif } |