summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-05 19:11:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-06 09:16:29 +0000
commit36e2296bf8fae3c66a66eada3595cbb2628a4833 (patch)
treeea0857de290ed5b5874ec3f17d131fd61f827314 /offapi/com/sun/star/frame
parent1b11499074d855e34f40953898594035ca451c71 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/ControlEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameActionEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/XLayoutManagerListener.idl2
-rw-r--r--offapi/com/sun/star/frame/XStorable.idl6
-rw-r--r--offapi/com/sun/star/frame/XStorable2.idl2
5 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl
index 7cde5fc5ee54..35e63779f076 100644
--- a/offapi/com/sun/star/frame/ControlEvent.idl
+++ b/offapi/com/sun/star/frame/ControlEvent.idl
@@ -54,7 +54,7 @@ struct ControlEvent
*/
::com::sun::star::util::URL aURL;
- /** specifies the event which has occured.
+ /** specifies the event which has occurred.
*/
string Event;
diff --git a/offapi/com/sun/star/frame/FrameActionEvent.idl b/offapi/com/sun/star/frame/FrameActionEvent.idl
index 563cf5ffe064..46a4b481437e 100644
--- a/offapi/com/sun/star/frame/FrameActionEvent.idl
+++ b/offapi/com/sun/star/frame/FrameActionEvent.idl
@@ -52,7 +52,7 @@
published struct FrameActionEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- /** contains the frame in which the event occured
+ /** contains the frame in which the event occurred
*/
XFrame Frame;
diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl
index 593ba510c08c..c7cb40d5468e 100644
--- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl
+++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl
@@ -58,7 +58,7 @@ interface XLayoutManagerListener : com::sun::star::lang::XEventListener
reference to the layout manager which invoked the event.
@param eLayoutEvent
- identifies the layout event that has occured.
+ identifies the layout event that has occurred.
@param aInfo
provides additional information about the event. The type
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index 6c54b5b84c1c..fa41f3a37f66 100644
--- a/offapi/com/sun/star/frame/XStorable.idl
+++ b/offapi/com/sun/star/frame/XStorable.idl
@@ -99,7 +99,7 @@ published interface XStorable: com::sun::star::uno::XInterface
<p>Only objects which know their locations can be stored.</p>
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
(may the location is unknown)
@see XStorable::storeAsURL
@@ -129,7 +129,7 @@ published interface XStorable: com::sun::star::uno::XInterface
(see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
(may the location is unknown)
@see XStorable::store
@@ -152,7 +152,7 @@ published interface XStorable: com::sun::star::uno::XInterface
persistence capability.</p>
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
(may the location is unknown)
@param lArguments
diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl
index d33f49da8b8b..cf97b5dba826 100644
--- a/offapi/com/sun/star/frame/XStorable2.idl
+++ b/offapi/com/sun/star/frame/XStorable2.idl
@@ -73,7 +73,7 @@ published interface XStorable2: XStorable
the optional parameters contain unacceptable for save entry
@throws com::sun::star::io::IOException
- if an IO error occured during save operation
+ if an IO error occurred during save operation
@see XStorable::store
*/