include/vcl/outdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f29ff8706185193c4af29fc091fced079530b8f0 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jun 23 20:31:28 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jun 25 07:11:04 2019 +0200 Fix typo Change-Id: I3e78077d6a86537020798adb90fee2d45a844325 Reviewed-on: https://gerrit.libreoffice.org/74662 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index d51546bd974a..15491e8d2807 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1970,7 +1970,7 @@ public: public: /** @returns boolean value to see if EPS could be painted directly. - Theoreticaly, handing over a matrix would be needed to handle + Theoretically, handing over a matrix would be needed to handle painting rotated EPS files (e.g. contained in Metafiles). This would then need to be supported for Mac and PS printers, but that's too much for now, wrote \#i107046# for this */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
