summaryrefslogtreecommitdiff
path: root/unoxml/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 15:50:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:39:04 +0100
commit09394116502c54c8c6bbb9ec18e9ad991b7db83b (patch)
tree439e9996ddaf6398e469cd78170370b42d73d069 /unoxml/inc
parente0c9956a76514279a6df27f9752763e1ea20abbd (diff)
loplugin:unusedfields in unoxml
Change-Id: I03655d967dc165885bb51e4a931930590632c32d Reviewed-on: https://gerrit.libreoffice.org/68159 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoxml/inc')
-rw-r--r--unoxml/inc/node.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx
index ebfcd9bf15d4..216f80eda3d5 100644
--- a/unoxml/inc/node.hxx
+++ b/unoxml/inc/node.hxx
@@ -64,7 +64,6 @@ namespace DOM
{
OString maPrefix;
sal_Int32 mnToken;
- OUString maNamespaceURL;
const OString& getPrefix() const { return maPrefix; }
};