diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-06-17 10:24:44 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-06-17 10:24:44 +0000 |
commit | 2d6fbb550a360605b11928529aca95bab116db4c (patch) | |
tree | d481717d18a4bca37a0281d9723d7ff7ce4f850e /sfx2/sdi/sfxslots.sdi | |
parent | bb3472499c7ef51fb2c696640d93656614ea2623 (diff) |
#100317#: typo parameter name
Diffstat (limited to 'sfx2/sdi/sfxslots.sdi')
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index 7aae02fd0726..34f2d968a599 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-06-14 07:33:33 $ $Revision: 1.8 $ + $Author: mba $ $Date: 2002-06-17 11:24:44 $ $Revision: 1.9 $ $Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $ =========================================================================*/ @@ -63,7 +63,7 @@ TypeLibFile( "sfxslots.tlb" ) //INT32 ModificationTime MID_DOCINFO_MODIFICATIONTIME; //String Template MID_DOCINFO_TEMPLATE; BOOL UseUserData MID_DOCINFO_USEUSERDATA; - BOOL bDeleteUserData MID_DOCINFO_DELETEUSERDATA; + BOOL DeleteUserData MID_DOCINFO_DELETEUSERDATA; String Title MID_DOCINFO_TITLE; String Subject MID_DOCINFO_SUBJECT; String KeyWords MID_DOCINFO_KEYWORDS; |