diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-02-20 09:16:11 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-02-20 09:16:11 +0000 |
commit | 780a743ea8892173fd06d779bc543bbbc06e655c (patch) | |
tree | 129e1ba8bc4e376f7244c4d7a408189562515217 /cppu/source/uno/data.cxx | |
parent | a7ccfb62b53d377c12e97241e0421e2605bba6b8 (diff) |
init of uno_Any::pData; minor modifications
Diffstat (limited to 'cppu/source/uno/data.cxx')
-rw-r--r-- | cppu/source/uno/data.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index 4bcd4986763f..1e42318dcd14 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -2,9 +2,9 @@ * * $RCSfile: data.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dbo $ $Date: 2000-12-21 14:39:28 $ + * last change: $Author: dbo $ $Date: 2001-02-20 10:16:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,11 @@ using namespace com::sun::star::uno; namespace cppu { +uno_Sequence * s_pSeq = 0; +uno_Sequence s_seq; +typelib_TypeDescriptionReference * s_pVoidType = 0; +typelib_TypeDescription * s_pQITD = 0; + //================================================================================================== void defaultConstructStruct( void * pMem, |