summaryrefslogtreecommitdiff
path: root/svx/workben/edittest.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:59:10 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:59:10 +0000
commit8f7007299bcb8377946e374d529dc58aa3a56433 (patch)
treef5366ab5139b90184106123e9ceda7e4e9ffdce0 /svx/workben/edittest.cxx
parent6935574c0dac1e07b8e6f6bd7fac788c5395bc26 (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/edittest.cxx')
-rw-r--r--svx/workben/edittest.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx
index f1524e60dd..e34bfe1b53 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();