summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl16
1 files changed, 13 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl b/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
index 4abfdcdc3..44eb4eeaa 100644
--- a/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
+++ b/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSQLQueryComposerFactory.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,13 +71,17 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::sdb::XSQLQueryComposerFactory
-/** is a factory for instances of service <type>SQLQueryComposer</type>.
+/** is a factory for instances of service
+ <type scope="com::sun::star::sdb">SQLQueryComposer</type>
+ .
*/
interface XSQLQueryComposerFactory: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::sdb::XSQLQueryComposerFactory::createQueryComposer
/** creates a new query composer.
+ @returns
+ the SQLQueryComposer object
*/
com::sun::star::sdb::XSQLQueryComposer createQueryComposer();
};
@@ -89,6 +93,12 @@ interface XSQLQueryComposerFactory: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.16.1 2002/02/18 10:25:01 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/03/16 16:41:32 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api