summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl')
-rw-r--r--offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl b/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
index b13a12465933..285432df9748 100644
--- a/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
+++ b/offapi/com/sun/star/ucb/SortedDynamicResultSetFactory.idl
@@ -30,18 +30,15 @@
#include <com/sun/star/ucb/XSortedDynamicResultSetFactory.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** is a factory for <type>DynamicResultSet</type> implementations, which
will be sorted according to the given sorting options.
*/
published service SortedDynamicResultSetFactory
: XSortedDynamicResultSetFactory;
-//=============================================================================
}; }; }; };