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.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ext/macromigration/migrationerror.hxx b/dbaccess/source/ext/macromigration/migrationerror.hxx
index a714388b72b3..00be94df94be 100644
--- a/dbaccess/source/ext/macromigration/migrationerror.hxx
+++ b/dbaccess/source/ext/macromigration/migrationerror.hxx
@@ -65,12 +65,6 @@ namespace dbmm
::std::vector< OUString > aErrorDetails;
const css::uno::Any aCaughtException;
- explicit MigrationError(
- const MigrationErrorType _eType )
- :eType( _eType )
- {
- }
-
MigrationError(
const MigrationErrorType _eType,
const css::uno::Any& _rCaughtException )