summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-04-13 11:34:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-04-13 18:47:02 +0200
commit041e0d0943dffc2002a21ba7a157200766ecd644 (patch)
tree42514379bd16ab3b20c5f1d2df30fda30f399a0f /sc
parent62541620ef1c8d3720e6e96b5d4eed7be8562db5 (diff)
remove unnecessary exportStyleFamily method
Change-Id: I59c75494ffd3f132a041beebb4336714c1e94143 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150338 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index a42bf11fdce9..fd6693819f6b 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -1988,8 +1988,8 @@ void ScXMLExport::ExportStyles_( bool bUsed )
}
exportDataStyles();
- aStylesExp->exportStyleFamily(OUString("CellStyles"),
- OUString(XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME), xCellStylesExportPropertySetMapper, false, XmlStyleFamily::TABLE_CELL);
+ aStylesExp->exportStyleFamily("CellStyles",
+ XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME, xCellStylesExportPropertySetMapper, false, XmlStyleFamily::TABLE_CELL);
SvXMLExport::ExportStyles_(bUsed);
}