summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-01 15:10:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-02 06:38:43 +0000
commit35e68754ec3cff30c5cdb665688a9b13f29dd439 (patch)
tree90cca99363ad1c0209c6d21fe5a82de2db9d039f /xmloff/inc
parent837f171810a95a1d87907dd08d67e969276f0559 (diff)
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>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/DomExport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/DomExport.hxx b/xmloff/inc/DomExport.hxx
index 6f88dc3bafb9..c8c9a5d36906 100644
--- a/xmloff/inc/DomExport.hxx
+++ b/xmloff/inc/DomExport.hxx
@@ -30,7 +30,6 @@ 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