Type: info
         Title: SfxMacroInfo ctor not taking an SfxObjectShell anymore
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS basmgr03


*Summary*
--------
- SfxMacroInfo::SfxMacroInfo( SfxObjectShell* pDoc, ... )
+ SfxMacroInfo::SfxMacroInfo( bool _bAppBasic, ... )

*Description*
-------------
The various SfxMacroInfo constructors do not take an SfxObjectShell
pointer anymore, but a "bool bAppBasic" instead. Previously, the shell
pointer was only used to determine whether the item refers to
application basic, so no information is lost. Also, the item is now
used in contexts where no SfxObjectShell is available anymore.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to