include/basegfx/tuple/b2i64tuple.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8660e439776a61220b1be86e4669692bbfa86085 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:17 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jun 29 12:19:10 2019 +0200 Fix typo Change-Id: I272af08184af325933ef1549ad69f1df06793177 Reviewed-on: https://gerrit.libreoffice.org/74867 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/basegfx/tuple/b2i64tuple.hxx b/include/basegfx/tuple/b2i64tuple.hxx index a47a82e1db2a..ee86ef34ba1f 100644 --- a/include/basegfx/tuple/b2i64tuple.hxx +++ b/include/basegfx/tuple/b2i64tuple.hxx @@ -29,7 +29,7 @@ namespace basegfx /** Base class for all Points/Vectors with two sal_Int64 values This class provides all methods common to Point - avd Vector classes which are derived from here. + and Vector classes which are derived from here. @derive Use this class to implement Points or Vectors which are based on two sal_Int64 values _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
