Type: info
         Title: changed: SfxObjectShell::[S|G]etWorkingDocument
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS odbmacros2


*Summary*
--------
- void SfxObjectShell::SetWorkingDocument( XModel )
- XModel SfxObjectShell::GetWorkingDocument
+ void SfxObjectShell::SetCurrentComponent( XInterface )
- XInterface SfxObjectShell::GetCurrentComponent


*Description*
-------------
The static "working document" at the SfxObjectShell has been replaced
with a "current component", which is an XInterface only, not an XModel
anymore. As before, the component you set here is forwarded to the
application's Basic as value of the "ThisComponent" variable.

The change was necessary to allow non-SFX components to participate in
the ThisComponent game as well. There are components (for instance
various database designers, such as the query designer) which are no
documents (XModel), but have a controller (XController) only.

All necessary changes have been made, so there should be no action needed.


Send feedback to [EMAIL PROTECTED]


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

Reply via email to