From f33b14a98b0477a0fa7099dfff7f1f1cceb8d066 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 14:16:25 +0000 Subject: INTEGRATION: CWS aw055 (1.11.116); FILE MERGED 2008/04/01 02:16:52 aw 1.11.116.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/12 14:25:43 aw 1.11.116.1: #i85553# init error at SdrLineGeometry fixed (thanks to cmc) --- svx/source/inc/svdoimp.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'svx/source/inc') diff --git a/svx/source/inc/svdoimp.hxx b/svx/source/inc/svdoimp.hxx index 20c83a61d07f..1886878d21e9 100644 --- a/svx/source/inc/svdoimp.hxx +++ b/svx/source/inc/svdoimp.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svdoimp.hxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -220,7 +220,8 @@ public: basegfx::B2DPolyPolygon& rPoLi) : mrLineAttr(rAttr), maAreaPolyPolygon(rPoPo), - maLinePolyPolygon(rPoLi) + maLinePolyPolygon(rPoLi), + mbLineDraft(false) { } -- cgit