include/basegfx/tuple/b3dtuple.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 640ba625f51033324e25adbe78c7ed6190ae22b6 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:15 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jun 29 13:54:54 2019 +0200 Fix typo Change-Id: If0e4c56344d9ef2cf20999fa977faeaf62fa449b Reviewed-on: https://gerrit.libreoffice.org/74874 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/basegfx/tuple/b3dtuple.hxx b/include/basegfx/tuple/b3dtuple.hxx index 6767d5142476..fd23e1fb2810 100644 --- a/include/basegfx/tuple/b3dtuple.hxx +++ b/include/basegfx/tuple/b3dtuple.hxx @@ -31,7 +31,7 @@ namespace basegfx /** Base class for all Points/Vectors with three double 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 three double values _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
