diff options
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r-- | include/unotools/confignode.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 09c9bb266308..5bf4a1473da3 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -221,10 +221,6 @@ namespace utl const bool i_bUpdatable ); - /// copy ctor - OConfigurationTreeRoot(const OConfigurationTreeRoot& _rSource) - :OConfigurationNode(_rSource), m_xCommitter(_rSource.m_xCommitter) { } - /** open a new top-level configuration node opens a new node which is the root if an own configuration sub tree. This is what "top level" means: The |