include/svx/svdpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6604b66be099136c6de3580c5a0a6db2521eba66 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jul 14 14:00:15 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jul 14 22:55:39 2019 +0200 Fix typo Change-Id: Ide4893ef0d7a32e06d75ca771036cde6cfe65d60 Reviewed-on: https://gerrit.libreoffice.org/75576 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx index b1a93c31e21f..5ab621ccbd4c 100644 --- a/include/svx/svdpage.hxx +++ b/include/svx/svdpage.hxx @@ -166,7 +166,7 @@ public: order. When there is one this method returns <TRUE/> and the GetObjectForNavigationPosition() and SdrObject::GetNavigationPosition() methods will return values - different from those returne by SdrObject::GetOrdNum() and + different from those returned by SdrObject::GetOrdNum() and GetObj(). */ bool HasObjectNavigationOrder() const; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
