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.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl b/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
index 4395e3866085..fc25b28f9c94 100644
--- a/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
+++ b/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl
@@ -21,10 +21,8 @@
#include <com/sun/star/sdb/XSQLQueryComposer.idl>
-//=============================================================================
module com { module sun { module star { module sdb {
-//=============================================================================
/** is a factory for instances of service
<type scope="com::sun::star::sdb">SQLQueryComposer</type>
@@ -40,7 +38,6 @@ published interface XSQLQueryComposerFactory: com::sun::star::uno::XInterface
com::sun::star::sdb::XSQLQueryComposer createQueryComposer();
};
-//=============================================================================
}; }; }; };