[Libreoffice-commits] .: desktop/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Nov 11 08:02:02 PST 2010
desktop/source/deployment/registry/dp_backend.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 82f6f7693aad59042d00e11730574f95d9491464
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Nov 11 16:01:55 2010 +0000
WaE: must retain signature for UNO API, but 1st arg unused now
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index 6a8825b..95b950b 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)
More information about the Libreoffice-commits
mailing list