summaryrefslogtreecommitdiff
path: root/writerfilter/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 /writerfilter/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 'writerfilter/inc')
-rw-r--r--writerfilter/inc/ooxml/OOXMLDocument.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerfilter/inc/ooxml/OOXMLDocument.hxx b/writerfilter/inc/ooxml/OOXMLDocument.hxx
index a17e517681f2..52b6430a1211 100644
--- a/writerfilter/inc/ooxml/OOXMLDocument.hxx
+++ b/writerfilter/inc/ooxml/OOXMLDocument.hxx
@@ -258,8 +258,6 @@ public:
};
-void ooxmlidsToXML(::std::iostream & out);
-
std::string fastTokenToId(sal_uInt32 nToken);
}}