diff options
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/data.cxx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index f90a41c053ca..d69bfb649a09 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -173,6 +173,8 @@ bool equalSequence( return _equalSequence( pDest, pSource, pElementType, queryInterface, release ); } +} + extern "C" { @@ -318,16 +320,13 @@ sal_Bool SAL_CALL uno_type_isAssignableFromData( _release( p, release ); return (0 != p); } -} - - - - - +} #if OSL_DEBUG_LEVEL > 1 +namespace cppu { + #if defined( SAL_W32) #pragma pack(push, 8) #endif @@ -591,8 +590,8 @@ BinaryCompatible_Impl::BinaryCompatible_Impl() static BinaryCompatible_Impl aTest; -#endif - } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |