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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 85c8df3ca9a2..b2d7e41e42b7 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -203,7 +203,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
At first the frame sets itself as the active frame of its
creator by calling XFramesSupplier::setActiveFrame(),
- then it broadcasts an FrameActionEvent with
+ then it broadcasts a FrameActionEvent with
FrameAction::FRAME_ACTIVATED. The component within
this frame may listen to this event to grab the focus on activation;
for simple components this can be done by the FrameLoader.