diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:57:21 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:57:21 +0000 |
commit | 5b52fef74bed1c8669fdb2006b9769763948c8f7 (patch) | |
tree | 985799f9fa09eba90746dc802062161f6ebdeba8 /svx/source/xoutdev/xpool.cxx | |
parent | 8e4f7d1c1fe5e4287827469e966305143c4c60e1 (diff) |
INTEGRATION: CWS aw024 (1.8.140); FILE MERGED
2006/10/27 12:14:19 aw 1.8.140.8: #i39528# ::basegfx -> basegfx adaption
2006/09/21 19:52:36 aw 1.8.140.7: RESYNC: (1.11-1.12); FILE MERGED
2006/07/04 13:33:03 aw 1.8.140.6: RESYNC: (1.10-1.11); FILE MERGED
2005/09/18 05:38:38 aw 1.8.140.5: RESYNC: (1.9-1.10); FILE MERGED
2005/05/12 16:39:46 aw 1.8.140.4: #i39529#
2005/04/26 15:04:37 aw 1.8.140.3: #i39528#
2005/03/24 00:58:43 aw 1.8.140.2: RESYNC: (1.8-1.9); FILE MERGED
2004/12/23 16:52:57 aw 1.8.140.1: #i39525
Diffstat (limited to 'svx/source/xoutdev/xpool.cxx')
-rw-r--r-- | svx/source/xoutdev/xpool.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/svx/source/xoutdev/xpool.cxx b/svx/source/xoutdev/xpool.cxx index f36f57b86b42..b08aa586ca5f 100644 --- a/svx/source/xoutdev/xpool.cxx +++ b/svx/source/xoutdev/xpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xpool.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:25:00 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:57:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,11 @@ #include <svtools/itemset.hxx> #endif +/************************************************************************* +|* +|* Konstruktor +|* +\************************************************************************/ XOutdevItemPool::XOutdevItemPool( SfxItemPool* _pMaster, @@ -57,7 +62,7 @@ XOutdevItemPool::XOutdevItemPool( // prepare some defaults const XubString aNullStr; const Bitmap aNullBmp; - const XPolygon aNullPol; + const basegfx::B2DPolyPolygon aNullPol; const Color aNullLineCol(RGB_Color(COL_BLACK)); const Color aNullFillCol(RGB_Color(COL_DEFAULT_SHAPE_FILLING)); // "Blue 8" const Color aNullShadowCol(RGB_Color(COL_LIGHTGRAY)); |