summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/frame
parent*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/> (diff)
downloadcore-56d158c38cca6de82256e727b7f4c83f311d87b8.tar.gz
core-56d158c38cca6de82256e727b7f4c83f311d87b8.zip
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/frame')
-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 05d7f172ad00..3649ff44ca98 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
- <method>XFrameEventListener::frameAction</method> with
+ XFrameEventListener::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.