summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2011-01-11 15:23:26 +0100
committersb <sb@openoffice.org>2011-01-11 15:23:26 +0100
commitd06639e31ca2bac549ed1c6a06f14f750aa2584a (patch)
tree205508b522971a2009940145edb5e44e743bea18 /cppu
parentcdd45d555cc6afca1aa2bf3a43922256c478d54b (diff)
parent143f3034d17306416ac8ceade8437ef56059e239 (diff)
sb139: merged in DEV300_m97
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/com/sun/star/uno/Sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/com/sun/star/uno/Sequence.h b/cppu/inc/com/sun/star/uno/Sequence.h
index da9906533583..71bb42c7413b 100644
--- a/cppu/inc/com/sun/star/uno/Sequence.h
+++ b/cppu/inc/com/sun/star/uno/Sequence.h
@@ -125,7 +125,7 @@ public:
@param len initial sequence length
*/
- inline Sequence( sal_Int32 len );
+ inline explicit Sequence( sal_Int32 len );
/** Destructor: Releases sequence handle. Last handle will destruct
elements and free memory.