summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-22 13:28:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-05-22 13:33:48 +0200
commitc452fcfb32d9265d8f2ab1cafe8d5765106ca718 (patch)
treeeef6b9fc713ec228adf3b69dcc7670fb5ffefaac /sc
parentWaE: unused parameter 'rStrName' (diff)
downloadcore-c452fcfb32d9265d8f2ab1cafe8d5765106ca718.tar.gz
core-c452fcfb32d9265d8f2ab1cafe8d5765106ca718.zip
-Werror=unused-parameter
Change-Id: I06dc09d57821ac729182764882558fa079b5ed37
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx2
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 );
}
}