diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-04-08 15:57:17 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-04-08 15:57:17 +0000 |
commit | 94bb4bf8a4b2fc5f1a782de6edbc824faa81e6f0 (patch) | |
tree | da8092191720ab40be4fc0798d9f5fbf06722395 /sfx2/sdi/sfxslots.sdi | |
parent | 0e7f221060c1e8f8e49a466302c0f7cf24baa382 (diff) |
#98405#: prepare items and slots for new recording
Diffstat (limited to 'sfx2/sdi/sfxslots.sdi')
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index de0b93f07b8e..30bb6e526d4b 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-03-28 15:10:53 $ $Revision: 1.2 $ + $Author: mba $ $Date: 2002-04-08 16:48:37 $ $Revision: 1.3 $ $Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $ =========================================================================*/ @@ -54,16 +54,16 @@ TypeLibFile( "sfxslots.tlb" ) struct DocInfo { String Author MID_DOCINFO_AUTHOR; - String CreationDate MID_DOCINFO_CREATIONDATE; - String CreationTime MID_DOCINFO_CREATIONTIME; + INT32 CreationDate MID_DOCINFO_CREATIONDATE; + INT32 CreationTime MID_DOCINFO_CREATIONTIME; String Description MID_DOCINFO_DESCRIPTION; String FileName MID_DOCINFO_FILENAME; - String Revision MID_DOCINFO_REVISION; - String EditTime MID_DOCINFO_EDITTIME; + INT32 Revision MID_DOCINFO_REVISION; + INT32 EditTime MID_DOCINFO_EDITTIME; String KeyWords MID_DOCINFO_KEYWORDS; String ModificationAuthor MID_DOCINFO_MODIFICATIONAUTHOR; - String ModificationDate MID_DOCINFO_MODIFICATIONDATE; - String ModificationTime MID_DOCINFO_MODIFICATIONTIME; + INT32 ModificationDate MID_DOCINFO_MODIFICATIONDATE; + INT32 ModificationTime MID_DOCINFO_MODIFICATIONTIME; String Subject MID_DOCINFO_SUBJECT; String Template MID_DOCINFO_TEMPLATE; String Title MID_DOCINFO_TITLE; |