From 69db4b815dd2ffc974cb802e71e2a18f317cbc1b Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Tue, 16 Oct 2001 14:35:52 +0000 Subject: [PATCH] #93164# create same arrow as in Standard.soe --- sd/source/core/drawdoc4.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 99aa93089d2f..31ec47a90f70 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawdoc4.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: aw $ $Date: 2001-09-27 10:30:57 $ + * last change: $Author: cl $ $Date: 2001-10-16 15:35:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -409,10 +409,10 @@ void SdDrawDocument::CreateLayoutTemplates() pISet->Put(XLineWidthItem(150)); XPolygon aArrow(4); // [] - aArrow[0]=Point(100,0); // 0,4__[]__2,4 - aArrow[1]=Point(200,400); // \ / - aArrow[2]=Point(0,400); // \ / - aArrow[3]=Point(100,0); // \/1,0 + aArrow[0]=Point(10,0); // 0,4__[]__2,4 + aArrow[1]=Point(0,30); // \ / + aArrow[2]=Point(20,30); // \ / + aArrow[3]=Point(10,0); // \/1,0 #ifdef SVX_LIGHT pISet->Put(XLineStartItem(SdResId(STR_POOLSHEET_ARROW),aArrow)); #else @@ -420,7 +420,7 @@ void SdDrawDocument::CreateLayoutTemplates() #endif pISet->Put(XLineStartWidthItem(700)); - pISet->Put(XLineEndWidthItem(300)); // wollte Kohse das wirklich? + pISet->Put(XLineEndWidthItem(300)); pISet->Put(XLineStartCenterItem(TRUE)); // ---- Objekt mit Schatten -------------------------------------------