diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 09:35:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 09:52:11 +0100 |
commit | cf9078b54d3d436ad38cde254f426bd251b61b08 (patch) | |
tree | c1f3fdffb3bf73bb3bde6f2d37b0fff233ec00e7 | |
parent | e42886ca2e4b62904c1eb2f424d74699a615a61c (diff) |
correct bugtracker ids
Change-Id: I082857045bdca110c9eb07eb678c85e9a53687ad
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 0bcb413c2985..ec5ad2d48d71 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -1309,7 +1309,7 @@ namespace drawinglayer // write LineGeometry start marker impStartSvtGraphicStroke(pSvtGraphicStroke); - // #116162# When B&W is set as DrawMode, DRAWMODE_WHITEFILL is used + // #i116162# When B&W is set as DrawMode, DRAWMODE_WHITEFILL is used // to let all fills be just white; for lines DRAWMODE_BLACKLINE is used // so all line geometry is supposed to get black. Since in the in-between // stages of line geometry drawing filled polygons are used (e.g. line @@ -1544,7 +1544,7 @@ namespace drawinglayer if(!basegfx::fTools::equalZero(fRotate) || !basegfx::fTools::equalZero(fShearX)) { - // #121185# When rotation or shear is used, a VCL Gradient cannot be used directly. + // #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 // since the FileFormats used, e.g. *.wmf, do not support it either). |