summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/CachedContentResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CachedContentResultSet.idl')
-rw-r--r--offapi/com/sun/star/ucb/CachedContentResultSet.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/CachedContentResultSet.idl b/offapi/com/sun/star/ucb/CachedContentResultSet.idl
index 2dc86007d5e3..1635086b1492 100644
--- a/offapi/com/sun/star/ucb/CachedContentResultSet.idl
+++ b/offapi/com/sun/star/ucb/CachedContentResultSet.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/ucb/ContentResultSet.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** is used on client side to access a <type>ContentResultSet</type>
remote optimized.
@@ -50,7 +48,6 @@ published service CachedContentResultSet
{
service com::sun::star::ucb::ContentResultSet;
- //-------------------------------------------------------------------------
/** contains the number of result set rows that should be fetched from
an underlying database.
@@ -61,7 +58,6 @@ published service CachedContentResultSet
*/
[property] long FetchSize;
- //-------------------------------------------------------------------------
/** contains the direction for fetching rows from an underlying database.
<p>The value can be one of the
@@ -76,7 +72,6 @@ published service CachedContentResultSet
[property] long FetchDirection;
};
-//=============================================================================
}; }; }; };