diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-05 19:11:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-06 09:16:29 +0000 |
commit | 36e2296bf8fae3c66a66eada3595cbb2628a4833 (patch) | |
tree | ea0857de290ed5b5874ec3f17d131fd61f827314 /udkapi/com | |
parent | 1b11499074d855e34f40953898594035ca451c71 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/beans/XMultiPropertySet.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/test/XSimpleTest.idl | 2 |
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(); |