diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 14:16:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 14:16:39 +0000 |
commit | 82ccc46cac9fe69a80957ccec47c182a06b01c8d (patch) | |
tree | 25d5c75f6f413b6f596e1f1ad0602218cc38208c /offapi | |
parent | 706f20742136d45f0abdecfa7a9db110a37b277d (diff) |
INTEGRATION: CWS os6 (1.4.58); FILE MERGED
2003/03/06 12:25:42 tl 1.4.58.1: #107459# new sort descriptorsfor Calc and Writer
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/util/SortFieldType.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/SortFieldType.idl b/offapi/com/sun/star/util/SortFieldType.idl index c0e84f004891..4a9ed7492fdc 100644 --- a/offapi/com/sun/star/util/SortFieldType.idl +++ b/offapi/com/sun/star/util/SortFieldType.idl @@ -2,9 +2,9 @@ * * $RCSfile: SortFieldType.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:52 $ + * last change: $Author: vg $ $Date: 2003-04-01 15:16:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,6 +69,8 @@ module com { module sun { module star { module util { //============================================================================= /** enumeration used to specify the type of contents in a sort field. + + @deprecated */ enum SortFieldType { |