[Libreoffice-commits] .: binfilter/bf_xmloff
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Sep 13 04:06:51 PDT 2011
binfilter/bf_xmloff/source/style/xmloff_SinglePropertySetInfoCache.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d9af1289f6e0b52815e4eea8889e37aa43735275
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Sep 13 12:06:46 2011 +0100
WaE: assume its right
diff --git a/binfilter/bf_xmloff/source/style/xmloff_SinglePropertySetInfoCache.cxx b/binfilter/bf_xmloff/source/style/xmloff_SinglePropertySetInfoCache.cxx
index 9206f6a..16fad68 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_SinglePropertySetInfoCache.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_SinglePropertySetInfoCache.cxx
@@ -36,7 +36,7 @@ using ::com::sun::star::beans::XPropertySet;
using ::com::sun::star::beans::XPropertySetInfo;
sal_Bool SinglePropertySetInfoCache::hasProperty(
- const Reference< XPropertySet >& rPropSet,
+ const Reference< XPropertySet >& /*rPropSet*/,
Reference< XPropertySetInfo >& rPropSetInfo )
{
iterator aIter = find( rPropSetInfo );
More information about the Libreoffice-commits
mailing list