From fee4efcb54c8162955f6fe626d9b68c3b74b3068 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Apr 2014 11:16:55 +0200 Subject: dbaccess: sal_Bool->bool Change-Id: Ieb52470f9638b74898954db3890aaf2cf202290a --- dbaccess/source/ext/macromigration/migrationengine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ext/macromigration/migrationengine.cxx') diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx index fb401c0a2a82..499ea4bcfd93 100644 --- a/dbaccess/source/ext/macromigration/migrationengine.cxx +++ b/dbaccess/source/ext/macromigration/migrationengine.cxx @@ -281,7 +281,7 @@ namespace dbmm try { ::comphelper::NamedValueCollection aLoadArgs; - aLoadArgs.put( "Hidden", (sal_Bool)sal_True ); + aLoadArgs.put( "Hidden", true ); aLoadArgs.put( "StatusIndicator", _rxProgress ); Reference< XCommandProcessor > xCommandProcessor( _rDocument.xCommandProcessor, UNO_SET_THROW ); -- cgit