summaryrefslogtreecommitdiff
path: root/cppu/source
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source')
-rw-r--r--cppu/source/uno/sequence.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/uno/sequence.cxx b/cppu/source/uno/sequence.cxx
index 3b5f01fdacee..18629a128d46 100644
--- a/cppu/source/uno/sequence.cxx
+++ b/cppu/source/uno/sequence.cxx
@@ -72,7 +72,7 @@ static inline bool idefaultConstructElements(
uno_Sequence ** ppSeq,
typelib_TypeDescriptionReference * pElementType,
sal_Int32 nStartIndex, sal_Int32 nStopIndex,
- sal_Int32 nAlloc = -1 ) // >= 0 means (re)alloc memory for nAlloc elements
+ sal_Int32 nAlloc ) // >= 0 means (re)alloc memory for nAlloc elements
{
uno_Sequence * pSeq = *ppSeq;
switch (pElementType->eTypeClass)
@@ -318,7 +318,7 @@ static inline bool icopyConstructFromElements(
typelib_TypeDescriptionReference * pElementType,
sal_Int32 nStartIndex, sal_Int32 nStopIndex,
uno_AcquireFunc acquire,
- sal_Int32 nAlloc = -1 ) // >= 0 means (re)alloc memory for nAlloc elements
+ sal_Int32 nAlloc ) // >= 0 means (re)alloc memory for nAlloc elements
{
uno_Sequence * pSeq = *ppSeq;
switch (pElementType->eTypeClass)