summaryrefslogtreecommitdiff
path: root/xmloff
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 /xmloff
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 'xmloff')
-rw-r--r--xmloff/source/style/styleexp.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx
index b311dbdf6c34..190ac47be5bc 100644
--- a/xmloff/source/style/styleexp.cxx
+++ b/xmloff/source/style/styleexp.cxx
@@ -454,17 +454,6 @@ void XMLStyleExport::exportDefaultStyle(
}
void XMLStyleExport::exportStyleFamily(
- const char *pFamily,
- const OUString& rXMLFamily,
- const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper,
- bool bUsed, XmlStyleFamily nFamily, const OUString* pPrefix)
-{
- const OUString sFamily(OUString::createFromAscii(pFamily ));
- exportStyleFamily( sFamily, rXMLFamily, rPropMapper, bUsed, nFamily,
- pPrefix);
-}
-
-void XMLStyleExport::exportStyleFamily(
const OUString& rFamily, const OUString& rXMLFamily,
const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper,
bool bUsed, XmlStyleFamily nFamily, const OUString* pPrefix)