diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2014-01-04 11:59:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-01-05 13:13:13 +0100 |
commit | e4a98b2b7da8e8ae0de8d489d9f9d79993db5326 (patch) | |
tree | 07977a60f4864b4254e585e557e38f54a37c2f2c /cppu | |
parent | e1afe4318787425dc40f2d0b1f02fa17e925c8da (diff) |
remove empty or
This is an additional commit to 66397a4fd222757a8bd651c0c297615319eac4a5
Change-Id: I61df7984090e984f50788d0c2573d3bf8bac233b
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/data.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index b6b4a050a665..5c29088a049f 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 |