From 12f1faf7bf7b236f54f740a9f65646749fc266ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 19 Feb 2014 21:49:02 +0100 Subject: svl: sal_Bool -> bool Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4 --- cui/source/options/dbregister.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/dbregister.cxx') diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index 5ea23ef800c0..4ec978d07a05 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -213,7 +213,7 @@ sal_Bool DbRegistrationOptionsPage::FillItemSet( SfxItemSet& rCoreSet ) void DbRegistrationOptionsPage::Reset( const SfxItemSet& rSet ) { // the settings for the single drivers - SFX_ITEMSET_GET( rSet, pRegistrations, DatabaseMapItem, SID_SB_DB_REGISTER, sal_True ); + SFX_ITEMSET_GET( rSet, pRegistrations, DatabaseMapItem, SID_SB_DB_REGISTER, true ); if ( !pRegistrations ) return; -- cgit