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>
This commit is contained in:
parent
c103ff090b
commit
02a78dee11
@ -56,7 +56,7 @@ public:
|
|||||||
|
|
||||||
rtl::Reference< Node > resolvePathRepresentation(
|
rtl::Reference< Node > resolvePathRepresentation(
|
||||||
OUString const & pathRepresentation,
|
OUString const & pathRepresentation,
|
||||||
OUString * canonicRepresenation, std::vector<OUString> * path, int * finalizedLayer)
|
OUString * canonicRepresentation, std::vector<OUString> * path, int * finalizedLayer)
|
||||||
const;
|
const;
|
||||||
|
|
||||||
rtl::Reference< Node > getTemplate( OUString const & fullName) const;
|
rtl::Reference< Node > getTemplate( OUString const & fullName) const;
|
||||||
|
@ -68,7 +68,7 @@ struct Data {
|
|||||||
|
|
||||||
rtl::Reference< Node > resolvePathRepresentation(
|
rtl::Reference< Node > resolvePathRepresentation(
|
||||||
OUString const & pathRepresentation,
|
OUString const & pathRepresentation,
|
||||||
OUString * canonicRepresenation, std::vector<OUString> * path, int * finalizedLayer)
|
OUString * canonicRepresentation, std::vector<OUString> * path, int * finalizedLayer)
|
||||||
const;
|
const;
|
||||||
|
|
||||||
rtl::Reference< Node > getTemplate(
|
rtl::Reference< Node > getTemplate(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user