diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:59:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:59:10 +0000 |
commit | 5ec91f7a88fa7f90b52fa9b805a6000f260a93a2 (patch) | |
tree | a63dd531cf25062465a5eb65d8c0c63f5e172b82 /svx/workben | |
parent | d031db668ab4e8b1862a0f612f806fcee6ae2505 (diff) |
INTEGRATION: CWS aw024 (1.11.450); FILE MERGED
2006/09/21 19:54:22 aw 1.11.450.5: RESYNC: (1.14-1.15); FILE MERGED
2006/09/08 18:11:48 aw 1.11.450.4: RESYNC: (1.13-1.14); FILE MERGED
2006/05/12 18:55:29 aw 1.11.450.3: RESYNC: (1.12-1.13); FILE MERGED
2005/09/18 05:40:58 aw 1.11.450.2: RESYNC: (1.11-1.12); FILE MERGED
2005/05/25 09:54:15 aw 1.11.450.1: #i39529#
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/edittest.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index 44193ba2a117..b57bf541acaf 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: edittest.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:27:22 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:59:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1314,7 +1314,6 @@ void EditMainWindow::CreatePolygon() aPoly.SetPoint( Point( 0, aSz.Height()/2 ), 3 ); aPoly.SetPoint( Point( aSz.Width()/2, 0 ), 4 ); PolyPolygon aPPoly( aPoly ); - XPolyPolygon aXPoly( aPPoly ); pEditView->GetEditEngine()->SetPolygon( aPPoly ); pEditView->SetOutputArea( Rectangle( aOffset, aSz ) ); ULONG nWord = pEditView->GetControlWord(); |