configmgr/source/components.hxx | 2 +- configmgr/source/data.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 02a78dee11f61490ede6e3e16202dc7987bede93 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Sep 23 15:23:57 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Sep 24 18:33:44 2020 +0200 Fix typo in code It passed "make check" on Linux Change-Id: I810841b0bf0d59a13893d9b88f19673a8191741e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103255 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx index 5062ab36a15d..9ede2ed381f2 100644 --- a/configmgr/source/components.hxx +++ b/configmgr/source/components.hxx @@ -56,7 +56,7 @@ public: rtl::Reference< Node > resolvePathRepresentation( OUString const & pathRepresentation, - OUString * canonicRepresenation, std::vector<OUString> * path, int * finalizedLayer) + OUString * canonicRepresentation, std::vector<OUString> * path, int * finalizedLayer) const; rtl::Reference< Node > getTemplate( OUString const & fullName) const; diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx index fbb96b391eb8..58763cd0d58c 100644 --- a/configmgr/source/data.hxx +++ b/configmgr/source/data.hxx @@ -68,7 +68,7 @@ struct Data { rtl::Reference< Node > resolvePathRepresentation( OUString const & pathRepresentation, - OUString * canonicRepresenation, std::vector<OUString> * path, int * finalizedLayer) + OUString * canonicRepresentation, std::vector<OUString> * path, int * finalizedLayer) const; rtl::Reference< Node > getTemplate( _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits