[Libreoffice-commits] .: dbaccess/source
Lionel Elie Mamane
lmamane at kemper.freedesktop.org
Sun Dec 11 08:44:18 PST 2011
dbaccess/source/ui/inc/directsql.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 10aba2a2d02ce8a2e6b86fa37c0087185a3c6b35
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Sun Dec 11 17:44:03 2011 +0100
correct extra whitespace
diff --git a/dbaccess/source/ui/inc/directsql.hxx b/dbaccess/source/ui/inc/directsql.hxx
index 96c2ebc..bdae8ea 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)
More information about the Libreoffice-commits
mailing list