diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/nodemap.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx index 1fcfed87f81e..0c6a9f04c5c1 100644 --- a/configmgr/source/nodemap.hxx +++ b/configmgr/source/nodemap.hxx @@ -39,8 +39,7 @@ class NodeMap typedef NodeMapImpl::const_iterator const_iterator; typedef NodeMapImpl::value_type value_type; - NodeMap() { clearCache(); } - ~NodeMap() {} + NodeMap() { clearCache(); } bool empty() const { return maImpl.empty(); } iterator find(const OUString &aStr) { return maImpl.find( aStr ); } |