[Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

Kohei Yoshida kohei.yoshida at suse.com
Mon Aug 22 16:06:59 PDT 2011


Hi Lionel,

On Mon, 2011-08-22 at 18:18 +0200, Lionel Elie Mamane wrote:
> class OPropertySetHelperFireEventOption : public OPropertySetHelper,
> 
> public ::com::sun::star::beans::XPropertySetOptions
> {
>     bool m_bFireEvent;
> public:
> (...)
>     virtual void SAL_CALL enableChangeListenerNotification( sal_Bool
> bEnable )
>         throw(::com::sun::star::uno::RuntimeException);
> (...)
> } 

BTW, how do you plan to use that m_bFireEvent data member to decide to
skip or fire events in OPropertySetHelper::fire() ?  The method that
needs to be influenced by that boolean is still in the
OPropertySetHelper.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc
<kohei.yoshida at suse.com>



More information about the LibreOffice mailing list