summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl')
-rw-r--r--offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl b/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
index 56514c58b793..b7aaef24de28 100644
--- a/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
+++ b/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
@@ -26,34 +26,34 @@
module com { module sun { module star { module ucb {
/** provides read access to a static or dynamically changing
- <type>ContentResultSet</type>.
+ ContentResultSet.
- <p>For example, a <type>DynamicResultSet</type> is returned from the
- open-command executed by an <type>XCommandProcessor</type> of the service
- <type>Content</type>.
+ <p>For example, a DynamicResultSet is returned from the
+ open-command executed by an XCommandProcessor of the service
+ Content.
*/
published service CachedDynamicResultSetStub
{
- /** In Combination with a <type>CachedDynamicResultSet</type> this provides
+ /** In Combination with a CachedDynamicResultSet this provides
remote optimized read access to a static or dynamically changing
- <type>ContentResultSet</type>.
+ ContentResultSet.
<p>The <type scope="com::sun::star::sdbc">XResultSet</type>s given to
the listener in the first notification in the
- <type>WelcomeDynamicResultSetStruct</type> are implementations of
- <type>CachedContentResultSetStub</type>.
+ WelcomeDynamicResultSetStruct are implementations of
+ CachedContentResultSetStub.
<p>This interface is required.
*/
interface com::sun::star::ucb::XDynamicResultSet;
- /** provides the initialization of the <type>CachedDynamicResultSetStub</type>
+ /** provides the initialization of the CachedDynamicResultSetStub
with a source object.
<p>The <var>Source</var> in
<member>XSourceInitialization::setSource</member> has to be an
- implementation of service <type>DynamicResultSet</type>
+ implementation of service DynamicResultSet
<p>This interface is required.
*/