ooo-build r12045 - in trunk: . patches/src680
- From: thorstenb svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12045 - in trunk: . patches/src680
- Date: Fri, 28 Mar 2008 19:25:34 +0000 (GMT)
Author: thorstenb
Date: Fri Mar 28 19:25:34 2008
New Revision: 12045
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12045&view=rev
Log:
* patches/src680/svx-missing-initialization.diff: thanks to
jseward, adds missing ctor initialization of a bool
* patches/src680/apply: added fix for everybody
Added:
trunk/patches/src680/svx-missing-initialization.diff
Modified:
trunk/ChangeLog
trunk/patches/src680/apply
Modified: trunk/patches/src680/apply
==============================================================================
--- trunk/patches/src680/apply (original)
+++ trunk/patches/src680/apply Fri Mar 28 19:25:34 2008
@@ -454,6 +454,9 @@
# make path detection look for VC2005er dlls, too
config_office-msvc8-compat.diff, thorsten
+# init all members in svx's line geometry creator
+svx-missing-initialization.diff, i#86163, thorsten
+
# fix import of MSO Userform & Frame ( presence of scroll-top & scroll-left )
# screws things up
userform-scrollleftandtop.diff, i#87007, noelpwer
Added: trunk/patches/src680/svx-missing-initialization.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/svx-missing-initialization.diff Fri Mar 28 19:25:34 2008
@@ -0,0 +1,12 @@
+--- svx/source/inc/svdoimp.hxx 26 Nov 2007 14:51:11 -0000 1.11
++++ svx/source/inc/svdoimp.hxx 28 Mar 2008 19:15:52 -0000
+@@ -258,7 +258,8 @@ public:
+ basegfx::B2DPolyPolygon& rPoLi)
+ : mrLineAttr(rAttr),
+ maAreaPolyPolygon(rPoPo),
+- maLinePolyPolygon(rPoLi)
++ maLinePolyPolygon(rPoLi),
++ mbLineDraft(false)
+ {
+ }
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]