summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-17 09:11:34 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-17 09:11:34 +0000
commit638ad763a0e8e5df378e8043b30cee60af56ff64 (patch)
tree80325f05dd4fb49376dd928da0fbb708c3d9f2e4 /offapi/com/sun/star/table
parentc5bc58fea84169e6c531db53723c13b04e10fd67 (diff)
INTEGRATION: CWS sdk01 (1.5.6.1.18); FILE MERGED
2003/04/10 16:55:18 jsc 1.5.6.1.18.2: RESYNC: (1.5.6.1-1.7); FILE MERGED 2003/03/07 13:40:05 jsc 1.5.6.1.18.1: #107389# correct docu
Diffstat (limited to 'offapi/com/sun/star/table')
-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;