summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/docinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/macromigration/docinteraction.cxx')
-rw-r--r--dbaccess/source/ext/macromigration/docinteraction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/docinteraction.cxx b/dbaccess/source/ext/macromigration/docinteraction.cxx
index 3faefe25d752..52700dab536d 100644
--- a/dbaccess/source/ext/macromigration/docinteraction.cxx
+++ b/dbaccess/source/ext/macromigration/docinteraction.cxx
@@ -53,7 +53,7 @@ namespace dbmm
{
Reference< XInteractionHandler > xHandler;
- InteractionHandler_Data( const Reference<XComponentContext>& _rContext )
+ explicit InteractionHandler_Data( const Reference<XComponentContext>& _rContext )
:xHandler( ::com::sun::star::task::InteractionHandler::createWithParent(_rContext, 0), UNO_QUERY )
{
}