summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:02:01 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commit4718949d417dd5297073997546e04ecf300b0479 (patch)
tree9facb5c48de936ea52c58812e327feda55849854 /offapi/com/sun/star/awt
parentb235412d8f84e98dc457894228a357ab0c65f6d0 (diff)
*api: convert <method>
sed -i "s,<method>\([a-z][^<]\+\)</method>,\1,g" Change-Id: I9483d63cce4afd168d47a465b367aed3da45d64b
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumn.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XGridRowSelection.idl2
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainer.idl2
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeDataModel.idl2
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl2
5 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl
index bb9bf091d85e..5858548e7456 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl
@@ -126,7 +126,7 @@ published interface XGridColumn
void addGridColumnListener( [in] XGridColumnListener listener);
- /** Removes a listener previously added with <method>addColumnListener()</method>.
+ /** Removes a listener previously added with addColumnListener().
@param Listener
the listener to remove.
*/
diff --git a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
index 3ed65208d92d..78e3a98ccbcc 100644
--- a/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
+++ b/offapi/com/sun/star/awt/grid/XGridRowSelection.idl
@@ -88,7 +88,7 @@ published interface XGridRowSelection
*/
void addSelectionListener( [in] XGridSelectionListener listener);
- /** Removes a listener previously added with <method>addSelectionListener()</method>.
+ /** Removes a listener previously added with addSelectionListener().
@param listener
the listener to remove.
*/
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index d8cafa3009ab..0b08118e1e57 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
@@ -75,7 +75,7 @@ published interface XTabPageContainer
void addTabPageContainerListener( [in] XTabPageContainerListener listener);
- /** Removes a listener previously added with <method>addTabPageListener()</method>.
+ /** Removes a listener previously added with addTabPageListener().
@param listener
the listener to remove.
*/
diff --git a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
index beb8f1907446..0f2b8816b9cd 100644
--- a/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeDataModel.idl
@@ -55,7 +55,7 @@ interface XTreeDataModel : ::com::sun::star::lang::XComponent
void addTreeDataModelListener( [in] XTreeDataModelListener Listener );
- /** Removes a listener previously added with <method>addTreeDataModelListener()</method>.
+ /** Removes a listener previously added with addTreeDataModelListener().
@param Listener
the listener to remove.
diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
index 6c9d4100e730..99e4c103b781 100644
--- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
@@ -38,7 +38,7 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener
{
/** Invoked when a node with children on demand is about to be expanded.
- <p>This event is invoked before the <method>treeExpanding()</method>
+ <p>This event is invoked before the treeExpanding()
event.</p>
*/
void requestChildNodes( [in] TreeExpansionEvent Event );