summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/XErrorQuery.idl
blob: 96457a90ea958f417063b2606f646422e849807e (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
26
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef __com_sun_star_script_XErrorQuery_idl__
#define __com_sun_star_script_XErrorQuery_idl__

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

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

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */