From b71c8a455689216ed030fa6715a94f29f224f967 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Fri, 2 Nov 2012 15:16:30 +0100 Subject: janitorial: spacing Change-Id: If8600f1b3d9346c54ffbba77826ff5ac4f1ed15f --- connectivity/source/drivers/ado/Awrapado.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source/drivers/ado') diff --git a/connectivity/source/drivers/ado/Awrapado.cxx b/connectivity/source/drivers/ado/Awrapado.cxx index b4eb39746344..e7608747edce 100644 --- a/connectivity/source/drivers/ado/Awrapado.cxx +++ b/connectivity/source/drivers/ado/Awrapado.cxx @@ -1031,9 +1031,9 @@ sal_Bool WpADOParameter::put_Size(const sal_Int32& _nSize) return (SUCCEEDED(pInterface->put_Size(_nSize))); } - ::rtl::OUString WpADOColumn::get_Name() const +::rtl::OUString WpADOColumn::get_Name() const { - OSL_ENSURE(pInterface,"Interface is null!"); + OSL_ENSURE(pInterface,"Interface is null!"); OLEString aBSTR; pInterface->get_Name(&aBSTR); return aBSTR; -- cgit