diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-14 12:55:05 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-14 12:55:05 +0100 |
commit | 16dacff35f047b4acb5ea594ed01e9ce76fc525e (patch) | |
tree | 885e3cfc3753249559a84d55bedafd667b25202b /sfx2/sdi/sfxslots.sdi | |
parent | 3df3758bd64435d207ccc1aff7d9aba4466a3095 (diff) |
autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem
As a consequence, replace some occurences of SfxFrame with XFrame.
This allows getting rid of yet some more Sfx code in the (SFX) doc loader. Also, it prevents premature
creations of SfxFrame instances during loading, since now the frame is really created when it is needed only.
Diffstat (limited to 'sfx2/sdi/sfxslots.sdi')
-rw-r--r-- | sfx2/sdi/sfxslots.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/sdi/sfxslots.sdi b/sfx2/sdi/sfxslots.sdi index a5a76df5f13d..6d73a137dbd1 100644 --- a/sfx2/sdi/sfxslots.sdi +++ b/sfx2/sdi/sfxslots.sdi @@ -59,6 +59,7 @@ TypeLibFile( "sfxslots.tlb" ) item String SfxFrameItem; //! Dummy item String SfxObjectShellItem //! Dummy item String SfxUsrAnyItem //! Dummy + item String SfxUnoFrameItem //! Dummy item String SvxClipboardFmtItem; //! Dummy struct Point |