From dfe30f1e3bc4720054c6ca3bc9813b9a1881084f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 Jan 2014 15:41:07 +0100 Subject: Remove some redundant casts Change-Id: I03317f55f5e08b131302190f34169054bacbeb28 --- extensions/source/abpilot/fieldmappingimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/abpilot') diff --git a/extensions/source/abpilot/fieldmappingimpl.cxx b/extensions/source/abpilot/fieldmappingimpl.cxx index 497a7d293d63..db330641d71c 100644 --- a/extensions/source/abpilot/fieldmappingimpl.cxx +++ b/extensions/source/abpilot/fieldmappingimpl.cxx @@ -89,7 +89,7 @@ namespace abp // the parent window xDialogParent, _rxDataSource, - (sal_Bool)_rSettings.bRegisterDataSource ? _rSettings.sRegisteredDataSourceName : _rSettings.sDataSourceName, + _rSettings.bRegisterDataSource ? _rSettings.sRegisteredDataSourceName : _rSettings.sDataSourceName, // the table to use _rSettings.sSelectedTable, sTitle); -- cgit