From 5ec91f7a88fa7f90b52fa9b805a6000f260a93a2 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 14 Nov 2006 12:59:10 +0000 Subject: 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# --- svx/workben/edittest.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'svx/workben') 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(); -- cgit