summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrame.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index e74a15446d1e..5b9ba31f38bf 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -48,8 +48,8 @@
can be attached to.
<p>
- A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
- accessible by using the api. This mode make sense for previews.
+ A frame can be (it's not a must!) a part of a frame tree. If not this frame won't be
+ accessible by using the API. This mode make sense for previews.
The root node of the tree can be a <type>Desktop</type> implementation.
</p>
@@ -67,7 +67,7 @@ published interface XFrame: com::sun::star::lang::XComponent
It's designed for initializing - not for setting.
</p>
- <p>This frame will take over ownership of the window refered from
+ <p>This frame will take over ownership of the window referred from
<var>xWindow</var>. Thus, the previous owner is not allowed to
dispose this window anymore. </p>
@@ -100,8 +100,8 @@ published interface XFrame: com::sun::star::lang::XComponent
Only the creator is allowed to call this method.
But creator doesn't mean the implementation which creates this instance ...
it means the parent frame of the frame hierarchy.
- Because; normaly a frame should be created by using the api
- and is neccessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
+ Because; normally a frame should be created by using the API
+ and is necessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
</p>
@param Creator
@@ -291,7 +291,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@return
<TRUE/>if setting of new component or release of an existing one was successfully
<br>
- <FALSE/> otherwise (especialy, if an existing controller disagree within his
+ <FALSE/> otherwise (especially, if an existing controller disagree within his
<member>XController::suspend()</member> call)
@see XFrame::getComponentWindow()
@@ -374,7 +374,7 @@ published interface XFrame: com::sun::star::lang::XComponent
/** unregisters an event listener
@param xListener
- specifies the listener which willn't be informed any longer
+ specifies the listener which won't be informed any longer
@see XFrame::addFrameActionListener()
*/