diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 09:22:47 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 09:22:47 +0000 |
commit | 0abfc2377adb70819cca6f789b366eed5c6a2d9d (patch) | |
tree | 916872bc8d022ff5842522c38a2f38c1486829da /cosv | |
parent | c89a53918be9d8dacafdb97ac8e7a0c3c0b3eeed (diff) |
Move autodoc to OpenOffice.org
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/inc/cosv/comfunc.hxx | 6 | ||||
-rw-r--r-- | cosv/prj/build.lst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cosv/inc/cosv/comfunc.hxx b/cosv/inc/cosv/comfunc.hxx index 63ccf425e134..ea9badcb454a 100644 --- a/cosv/inc/cosv/comfunc.hxx +++ b/cosv/inc/cosv/comfunc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: comfunc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-03-22 10:19:07 $ + * last change: $Author: np $ $Date: 2002-03-22 10:22:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ switch_endian( NUMTYPE & o_rNumber, const NUMTYPE & i_rNumber ) { char * pFront = reinterpret_cast< char* >(&o_rNumber); - const char * pBack = reinterpret_cast< char* >(&i_rNumber) + (sizeof(NUMTYPE) - 1); + const char * pBack = reinterpret_cast< const char* >(&i_rNumber) + (sizeof(NUMTYPE) - 1); for ( unsigned int p = sizeof(NUMTYPE); p != 0; --p ) { diff --git a/cosv/prj/build.lst b/cosv/prj/build.lst index 499cd3e38bbf..98d5b81f7195 100644 --- a/cosv/prj/build.lst +++ b/cosv/prj/build.lst @@ -1,5 +1,5 @@ #==================================================================================== -cs cosv : tools NULL +cs cosv : NULL cs cosv usr1 - all cs_mkout NULL cs cosv\prj get - all cs_prj NULL cs cosv\inc get - all cs_inc NULL |