summaryrefslogtreecommitdiff
path: root/xmloff/inc/DomExport.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-02 11:38:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-02 11:38:58 +0100
commit446be18a3e6636f40f6ae2f6f8749e068f48aad3 (patch)
tree4662af40090e1e5af06d590fe36d712565a4a3fb /xmloff/inc/DomExport.hxx
parent9ad516a00cabba1383bc5c53b133ecc33b1c71ff (diff)
make CppunitTest_sw_ww8export work again
revert xmloff portion of commit 35e68754ec3cff30c5cdb665688a9b13f29dd439 Author: Noel Grandin <noel@peralex.com> Date: Thu Oct 1 15:10:56 2015 +0200 loplugin:unusedmethods Change-Id: I3d6f1300f4fae2af9e580d1d3b2c2c80fa9e9268 Reviewed-on: https://gerrit.libreoffice.org/19075 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> Change-Id: I24aa3f113a77d93c789b063b3c099bf2038e1dad
Diffstat (limited to 'xmloff/inc/DomExport.hxx')
-rw-r--r--xmloff/inc/DomExport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/DomExport.hxx b/xmloff/inc/DomExport.hxx
index c8c9a5d36906..6f88dc3bafb9 100644
--- a/xmloff/inc/DomExport.hxx
+++ b/xmloff/inc/DomExport.hxx
@@ -30,6 +30,7 @@ namespace com { namespace sun { namespace star {
} } }
void exportDom( SvXMLExport&, const com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocument>& );
+void exportDom( SvXMLExport&, const com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode>& );
#endif