summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl')
-rw-r--r--offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl b/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
index d3795626afa8..f27e1c9b3a97 100644
--- a/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
+++ b/offapi/com/sun/star/ucb/XCachedContentResultSetStubFactory.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module ucb {
-/** creates a <type>CachedContentResultSetStub</type>.
+/** creates a CachedContentResultSetStub.
*/
published interface XCachedContentResultSetStubFactory: com::sun::star::uno::XInterface
@@ -34,10 +34,10 @@ published interface XCachedContentResultSetStubFactory: com::sun::star::uno::XIn
<type scope="com::sun::star::sdbc">XResultSet</type>.
@param xSource
- must be an instance of service <type>ContentResultSet</type>.
+ must be an instance of service ContentResultSet.
@returns
- an instance of service <type>CachedContentResultSetStub</type>.
+ an instance of service CachedContentResultSetStub.
*/
com::sun::star::sdbc::XResultSet createCachedContentResultSetStub(
[in] com::sun::star::sdbc::XResultSet xSource );