diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-03-05 12:19:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-03-05 12:19:47 +0000 |
commit | 27e01ccc9adf8cbb9c0aa5c8c9d48731858995ea (patch) | |
tree | 8b40746fe026276d83af4389a7303989923757e3 /cppu/source | |
parent | 6d731cf12d719b5f5076e6f91dd199db7982bec6 (diff) |
#65293# syntax error
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/uno/prim.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/prim.hxx b/cppu/source/uno/prim.hxx index e3be8ea991b6..98f9426fb723 100644 --- a/cppu/source/uno/prim.hxx +++ b/cppu/source/uno/prim.hxx @@ -2,9 +2,9 @@ * * $RCSfile: prim.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dbo $ $Date: 2001-02-28 15:36:21 $ + * last change: $Author: obo $ $Date: 2001-03-05 13:19:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,7 +191,7 @@ inline typelib_TypeDescriptionReference * __getVoidType() throw () (pAny)->pData = (void *)0xdeadbeef; #else #define __CONSTRUCT_EMPTY_ANY( pAny ) \ -(pAny)->pType = __getVoidType(); +(pAny)->pType = __getVoidType(); \ (pAny)->pData = 0; #endif |