summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/script/XErrorQuery.idl
blob: 9a1860eaa5b327d1af6940f1e3c4815798741709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __com_sun_star_script_XErrorQuery_idl__
#define __com_sun_star_script_XErrorQuery_idl__

#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif

module com { module sun { module star { module script {
//==============================================================================

interface XErrorQuery : ::com::sun::star::uno::XInterface
{
  //-----------------------------------------------------------------------
  /**
    Returns whether this object has an error

    @return
    <atom>boolean</atom> indicating an error or not
  */
  boolean hasError();

};

};  };  };  };
#endif