diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-22 11:11:10 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-24 23:39:14 +0000 |
commit | c4e7c260c48069d3aeee4930d519ee6e18a80585 (patch) | |
tree | 0494b098678a68121014b687f43308f6184a6f39 | |
parent | 07c8e72b8e391fb0167e1e588d1884a247d5d58a (diff) |
Fix configmgr argument
Commit 3e64874e7cd23 introduce a not-existent argument.
Dunno if it's an issue.
Just made this commit to show it to real developers!
Change-Id: I01f4b859631e76e0d76269db19bcbcf3481d827c
Reviewed-on: https://gerrit.libreoffice.org/35531
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | configmgr/source/rootaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx index 1f4203ba9803..9564bbf34a63 100644 --- a/configmgr/source/rootaccess.hxx +++ b/configmgr/source/rootaccess.hxx @@ -58,7 +58,7 @@ class RootAccess: { public: RootAccess( - Components & components, OUString const & pathRepresenation, + Components & components, OUString const & pathRepresentation, OUString const & locale, bool update); virtual std::vector<OUString> getAbsolutePath() override; |