[ooo-build-commit] Branch 'ooo/OOO320' - vcl/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Nov 20 20:49:58 PST 2009
vcl/source/gdi/regband.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 208c432adb63a261aa122a9022c4d50c8380c811
Author: Ivo Hinkelmann <ihi at openoffice.org>
Date: Fri Nov 20 18:17:23 2009 +0000
CWS-TOOLING: integrate CWS impress183
2009-11-17 16:13:56 +0100 cl r277539 : #i105710# restored bin stream operators for bullet item, still used by outliner clipboard
2009-11-17 13:26:28 +0100 af r277533 : #i106710# Fixed region band copy constructor so that it copies the points correctly.
diff --git a/vcl/source/gdi/regband.cxx b/vcl/source/gdi/regband.cxx
index f11ae41..6c94a40 100644
--- a/vcl/source/gdi/regband.cxx
+++ b/vcl/source/gdi/regband.cxx
@@ -110,7 +110,7 @@ ImplRegionBand::ImplRegionBand(
if ( ! bIgnorePoints)
{
// Copy points.
- ImplRegionBandPoint* pPoint = mpFirstBandPoint;
+ ImplRegionBandPoint* pPoint = rRegionBand.mpFirstBandPoint;
ImplRegionBandPoint* pPrevPointCopy = NULL;
while (pPoint != NULL)
{
More information about the ooo-build-commit
mailing list