[Libreoffice-commits] core.git: 2 commits - dictionaries drawinglayer/source
Caolán McNamara
caolanm at redhat.com
Mon May 20 01:52:22 PDT 2013
dictionaries | 2 +-
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit cf9078b54d3d436ad38cde254f426bd251b61b08
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 20 09:35:04 2013 +0100
correct bugtracker ids
Change-Id: I082857045bdca110c9eb07eb678c85e9a53687ad
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 0bcb413..ec5ad2d 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).
commit e42886ca2e4b62904c1eb2f424d74699a615a61c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon May 20 09:51:18 2013 +0100
Updated core
Project: dictionaries 09bd32f75110b15e6be8a7bfc116535cead5682b
diff --git a/dictionaries b/dictionaries
index 4011efe..09bd32f7 160000
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit 4011efefecd48df593d358a304543ef4a8f9868d
+Subproject commit 09bd32f75110b15e6be8a7bfc116535cead5682b
More information about the Libreoffice-commits
mailing list