summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-23 07:58:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-23 07:58:23 +0000
commitcb1b6b146ddc7a2a3b5213bd006b9ac297703ae7 (patch)
treeb5c77813f29b923fe4cc3f5b8a8a7e7a8874c843 /offapi/com/sun/star/util
parent8cfb24eb2cee47fa3b25cdc3974d755deb5c27c0 (diff)
INTEGRATION: CWS sab005 (1.4.18); FILE MERGED
2003/07/22 11:50:42 sab 1.4.18.1: #110974#; it should not support a XPropertySet
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/SortDescriptor2.idl12
1 files changed, 4 insertions, 8 deletions
diff --git a/offapi/com/sun/star/util/SortDescriptor2.idl b/offapi/com/sun/star/util/SortDescriptor2.idl
index 28ec97818abf..bc3f65ed0666 100644
--- a/offapi/com/sun/star/util/SortDescriptor2.idl
+++ b/offapi/com/sun/star/util/SortDescriptor2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SortDescriptor2.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 16:04:35 $
+ * last change: $Author: vg $ $Date: 2003-07-23 08:58:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,6 @@
#ifndef __com_sun_star_util_SortDescriptor2_idl__
#define __com_sun_star_util_SortDescriptor2_idl__
-#ifndef __com_sun_star_beans_XPropertySet_idl__
-#include <com/sun/star/beans/XPropertySet.idl>
-#endif
-
//=============================================================================
@@ -72,7 +68,8 @@ module com { module sun { module star { module util {
//=============================================================================
-/** gives access to the properties of a sort descriptor.
+/** gives access to the properties of a sort descriptor. The properties are
+ given in a sequence of PropertyValue.
<p>The available properties are listed in the specific sort
descriptor implementing this service.</p>
@@ -85,7 +82,6 @@ module com { module sun { module star { module util {
*/
service SortDescriptor2
{
- interface com::sun::star::beans::XPropertySet;
};
//=============================================================================