diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-05-28 13:17:17 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-05-28 13:17:17 +0000 |
commit | f3c36688979ab0acfb10a31d4b89b3dce6564596 (patch) | |
tree | 982d96f595ac952d06e3f3cd415f9f348f1f6856 /sfx2/sdi | |
parent | dd98c000c1e75c49a706e35918fd171a503eaeb3 (diff) |
#98405#: different memberids for RectangleItem
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
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; }; |