diff options
-rw-r--r-- | cppu/inc/com/sun/star/uno/Sequence.hxx | 6 | ||||
-rw-r--r-- | cppu/test/makefile.mk | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/cppu/inc/com/sun/star/uno/Sequence.hxx b/cppu/inc/com/sun/star/uno/Sequence.hxx index 50b85c452163..9ad96f8459e6 100644 --- a/cppu/inc/com/sun/star/uno/Sequence.hxx +++ b/cppu/inc/com/sun/star/uno/Sequence.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Sequence.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: pluby $ $Date: 2000-10-10 17:39:11 $ + * last change: $Author: dbo $ $Date: 2000-11-15 12:28:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,6 @@ inline Sequence< E >::Sequence( const Sequence< E > & rSeq ) //__________________________________________________________________________________________________ template< class E > inline Sequence< E >::Sequence( const E * pElements, sal_Int32 len ) - : _pSequence( 0 ) { const Type & rType = ::getCppuType( this ); ::uno_type_sequence_construct( &_pSequence, rType.getTypeLibType(), @@ -127,7 +126,6 @@ inline Sequence< E >::Sequence( const E * pElements, sal_Int32 len ) //__________________________________________________________________________________________________ template< class E > inline Sequence< E >::Sequence( sal_Int32 len ) - : _pSequence( 0 ) { const Type & rType = ::getCppuType( this ); ::uno_type_sequence_construct( &_pSequence, rType.getTypeLibType(), 0, len, cpp_acquire ); diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index ee745c922cba..f12bbaaaffaf 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:25:53 $ +# last change: $Author: dbo $ $Date: 2000-11-15 12:28:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,8 +76,8 @@ NO_BSYMBOLIC= TRUE # --- Files -------------------------------------------------------- -UNOUCRDEP= $(SOLARBINDIR)$/applicat.rdb -UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb +UNOUCRDEP= $(SOLARBINDIR)$/udkapi.rdb +UNOUCRRDB= $(SOLARBINDIR)$/udkapi.rdb UNOUCROUT= $(OUT)$/inc$/test INCPRE+= $(OUT)$/inc$/test |