diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-12-11 17:44:03 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-12-11 17:44:03 +0100 |
commit | 10aba2a2d02ce8a2e6b86fa37c0087185a3c6b35 (patch) | |
tree | 477f2802328be7bb86da1bcf3a6fecd45cbc11ec /dbaccess | |
parent | 15f8fce9860100505c4c6a54f5f003375fbd8275 (diff) |
correct extra whitespace
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/directsql.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/directsql.hxx b/dbaccess/source/ui/inc/directsql.hxx index 96c2ebc3f263..bdae8ea0f407 100644 --- a/dbaccess/source/ui/inc/directsql.hxx +++ b/dbaccess/source/ui/inc/directsql.hxx @@ -126,7 +126,7 @@ namespace dbaui { \ const sal_Char* pError = impl_CheckInvariants(); \ if (pError) \ - OSL_FAIL(rtl::OStringBuffer(methodname).append(": ").append(pError). makeStringAndClear().getStr()); \ + OSL_FAIL(rtl::OStringBuffer(methodname).append(": ").append(pError).makeStringAndClear().getStr()); \ } #else #define CHECK_INVARIANTS(methodname) |