[Libreoffice-commits] core.git: extensions/source
Tor Lillqvist
tml at iki.fi
Mon Jun 3 01:31:09 PDT 2013
extensions/source/propctrlr/objectinspectormodel.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f5cd4c2bddc694467892c7cdae513679cb1cac5a
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Jun 3 11:24:07 2013 +0300
WaE: unused parameter '_rxContext'
Change-Id: I75c9d894f792dd7a4ac85acace586e163d57c077
diff --git a/extensions/source/propctrlr/objectinspectormodel.cxx b/extensions/source/propctrlr/objectinspectormodel.cxx
index d9868d3..1682f0e 100644
--- a/extensions/source/propctrlr/objectinspectormodel.cxx
+++ b/extensions/source/propctrlr/objectinspectormodel.cxx
@@ -179,7 +179,7 @@ namespace pcr
}
//--------------------------------------------------------------------
- Reference< XInterface > SAL_CALL ObjectInspectorModel::Create(const Reference< XComponentContext >& _rxContext )
+ Reference< XInterface > SAL_CALL ObjectInspectorModel::Create(const Reference< XComponentContext >& /* _rxContext */ )
{
return *( new ObjectInspectorModel() );
}
More information about the Libreoffice-commits
mailing list