diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:53:02 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:53:02 +0000 |
commit | 7da9deb0a3abd9ad8919a8c91849600d024cec54 (patch) | |
tree | ff26491512bad441cbf186c7799f841be1ef4a6f | |
parent | 007ebb7efc41d875bdd048dd9b2497eff3c3799b (diff) |
INTEGRATION: CWS aw024 (1.8.14); FILE MERGED
2006/11/10 03:48:59 aw 1.8.14.9: RESYNC: (1.13-1.14); FILE MERGED
2006/10/27 12:14:16 aw 1.8.14.8: #i39528# ::basegfx -> basegfx adaption
2006/09/21 19:37:49 aw 1.8.14.7: RESYNC: (1.12-1.13); FILE MERGED
2006/07/04 13:23:09 aw 1.8.14.6: RESYNC: (1.11-1.12); FILE MERGED
2005/11/18 17:08:54 aw 1.8.14.5: RESYNC: (1.10-1.11); FILE MERGED
2005/09/18 05:17:12 aw 1.8.14.4: RESYNC: (1.9-1.10); FILE MERGED
2005/07/22 10:58:17 aw 1.8.14.3: RESYNC: (1.8-1.9); FILE MERGED
2005/05/12 16:39:41 aw 1.8.14.2: #i39529#
2005/04/26 15:04:34 aw 1.8.14.1: #i39528#
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index 736f78ba7275..bf72d0592b10 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: linectrl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:22:01 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:53:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -555,7 +555,7 @@ void SvxLineEndWindow::FillValueSet() // Erster Eintrag: kein LinienEnde // Temporaer wird ein Eintrag hinzugefuegt, um die UI-Bitmap zu erhalten - XPolygon aNothing( 0 ); + basegfx::B2DPolyPolygon aNothing; pLineEndList->Insert( new XLineEndEntry( aNothing, SVX_RESSTR( RID_SVXSTR_NONE ) ) ); pEntry = pLineEndList->GetLineEnd( nCount ); pBmp = pLineEndList->GetBitmap( nCount ); |