include/basegfx/tuple/b2dtuple.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc7b949e2eb328b9d66488af940ab8acfcbd9e38 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:18 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 26 23:33:31 2019 +0200 Fix typo Change-Id: Ia464eda79186aa60339def67fb2b3d399d6a916a Reviewed-on: https://gerrit.libreoffice.org/74765 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/basegfx/tuple/b2dtuple.hxx b/include/basegfx/tuple/b2dtuple.hxx index b0297b5f0a6c..059820bd78fd 100644 --- a/include/basegfx/tuple/b2dtuple.hxx +++ b/include/basegfx/tuple/b2dtuple.hxx @@ -31,7 +31,7 @@ namespace basegfx /** Base class for all Points/Vectors with two 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 two double values _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
