From 199d333f131474729a105afa5a3da61205f61df2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Apr 2014 09:14:24 +0200 Subject: connectivity: sal_Bool->bool Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56 --- connectivity/source/drivers/firebird/SubComponent.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/drivers/firebird/SubComponent.hxx') diff --git a/connectivity/source/drivers/firebird/SubComponent.hxx b/connectivity/source/drivers/firebird/SubComponent.hxx index 795449afe1e0..89a59c4b6bc3 100644 --- a/connectivity/source/drivers/firebird/SubComponent.hxx +++ b/connectivity/source/drivers/firebird/SubComponent.hxx @@ -55,7 +55,7 @@ namespace connectivity ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xInterface, ::com::sun::star::lang::XComponent* _pObject); - void checkDisposed(sal_Bool _bThrow) throw ( ::com::sun::star::lang::DisposedException ); + void checkDisposed(bool _bThrow) throw ( ::com::sun::star::lang::DisposedException ); template -- cgit