summaryrefslogtreecommitdiff
path: root/udkapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com')
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl2
-rw-r--r--udkapi/com/sun/star/test/XSimpleTest.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index 1388c5d672af..ee2798bc646f 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -81,7 +81,7 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface
<p>The values of the properties must change before the bound
events are fired. The values of the constrained properties
should change after the vetoable events are fired and only if no
- exception occured. Unknown properties are ignored. </p>
+ exception occurred. Unknown properties are ignored. </p>
@param aPropertyNames
specifies the names of the properties. All names must be unique.
diff --git a/udkapi/com/sun/star/test/XSimpleTest.idl b/udkapi/com/sun/star/test/XSimpleTest.idl
index f2a310f9a44c..dee6b21321cc 100644
--- a/udkapi/com/sun/star/test/XSimpleTest.idl
+++ b/udkapi/com/sun/star/test/XSimpleTest.idl
@@ -95,7 +95,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();