diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-11 07:46:31 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-05-20 12:59:48 +0200 |
commit | b7b26dadf7620206ef7a581f62dda99576b57b35 (patch) | |
tree | 99a68123297c6528728cc3ed9611bcd13cb19066 /drawinglayer | |
parent | f6f27ae31a26bf6cecbf9205ef28a6bad3d06864 (diff) |
Fix typos
Change-Id: I4922f95ebc38e80e471139880ed894eda89402a8
Reviewed-on: https://gerrit.libreoffice.org/72142
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 78e98f9cc206..4c6c595d9349 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -1846,7 +1846,7 @@ namespace drawinglayer { // #i121185# When rotation or shear is used, a VCL Gradient cannot be used directly. // This is because VCL Gradient mechanism does *not* support to rotate the gradient - // with objects and this case is not expressable in a Metafile (and cannot be added + // with objects and this case is not expressible in a Metafile (and cannot be added // since the FileFormats used, e.g. *.wmf, do not support it either). // Such cases happen when a graphic object uses a Metafile as graphic information or // a fill style definition uses a Metafile. In this cases the graphic content is |