diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-09 17:47:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-09 17:47:08 +0100 |
commit | fa69c29c89608e50d8d41c0008f31c30e60c6d20 (patch) | |
tree | 305ac8fdc54c51127c6d72cbcb0de1d265e69ecd /offapi | |
parent | 1115281560a7e204386c21fe78b8c84ce42b2017 (diff) |
Typo in documentation
Change-Id: I0970a86d65aa905cbd02d892be08de8962731e8b
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/XFrame.idl | 2 |
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 764841364084..85c8df3ca9a2 100644 --- a/offapi/com/sun/star/frame/XFrame.idl +++ b/offapi/com/sun/star/frame/XFrame.idl @@ -313,7 +313,7 @@ published interface XFrame: com::sun::star::lang::XComponent <p> According to a call to this interface, the frame calls - XFrameEventListener::frameAction() with + XFrameActionListener::frameAction() with FrameAction::CONTEXT_CHANGED to all listeners which are registered using XFrame::addFrameActionListener(). For external controllers this event can be used to requery dispatches. |