Type required
Title SfxShell changes DoActivate/DoDeactive methods
Posted by [EMAIL PROTECTED]
Affected [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
Effective from warnings01


Summary

-void SfxShell::DoActivate( SfxViewFrame *pFrame, BOOL bMDI);
-void SfxShell::DoDeactivate( SfxViewFrame *pFrame, BOOL bMDI);

+SAL_DLLPRIVATE void SfxShell::DoActivate_Impl( SfxViewFrame *pFrame, BOOL bMDI);
+SAL_DLLPRIVATE void SfxShell::DoDeactivate_Impl( SfxViewFrame *pFrame, BOOL bMDI);


Description
The methods DoActivate and DoDeactivate at the class SfxShell are only
for internal use. They are now called
DoActivate_Impl/DoDeactivate_Impl and won't be exported. There
shouldn't be any problems as LXR shows that only sfx code uses these
methods.


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

Reply via email to