extensions/source/propctrlr/objectinspectormodel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5cd4c2bddc694467892c7cdae513679cb1cac5a
Author: Tor Lillqvist <t...@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() );
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to