summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/test/XSimpleTest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/test/XSimpleTest.idl')
-rw-r--r--udkapi/com/sun/star/test/XSimpleTest.idl7
1 files changed, 1 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/test/XSimpleTest.idl b/udkapi/com/sun/star/test/XSimpleTest.idl
index f2a310f9a44c..012b378b26bc 100644
--- a/udkapi/com/sun/star/test/XSimpleTest.idl
+++ b/udkapi/com/sun/star/test/XSimpleTest.idl
@@ -27,13 +27,8 @@
#ifndef __com_sun_star_test_XSimpleTest_idl__
#define __com_sun_star_test_XSimpleTest_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
//=============================================================================
@@ -95,7 +90,7 @@ published interface XSimpleTest: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/**States if one of the last test has failed. This is cumulative.
- @return true if all test have been passed succesfully. false if an error has occured.
+ @return true if all test have been passed succesfully. false if an error has occurred.
*/
boolean testPassed();