summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/TableSortDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/TableSortDescriptor.idl')
-rw-r--r--offapi/com/sun/star/table/TableSortDescriptor.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/table/TableSortDescriptor.idl b/offapi/com/sun/star/table/TableSortDescriptor.idl
index e59746f9cca4..9ab8b3c2e96e 100644
--- a/offapi/com/sun/star/table/TableSortDescriptor.idl
+++ b/offapi/com/sun/star/table/TableSortDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableSortDescriptor.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:14:34 $
+ * last change: $Author: rt $ $Date: 2003-04-17 10:11:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,14 +115,16 @@ service TableSortDescriptor
<p>Some implementations may not support sorting columns.</p>
@deprecated
+ use the property <member scope="com::sun::star::util">SortDescriptor::SortColumns</member>
+ instead.
*/
[property] com::sun::star::table::TableOrientation Orientation;
//-------------------------------------------------------------------------
/** specifies whether the first row or column (depending on
- <member>TableSortDescriptor::Orientation</member>) is a header which
- should not be sorted.
+ <member scope="com::sun::star::util">SortDescriptor::SortColumns</member>) is a
+ header which should not be sorted.
*/
[property] boolean ContainsHeader;