summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Sequence.h')
-rw-r--r--include/com/sun/star/uno/Sequence.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h
index ff52ee30fd01..b7e4195601c0 100644
--- a/include/com/sun/star/uno/Sequence.h
+++ b/include/com/sun/star/uno/Sequence.h
@@ -278,8 +278,7 @@ SAL_CALL getCppuType( const ::com::sun::star::uno::Sequence< E > * )
/** Gets the meta type of IDL sequence.
This function has been introduced, because one cannot get the (templated)
- cppu type out of C++ array types. Array types have special
- getCppuArrayTypeN() functions.
+ cppu type out of C++ array types.
@attention
the given element type must be the same as the template argument type!