summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-07-18 10:18:46 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-07-18 10:19:17 +0200
commitc6a7c5ee5abb867edbdd5a35f1f6c06cee8cab0b (patch)
treedb72fa17843a0376bb28f9ed2810c94ce9234439 /unoxml
parentba6da9545764f2545313ba085ed4a096165180fd (diff)
loplugin:saloverride
Change-Id: I27600820acb4a432840ef9bc7220fc3d4bb6a273
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/elementlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/elementlist.hxx b/unoxml/source/dom/elementlist.hxx
index 18289e6d111d..51baa036a2fc 100644
--- a/unoxml/source/dom/elementlist.hxx
+++ b/unoxml/source/dom/elementlist.hxx
@@ -71,7 +71,7 @@ namespace DOM
void registerListener(CElement & rElement);
- ~CElementListImpl();
+ virtual ~CElementListImpl();
/**
The number of nodes in the list.