[Libreoffice-commits] core.git: cppu/source
Philipp Riemer
ruderphilipp at gmail.com
Sun Jan 5 04:13:39 PST 2014
cppu/source/uno/data.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e4a98b2b7da8e8ae0de8d489d9f9d79993db5326
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date: Sat Jan 4 11:59:44 2014 +0100
remove empty or
This is an additional commit to 66397a4fd222757a8bd651c0c297615319eac4a5
Change-Id: I61df7984090e984f50788d0c2573d3bf8bac233b
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx
index b6b4a05..5c29088 100644
--- a/cppu/source/uno/data.cxx
+++ b/cppu/source/uno/data.cxx
@@ -351,7 +351,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_type_isAssignableFromData(
#if (defined(INTEL) \
&& (defined(__GNUC__) && (defined(LINUX) || defined(FREEBSD) || defined(NETBSD) || defined(OPENBSD)) \
- || defined(MACOSX) || defined(DRAGONFLY) || )) \
+ || defined(MACOSX) || defined(DRAGONFLY))) \
|| defined(IOS)
#define MAX_ALIGNMENT_4
#endif
More information about the Libreoffice-commits
mailing list