From c5b32a1087b7c885634e7ce66da113500f03f37f Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Mon, 24 Jun 2002 13:53:54 +0000 Subject: #99083# default creation of shapes corrected --- sw/inc/fesh.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sw/inc/fesh.hxx') diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index a91ca0d2913f..85eb25b164e9 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ama $ $Date: 2002-06-12 07:31:43 $ + * last change: $Author: os $ $Date: 2002-06-24 14:53:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -464,6 +464,7 @@ public: BOOL EndCreate ( UINT16 eSdrCreateCmd ); void BreakCreate(); BOOL IsDrawCreate() const; + void CreateDefaultShape(UINT16 eSdrObjectKind, const Rectangle& rRect, USHORT nSlotId); // Funktionen fr Rubberbox, um Draw-Objekte zu selektieren BOOL BeginMark( const Point &rPos ); -- cgit