diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-10 23:18:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-11 07:17:22 +0200 |
commit | 672660031e4ca38205e2068b1e321268a844a68b (patch) | |
tree | dc3529c1b94e1e85c593bf729e2ba61d0b8f16c9 /include | |
parent | dc823f5fa4a5d2eca56297b9045e5962536c00f9 (diff) |
Fix typos
Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
Reviewed-on: https://gerrit.libreoffice.org/52697
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/gdimetafiletools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/gdimetafiletools.hxx b/include/vcl/gdimetafiletools.hxx index 300d183e9fdc..2ae2c1dcdb45 100644 --- a/include/vcl/gdimetafiletools.hxx +++ b/include/vcl/gdimetafiletools.hxx @@ -28,7 +28,7 @@ // The given metafile will internally clip it's graphic content against the // included clip regions so that it is safe to ignore clip actions there. This // is not done completely, but implemented and extended as needed (on demand) -// since all this is a workarund; the better and long term solution will be to +// since all this is a workaround; the better and long term solution will be to // reimplement these im/exports to use primitives and not metafiles as base // information. |