diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-23 15:23:57 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-24 18:33:44 +0200 |
commit | 02a78dee11f61490ede6e3e16202dc7987bede93 (patch) | |
tree | 2834dc41292e97aa36b0bc3ed9a43dbebddb7cc0 /configmgr | |
parent | c103ff090b5fa2e001f421f0d0b9c01fecb69647 (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/components.hxx | 2 | ||||
-rw-r--r-- | configmgr/source/data.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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( |