ooo-build r14010 - in branches/debian-2-4-1: . patches/src680
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14010 - in branches/debian-2-4-1: . patches/src680
- Date: Mon, 22 Sep 2008 16:47:13 +0000 (UTC)
Author: rengelhard
Date: Mon Sep 22 16:47:13 2008
New Revision: 14010
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14010&view=rev
Log:
2008-09-22 Rene Engelhard <rene debian org>
* patches/src680/apply,
patches/src680/cws-chart28.diff: backport cws chart28
Added:
branches/debian-2-4-1/patches/src680/cws-chart28.diff
Modified:
branches/debian-2-4-1/ChangeLog
branches/debian-2-4-1/patches/src680/apply
Modified: branches/debian-2-4-1/patches/src680/apply
==============================================================================
--- branches/debian-2-4-1/patches/src680/apply (original)
+++ branches/debian-2-4-1/patches/src680/apply Mon Sep 22 16:47:13 2008
@@ -325,6 +325,8 @@
cws-cmcfixes47-sw.diff, i#90306
+cws-chart28.diff, i#90071
+
[ CWSBackports < ooh680-m17 ]
cws-dba241e.diff, i#87092, i#90011
Added: branches/debian-2-4-1/patches/src680/cws-chart28.diff
==============================================================================
--- (empty file)
+++ branches/debian-2-4-1/patches/src680/cws-chart28.diff Mon Sep 22 16:47:13 2008
@@ -0,0 +1,18 @@
+? cws-chart28.diff
+Index: source/view/main/Clipping.cxx
+===================================================================
+RCS file: /cvs/graphics/chart2/source/view/main/Clipping.cxx,v
+retrieving revision 1.6.82.1
+retrieving revision 1.6.82.1.10.1
+diff -u -r1.6.82.1 -r1.6.82.1.10.1
+--- chart2/source/view/main/Clipping.cxx 10 Jan 2008 17:14:29 -0000 1.6.82.1
++++ chart2/source/view/main/Clipping.cxx 3 Jun 2008 17:37:38 -0000 1.6.82.1.10.1
+@@ -182,7 +182,7 @@
+ rPoly.SequenceX.realloc(nPolygonIndex+1);
+ rPoly.SequenceY.realloc(nPolygonIndex+1);
+ rPoly.SequenceZ.realloc(nPolygonIndex+1);
+- rResultPointCount.push_back(0);
++ rResultPointCount.resize(nPolygonIndex+1,0);
+ }
+
+ drawing::DoubleSequence* pOuterSequenceX = &rPoly.SequenceX.getArray()[nPolygonIndex];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]