summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-02 15:55:46 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 09:06:47 +0000
commitc760932fae3c2763a8b573511a5ad1e0f2b75ca7 (patch)
tree22ece7a6620a563475799c900fd3a01b8ba76692 /unoxml
parent592ee0308a36518137ab8ed965f28de4600909da (diff)
loplugin:unusedmethods basebmp
Change-Id: I9e89fea4e94a91edbbe355780c2a12d6e6cb6e4a Reviewed-on: https://gerrit.libreoffice.org/16728 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/saxbuilder.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/unoxml/source/dom/saxbuilder.hxx b/unoxml/source/dom/saxbuilder.hxx
index ce8ce1368fdf..f15295c970e6 100644
--- a/unoxml/source/dom/saxbuilder.hxx
+++ b/unoxml/source/dom/saxbuilder.hxx
@@ -61,8 +61,6 @@ namespace DOM
NodeStack m_aNodeStack;
NSStack m_aNSStack;
- OUString resolvePrefix(const OUString& aPrefix);
-
css::uno::Reference< css::xml::dom::XDocument > m_aDocument;
css::uno::Reference< css::xml::dom::XDocumentFragment > m_aFragment;
css::uno::Reference< css::xml::sax::XLocator > m_aLocator;