summaryrefslogtreecommitdiff
path: root/configmgr/source/childaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/childaccess.hxx')
-rw-r--r--configmgr/source/childaccess.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/configmgr/source/childaccess.hxx b/configmgr/source/childaccess.hxx
index 703b28a21f0b..9a43d86e8c21 100644
--- a/configmgr/source/childaccess.hxx
+++ b/configmgr/source/childaccess.hxx
@@ -35,7 +35,6 @@
#include <sal/types.h>
#include "access.hxx"
-#include "path.hxx"
namespace com { namespace sun { namespace star { namespace uno {
class Any;
@@ -66,8 +65,8 @@ public:
Components & components, rtl::Reference< RootAccess > const & root,
rtl::Reference< Node > const & node);
- virtual Path getAbsolutePath() override;
- virtual Path getRelativePath() override;
+ virtual std::vector<OUString> getAbsolutePath() override;
+ virtual std::vector<OUString> getRelativePath() override;
virtual OUString getRelativePathRepresentation() override;
virtual rtl::Reference< Node > getNode() override;
@@ -125,7 +124,7 @@ private:
std::vector< css::uno::Type > * types) const override;
virtual void addSupportedServiceNames(
- std::vector< OUString > * services) override;
+ std::vector<OUString> * services) override;
virtual css::uno::Any SAL_CALL queryInterface(
css::uno::Type const & aType)