summaryrefslogtreecommitdiff
path: root/configmgr/source/partial.hxx
diff options
context:
space:
mode:
authorJakub Trzebiatowski <ubap.dev@gmail.com>2016-03-07 19:48:23 +0100
committerNoel Grandin <noelgrandin@gmail.com>2016-03-15 06:26:57 +0000
commit89e0663c55f7f1763536a345d63111115c71ef26 (patch)
treebb9a3a82a3f462cb72242e02c0a974285a80d40a /configmgr/source/partial.hxx
parent869262bcc980d1d964036dbaba87a456479f53b7 (diff)
tdf#96099 fix trival typedefs, Path to std::vector<OUString>
Change-Id: I23fca48becbfdfd92db02a11b739a668fc1cd8c4 Reviewed-on: https://gerrit.libreoffice.org/23007 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configmgr/source/partial.hxx')
-rw-r--r--configmgr/source/partial.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/partial.hxx b/configmgr/source/partial.hxx
index e7641e2c974b..bbb9a135ea4c 100644
--- a/configmgr/source/partial.hxx
+++ b/configmgr/source/partial.hxx
@@ -25,7 +25,6 @@
#include <set>
#include <boost/unordered_map.hpp>
-#include "path.hxx"
#include <rtl/ustring.hxx>
namespace configmgr {
@@ -40,7 +39,7 @@ public:
~Partial();
- Containment contains(Path const & path) const;
+ Containment contains(std::vector<OUString> const & path) const;
private:
Partial(const Partial&) = delete;