diff options
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 |