summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/sdb/application/XCopyTableWizard.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
index 09a8843e0f7d..6b845752940f 100644
--- a/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/XCopyTableWizard.idl
@@ -22,9 +22,9 @@
#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
+#include <com/sun/star/sdbc/SQLException.idl>
#include <com/sun/star/beans/Optional.idl>
-
module com { module sun { module star { module sdb { module application {
interface XCopyTableListener;
@@ -108,7 +108,8 @@ interface XCopyTableWizard : ::com::sun::star::ui::dialogs::XExecutableDialog
[attribute] ::com::sun::star::beans::Optional< string >
CreatePrimaryKey
{
- set raises ( ::com::sun::star::lang::IllegalArgumentException );
+ set raises ( ::com::sun::star::lang::IllegalArgumentException,
+ ::com::sun::star::sdbc::SQLException );
};
/** specifies that the first row should be used to identify column names.