summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-05-01 20:27:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-02 08:20:23 +0200
commitdf22951b34010e47074bab24ba9ac27c2773d204 (patch)
tree3bde2c07b695da5b1dc8230cbe641d52d9c8047f /include/xmloff
parent656f66b4bdefdcbeee05cba6f1fffb4fadc9319d (diff)
use more OUString compile time literals in xmloff
Change-Id: Iddf9d40ca63f2f3ce7d48aaf881a3abb10f88bbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166975 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlexp.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index f6a6e8748054..24db3601b3c3 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -649,9 +649,6 @@ public:
// The constructor prints a start tag that has the common attributes
// of the XMLExport instance attached.
SvXMLElementExport( SvXMLExport& rExp, sal_uInt16 nPrefix,
- const char *pName,
- bool bIgnWSOutside, bool bIgnWSInside );
- SvXMLElementExport( SvXMLExport& rExp, sal_uInt16 nPrefix,
const OUString& rName,
bool bIgnWSOutside, bool bIgnWSInside );
SvXMLElementExport( SvXMLExport& rExp, sal_uInt16 nPrefix,