diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-01 15:10:56 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-02 06:38:43 +0000 |
commit | 35e68754ec3cff30c5cdb665688a9b13f29dd439 (patch) | |
tree | 90cca99363ad1c0209c6d21fe5a82de2db9d039f /xmloff/source/core | |
parent | 837f171810a95a1d87907dd08d67e969276f0559 (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/source/core')
-rw-r--r-- | xmloff/source/core/DomExport.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/core/DomExport.cxx b/xmloff/source/core/DomExport.cxx index ec55a174adc1..450271858d19 100644 --- a/xmloff/source/core/DomExport.cxx +++ b/xmloff/source/core/DomExport.cxx @@ -257,10 +257,4 @@ void exportDom( SvXMLExport& rExport, const Reference<XDocument>& xDocument ) visit( aDomExport, xDocument ); } -void exportDom( SvXMLExport& rExport, const Reference<XNode>& xNode ) -{ - DomExport aDomExport( rExport ); - visit( aDomExport, xNode ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |