summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XPropertySet2.idl
blob: e4868bfac8084321852060915c4b4c5aae8b4fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef __com_sun_star_beans_XPropertySet2_idl__
#define __com_sun_star_beans_XPropertySet2_idl__

#include <com/sun/star/beans/XPropertySet.idl>

module com {  module sun {  module star {  module beans {

interface XPropertySet2: com::sun::star::beans::XPropertySet
{
    void enableChangeListenerNotification( [in] boolean bEnable );
};

//=============================================================================

}; }; }; };

#endif