diff options
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r-- | include/unotools/confignode.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 573c89e97292..e0d0ab3f2660 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -54,8 +54,6 @@ namespace utl m_xReplaceAccess; /// replacing child values css::uno::Reference< css::container::XNameContainer > m_xContainerAccess; /// modifying set nodes (optional interface of our UNO object) - css::uno::Reference< css::uno::XInterface > - m_xDummy; bool m_bEscapeNames; /// escape names before accessing children ? OUString m_sCompletePath; |