diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-22 13:28:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-22 13:33:48 +0200 |
commit | c452fcfb32d9265d8f2ab1cafe8d5765106ca718 (patch) | |
tree | eef6b9fc713ec228adf3b69dcc7670fb5ffefaac /sc | |
parent | 8e18130bba49082cc1416e1a2631bd5a4cb3cb8f (diff) |
-Werror=unused-parameter
Change-Id: I06dc09d57821ac729182764882558fa079b5ed37
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlexprt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index 55c3cd2cda4d..d2f2b892ee3b 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -4280,7 +4280,7 @@ sal_uInt32 ScXMLExport::exportDoc( enum XMLTokenEnum eClass ) { xRowStylesPropertySetMapper = new XMLPropertySetMapper((XMLPropertyMapEntry*)aXMLScFromXLSRowStylesProperties, xScPropHdlFactory); xRowStylesExportPropertySetMapper = new ScXMLRowExportPropertyMapper(xRowStylesPropertySetMapper); - GetAutoStylePool()->SetFamilyPropSetMapper( XML_STYLE_FAMILY_TABLE_ROW, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_ROW_STYLES_NAME)), + GetAutoStylePool()->SetFamilyPropSetMapper( XML_STYLE_FAMILY_TABLE_ROW, xRowStylesExportPropertySetMapper ); } } |