summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-11 16:01:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 16:01:55 +0000
commit82f6f7693aad59042d00e11730574f95d9491464 (patch)
treeed515b8fcb3fd8d9b6fa9e06309f57aeec454398 /desktop/source
parentd3f67372968aa429860f708edcd2353b5b4f9e30 (diff)
WaE: must retain signature for UNO API, but 1st arg unused now
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index 6a8825b826..95b950b8ba 100644
--- a/desktop/source/deployment/registry/dp_backend.cxx
+++ b/desktop/source/deployment/registry/dp_backend.cxx
@@ -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)