summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/migrationerror.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/macromigration/migrationerror.hxx')
-rw-r--r--dbaccess/source/ext/macromigration/migrationerror.hxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/dbaccess/source/ext/macromigration/migrationerror.hxx b/dbaccess/source/ext/macromigration/migrationerror.hxx
index 84b972f0e9bf..fa7e058a5622 100644
--- a/dbaccess/source/ext/macromigration/migrationerror.hxx
+++ b/dbaccess/source/ext/macromigration/migrationerror.hxx
@@ -59,6 +59,7 @@ namespace dbmm
ERR_SCRIPT_TRANSLATION_FAILURE,
ERR_INVALID_SCRIPT_DESCRIPTOR_FORMAT,
ERR_ADJUSTING_DOCUMENT_EVENTS_FAILED,
+ ERR_ADJUSTING_DIALOG_EVENTS_FAILED,
ERR_ADJUSTING_FORMCOMP_EVENTS_FAILED,
ERR_BIND_SCRIPT_STORAGE_FAILED,
ERR_REMOVE_SCRIPTS_STORAGE_FAILED,
@@ -136,6 +137,18 @@ namespace dbmm
const MigrationErrorType _eType,
const ::rtl::OUString& _rDetail1,
const ::rtl::OUString& _rDetail2,
+ const ::rtl::OUString& _rDetail3,
+ const ::com::sun::star::uno::Any& _rCaughtException )
+ :eType( _eType )
+ ,aCaughtException( _rCaughtException )
+ {
+ impl_constructDetails( _rDetail1, _rDetail2, _rDetail3 );
+ }
+
+ MigrationError(
+ const MigrationErrorType _eType,
+ const ::rtl::OUString& _rDetail1,
+ const ::rtl::OUString& _rDetail2,
const ::rtl::OUString& _rDetail3 )
:eType( _eType )
{