update dev300-m58
[ooovba.git] / udkapi / com / sun / star / script / XErrorQuery.idl
blob9a1860eaa5b327d1af6940f1e3c4815798741709
1 #ifndef __com_sun_star_script_XErrorQuery_idl__
2 #define __com_sun_star_script_XErrorQuery_idl__
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 module com { module sun { module star { module script {
9 //==============================================================================
11 interface XErrorQuery : ::com::sun::star::uno::XInterface
13 //-----------------------------------------------------------------------
14 /**
15 Returns whether this object has an error
17 @return
18 <atom>boolean</atom> indicating an error or not
20 boolean hasError();
24 }; }; }; };
25 #endif