summaryrefslogtreecommitdiff
path: root/xmloff/source/style/styleexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/styleexp.cxx')
-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)