From cf9078b54d3d436ad38cde254f426bd251b61b08 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 May 2013 09:35:04 +0100 Subject: correct bugtracker ids Change-Id: I082857045bdca110c9eb07eb678c85e9a53687ad --- drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx') 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). -- cgit