summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-08-05 09:18:12 +0200
committersb <sb@openoffice.org>2009-08-05 09:18:12 +0200
commit35235ced9cdc59f312e6259cf1cdda8e1aa5a623 (patch)
treeb624001d25a2da9d831742a987e3c8797bef40fa /unotools
parent9bb3f6beedc087c550cc1d4d455204819cfc8939 (diff)
parentc0bfd066e3d8355d35c2ea22d5a98ac7f43406da (diff)
merged in DEV300_m54
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/confignode.hxx2
-rw-r--r--unotools/source/config/confignode.cxx5
2 files changed, 1 insertions, 6 deletions
diff --git a/unotools/inc/unotools/confignode.hxx b/unotools/inc/unotools/confignode.hxx
index a50025a6ab50..580274004e1a 100644
--- a/unotools/inc/unotools/confignode.hxx
+++ b/unotools/inc/unotools/confignode.hxx
@@ -86,7 +86,7 @@ namespace utl
const OConfigurationNode& operator=(const OConfigurationNode& _rSource);
/// dtor
- ~OConfigurationNode();
+ ~OConfigurationNode() {}
/** open a sub node
@param _rPath access path of the to-be-opened sub node. May be a hierarchical path.
diff --git a/unotools/source/config/confignode.cxx b/unotools/source/config/confignode.cxx
index a5114320f4a5..9ba3f642c328 100644
--- a/unotools/source/config/confignode.cxx
+++ b/unotools/source/config/confignode.cxx
@@ -130,11 +130,6 @@ namespace utl
}
//------------------------------------------------------------------------
- OConfigurationNode::~OConfigurationNode()
- {
- }
-
- //------------------------------------------------------------------------
void OConfigurationNode::_disposing( const EventObject& _rSource )
{
Reference< XComponent > xDisposingSource(_rSource.Source, UNO_QUERY);