diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:19:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | ae7595a7553c61cab3cc9014bb12239e02fd8c6a (patch) | |
tree | 1c1e9bdf907683f2e3ddbd690dc9251c5b83d0fe /offapi/com/sun/star/frame | |
parent | 56d158c38cca6de82256e727b7f4c83f311d87b8 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+\)</method>,\1,g"
Change-Id: Ic3eef0c03e512f7d607a87c58f9f01626f5a57a1
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/XFrames.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XStorable2.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XFrames.idl b/offapi/com/sun/star/frame/XFrames.idl index 394cc07b2f4c..3325a10c1f9e 100644 --- a/offapi/com/sun/star/frame/XFrames.idl +++ b/offapi/com/sun/star/frame/XFrames.idl @@ -63,7 +63,7 @@ published interface XFrames: com::sun::star::container::XIndexAccess <p> Note: <ul> - <li>The method <method>XComponent::dispose()</method> is not called implicitly + <li>The method XComponent::dispose() is not called implicitly by this method.</li> <li>The creator attribute of the frame must be reset by the caller of this method.</li> diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl index f0e98205ed73..50d83f2b78d9 100644 --- a/offapi/com/sun/star/frame/XStorable2.idl +++ b/offapi/com/sun/star/frame/XStorable2.idl @@ -39,7 +39,7 @@ published interface XStorable2: XStorable </p> <p> - This is an extension of the <method>XStorable::store()</method>. + This is an extension of the XStorable::store(). This method allows to specify some additional parameters for storing process. </p> |