diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 13:51:11 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 13:51:11 +0000 |
commit | 7e95136ed25bd689da06a39f4cf52382f4a636ac (patch) | |
tree | c3600a4cfcd774b1cf45e68b2659f6af9253a007 /svx/source/inc/svdoimp.hxx | |
parent | 1770312d224e3307f72439d27f992a6cbd71cbcd (diff) |
INTEGRATION: CWS aw053 (1.10.80); FILE MERGED
2007/09/14 10:37:08 aw 1.10.80.1: #i80528# Removal of draft paint modes
Diffstat (limited to 'svx/source/inc/svdoimp.hxx')
-rw-r--r-- | svx/source/inc/svdoimp.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/svx/source/inc/svdoimp.hxx b/svx/source/inc/svdoimp.hxx index 49d1c9d4ed82..b666c913083e 100644 --- a/svx/source/inc/svdoimp.hxx +++ b/svx/source/inc/svdoimp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: svdoimp.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-06-27 18:24:24 $ + * last change: $Author: ihi $ $Date: 2007-11-26 14:51:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -255,12 +255,10 @@ public: ImpLineGeometryCreator( const ImpLineStyleParameterPack& rAttr, basegfx::B2DPolyPolygon& rPoPo, - basegfx::B2DPolyPolygon& rPoLi, - bool bIsLineDraft = false) + basegfx::B2DPolyPolygon& rPoLi) : mrLineAttr(rAttr), maAreaPolyPolygon(rPoPo), - maLinePolyPolygon(rPoLi), - mbLineDraft(bIsLineDraft) + maLinePolyPolygon(rPoLi) { } |