summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/grid
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid')
-rw-r--r--offapi/com/sun/star/awt/grid/UnoControlGridModel.idl2
-rw-r--r--offapi/com/sun/star/awt/grid/XSortableGridData.idl4
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
index 2d174cc86f8b..0aba0fa43c4c 100644
--- a/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
+++ b/offapi/com/sun/star/awt/grid/UnoControlGridModel.idl
@@ -116,7 +116,7 @@ published service UnoControlGridModel
[property] boolean Tabstop;
/** Specifies the selection mode that is enabled for this grid control.
- <p>The default value is <member scope="com::sun::star::view">SelectionType::SINGLE</member></p>
+ <p>The default value is com::sun::star::view::SelectionType::SINGLE</p>
*/
[property] ::com::sun::star::view::SelectionType SelectionModel;
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index 21030e3cafcb..94aff6a74aef 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -50,9 +50,9 @@ interface XSortableGridData
/** returns the current sort order.
@return
- a structure describing the current sort order. <member scope="::com::sun::star::beans">Pair::First</member>
+ a structure describing the current sort order. ::com::sun::star::beans::Pair::First
denotes the column by which the data is sorted, or -1 if the data is currently unsorted.
- <member scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted ascending,
+ ::com::sun::star::beans::Pair::Second is <TRUE/> if the data is sorted ascending,
<FALSE/> otherwise.
*/
::com::sun::star::beans::Pair< long, boolean >