The current source code in XComponent.idl looks like:
 
#ifndef __com_sun_star_lang_XComponent_idl__
20 #define __com_sun_star_lang_XComponent_idl__
21 
23 
24 
25 module com { module sun { module star { module lang {
26 
27  published interface XEventListener;
28 
43 {
73  void dispose();
74 
92  void addEventListener( [in] XEventListener xListener );
93 
108  void removeEventListener( [in] XEventListener aListener );
109 
110 };
111 
112 
113 }; }; }; };
114 
115 #endif
 
can anyone check - and if positively found incorrect change the source - the following alternative:
 
....
  24 
25 module com { module sun { module star { module lang {
26
....
 
thx
 
andy
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to