summaryrefslogtreecommitdiff
path: root/cppu/inc/com/sun/star/uno/genfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/com/sun/star/uno/genfunc.h')
-rw-r--r--cppu/inc/com/sun/star/uno/genfunc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cppu/inc/com/sun/star/uno/genfunc.h b/cppu/inc/com/sun/star/uno/genfunc.h
index 1b0dbd2c4cce..168a98fdcf04 100644
--- a/cppu/inc/com/sun/star/uno/genfunc.h
+++ b/cppu/inc/com/sun/star/uno/genfunc.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,28 +33,28 @@
typedef struct _typelib_TypeDescriptionReference typelib_TypeDescriptionReference;
namespace com
-{
+{
namespace sun
-{
+{
namespace star
-{
+{
namespace uno
-{
+{
/** Function to acquire a C++ interface.
-
+
@param pCppI C++ interface pointer
*/
inline void SAL_CALL cpp_acquire( void * pCppI )
SAL_THROW( () );
/** Function to release a C++ interface.
-
+
@param pCppI C++ interface pointer
*/
inline void SAL_CALL cpp_release( void * pCppI )
SAL_THROW( () );
/** Function to query for a C++ interface.
-
+
@param pCppI C++ interface pointer
@param pType demanded interface type
@return acquired C++ interface pointer or null