[Libreoffice-commits] .: xmloff/source

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 22 04:27:35 PDT 2012


 xmloff/source/style/impastp4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e18130bba49082cc1416e1a2631bd5a4cb3cb8f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue May 22 14:19:19 2012 +0300

    WaE: unused parameter 'rStrName'
    
    Change-Id: Ia760fe7ae66f8caadb10947c3d743a9f64a55dc5

diff --git a/xmloff/source/style/impastp4.cxx b/xmloff/source/style/impastp4.cxx
index 3fda512..32cd3f8 100644
--- a/xmloff/source/style/impastp4.cxx
+++ b/xmloff/source/style/impastp4.cxx
@@ -106,7 +106,7 @@ void SvXMLAutoStylePoolP_Impl::AddFamily(
 
 void SvXMLAutoStylePoolP_Impl::SetFamilyPropSetMapper(
         sal_Int32 nFamily,
-        const OUString& rStrName,
+        const OUString& /* rStrName */,
         const UniReference < SvXMLExportPropertyMapper > & rMapper )
 {
 


More information about the Libreoffice-commits mailing list