summaryrefslogtreecommitdiff
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 48ec3a8a397b..1ca24d638087 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -33,7 +33,6 @@
#include "additions.hxx"
#include "data.hxx"
#include "modifications.hxx"
-#include "path.hxx"
namespace com { namespace sun { namespace star {
namespace beans { class XPropertySet; }
@@ -59,7 +58,7 @@ public:
rtl::Reference< Node > resolvePathRepresentation(
OUString const & pathRepresentation,
- OUString * canonicRepresenation, Path * path, int * finalizedLayer)
+ OUString * canonicRepresenation, std::vector<OUString> * path, int * finalizedLayer)
const;
rtl::Reference< Node > getTemplate(
@@ -74,7 +73,7 @@ public:
rtl::Reference< RootAccess > const & exclude,
Broadcaster * broadcaster);
- void addModification(Path const & path);
+ void addModification(std::vector<OUString> const & path);
void writeModifications();