summaryrefslogtreecommitdiff
path: root/configmgr/source/data.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/data.hxx')
-rw-r--r--configmgr/source/data.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx
index f60ecfa1e807..64980eef4056 100644
--- a/configmgr/source/data.hxx
+++ b/configmgr/source/data.hxx
@@ -81,6 +81,8 @@ struct Data: private boost::noncopyable {
static rtl::Reference< Node > findNode(
int layer, NodeMap const & map, rtl::OUString const & name);
+ Data();
+
rtl::Reference< Node > resolvePathRepresentation(
rtl::OUString const & pathRepresentation,
rtl::OUString * canonicRepresenation, Path * path, int * finalizedLayer)
@@ -99,6 +101,8 @@ private:
typedef std::map< rtl::OUString, rtl::Reference< ExtensionXcu > >
ExtensionXcuAdditions;
+ rtl::Reference< Node > root_;
+
ExtensionXcuAdditions extensionXcuAdditions_;
};