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 * path, int * finalizedLayer) + OUString * canonicRepresentation, std::vector * 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 * path, int * finalizedLayer) + OUString * canonicRepresentation, std::vector * path, int * finalizedLayer) const; rtl::Reference< Node > getTemplate(