summaryrefslogtreecommitdiff
path: root/stoc/source/invocation/invocation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/invocation/invocation.cxx')
-rw-r--r--stoc/source/invocation/invocation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx
index eee3da6905c7..207797a61d4b 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -992,7 +992,7 @@ Sequence< Type > SAL_CALL Invocation_Impl::getTypes() throw( RuntimeException, s
static Sequence< Type > const * s_pTypes = nullptr;
if (! s_pTypes)
{
- Sequence< Type > types( 4 +8 );
+ Sequence< Type > types( 4 + 10 );
Type * pTypes = types.getArray();
sal_Int32 n = 0;