summaryrefslogtreecommitdiff
path: root/include/unotools/confignode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r--include/unotools/confignode.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index 45cd4fba2a1b..a59e30454a3c 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -56,8 +56,6 @@ namespace utl
m_xContainerAccess; /// modifying set nodes (optional interface of our UNO object)
bool m_bEscapeNames; /// escape names before accessing children ?
- OUString m_sCompletePath;
-
OConfigurationNode insertNode(const OUString& _rName,const css::uno::Reference< css::uno::XInterface >& _xNode) const throw();
protected: