From f3c36688979ab0acfb10a31d4b89b3dce6564596 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Tue, 28 May 2002 13:17:17 +0000 Subject: #98405#: different memberids for RectangleItem --- sfx2/sdi/sfxslots.sdi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index e83515f2a1df..1069c811bc5f 100644 --- a/sfx2/sdi/sfxslots.sdi +++ b/sfx2/sdi/sfxslots.sdi @@ -2,7 +2,7 @@ module StarApplicationFrame (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: mba $ $Date: 2002-05-27 13:49:06 $ $Revision: 1.5 $ + $Author: mba $ $Date: 2002-05-28 14:16:53 $ $Revision: 1.6 $ $Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $ =========================================================================*/ @@ -43,8 +43,8 @@ TypeLibFile( "sfxslots.tlb" ) struct Rectangle { - INT32 Left MID_LEFT; - INT32 Top MID_TOP; + INT32 Left MID_RECT_LEFT; + INT32 Top MID_RECT_TOP; INT32 Width MID_WIDTH; INT32 Height MID_HEIGHT; }; -- cgit