summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/macromigrationdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/macromigration/macromigrationdialog.hxx')
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationdialog.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationdialog.hxx b/dbaccess/source/ext/macromigration/macromigrationdialog.hxx
index 72cdc57532f9..51e04e4204c2 100644
--- a/dbaccess/source/ext/macromigration/macromigrationdialog.hxx
+++ b/dbaccess/source/ext/macromigration/macromigrationdialog.hxx
@@ -22,7 +22,6 @@
#include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp>
-#include <comphelper/componentcontext.hxx>
#include <svtools/roadmapwizard.hxx>
#include <memory>
@@ -42,12 +41,12 @@ namespace dbmm
public:
MacroMigrationDialog(
Window* _pParent,
- const ::comphelper::ComponentContext& _rContext,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XOfficeDatabaseDocument >& _rxDocument
);
virtual ~MacroMigrationDialog();
- const ::comphelper::ComponentContext&
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >&
getComponentContext() const;
const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::XOfficeDatabaseDocument >&
getDocument() const;