diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-02 15:16:30 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-02 15:17:58 +0100 |
commit | b71c8a455689216ed030fa6715a94f29f224f967 (patch) | |
tree | 18ad9deecbe51603c179b2dc1435c93559b45d8b /connectivity | |
parent | c0350ca23c3c87e29aab5be0ebb8b44db6834977 (diff) |
janitorial: spacing
Change-Id: If8600f1b3d9346c54ffbba77826ff5ac4f1ed15f
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/Awrapado.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |