To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89811


User kohei changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|kohei                     |aw
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri May 23 12:49:52 +0000 
2008 -------
kohei->aw: Take a look at where it's defined here

svtools/inc/svtools/lstner.hxx

#define SFX_NOTIFY( rBC, rBCT, rHint, rHintT ) \
                Notify( rBC, rHint )

SFX_NOTIFY simply gets expanded to Notify( rBC, rHint ), which is a concrete
method of SfxListener.  All of SFX_NOTIFY uses in svx are just references and
they are simply expanded to Notify at compile time, and my patch simply does
that manually (hence no risk).

In other words, it's safe to remove just parts of its references as long as we
don't remove the macro definition in lstner.hxx in svtools.  My idea is to
remove all of its references first one module at a time, then once they are all
removed, remove the definition from svtools.  But we don't have to do this all
at once.  We can do this in steps.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to