summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
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/awt
parent928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff)
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumn.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl
index edbb767042a0..778664420f43 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumn.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl
@@ -90,7 +90,7 @@ published interface XGridColumn
*/
[attribute] ::com::sun::star::style::HorizontalAlignment HorizontalAlign;
- /** A title is displayed in the column header row if <method>UnoControlGridModel::ShowRowHeader</method> is set to `TRUE`**/
+ /** A title is displayed in the column header row if UnoControlGridModel::ShowRowHeader() is set to `TRUE`**/
[attribute] string Title;
/** is the help text associated with the column.