diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 14:16:25 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 14:16:25 +0000 |
commit | f33b14a98b0477a0fa7099dfff7f1f1cceb8d066 (patch) | |
tree | 4da64db622d9cfd0bd43e8ecd8d2ca8bf6fe785e /svx/source/inc | |
parent | 9ba1d66d83e9e5a0205ca2379c63d2e55d1d07c8 (diff) |
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)
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/svdoimp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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) { } |