diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-15 16:01:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-15 16:01:21 +0000 |
commit | 71f93dee2d8d2626e3aace8182f046e6052becfe (patch) | |
tree | 81855a6f824cf876d94ee0987a67b0ece2702a59 /sfx2/sdi | |
parent | bfc01d6f078ea8a4be103d1d516e5388522da204 (diff) |
INTEGRATION: CWS basmgr02 (1.15.252); FILE MERGED
2007/02/21 09:41:05 fs 1.15.252.1: #i73331# forward-declare SfxUsrAnyItem
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index 3d04e2f22fe6..a47a0977e541 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: rt $ $Date: 2006-05-02 16:12:30 $ $Revision: 1.15 $ + $Author: obo $ $Date: 2007-03-15 17:01:21 $ $Revision: 1.16 $ $Logfile: T:/sfx2/sdi/sfxslots.sdv $ $Workfile: SFXSLOTS.SDI $ =========================================================================*/ @@ -35,6 +35,7 @@ TypeLibFile( "sfxslots.tlb" ) item String SfxImageItem; //! Dummy item String SfxFrameItem; //! Dummy item String SfxObjectShellItem //! Dummy + item String SfxUsrAnyItem //! Dummy struct Point { |