summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/genfunc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/genfunc.hxx')
-rw-r--r--include/com/sun/star/uno/genfunc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx
index 1465af0a1ea9..3c230756a6e2 100644
--- a/include/com/sun/star/uno/genfunc.hxx
+++ b/include/com/sun/star/uno/genfunc.hxx
@@ -32,19 +32,19 @@ namespace star
namespace uno
{
-//==================================================================================================
+
inline void SAL_CALL cpp_acquire( void * pCppI )
SAL_THROW(())
{
reinterpret_cast< XInterface * >( pCppI )->acquire();
}
-//==================================================================================================
+
inline void SAL_CALL cpp_release( void * pCppI )
SAL_THROW(())
{
reinterpret_cast< XInterface * >( pCppI )->release();
}
-//==================================================================================================
+
inline void * SAL_CALL cpp_queryInterface( void * pCppI, typelib_TypeDescriptionReference * pType )
SAL_THROW(())
{