diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-23 20:31:28 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-25 07:11:04 +0200 |
commit | f29ff8706185193c4af29fc091fced079530b8f0 (patch) | |
tree | 20600e347bf1ddcec94af77aded88c49651c839c /include | |
parent | 645d11d8ef8fd5684aa246a7704e47615e10f444 (diff) |
Fix typo
Change-Id: I3e78077d6a86537020798adb90fee2d45a844325
Reviewed-on: https://gerrit.libreoffice.org/74662
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |