INTEGRATION: CWS hr51 (1.10.4); FILE MERGED
2008/06/06 15:08:09 hr 1.10.4.1: #i88947#: std namespace
This commit is contained in:
parent
aad30c411f
commit
3c4aacba2f
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: rscconst.cxx,v $
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -349,7 +349,7 @@ RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, BOOL bOwnClass
|
|||
bOwnClass = rDflt.pClass->InHierarchy( this );
|
||||
|
||||
if( bOwnClass )
|
||||
memmove( aInst.pData, rDflt.pData, Size() );
|
||||
std::memmove( aInst.pData, rDflt.pData, Size() );
|
||||
else{
|
||||
((RscEnumInst *)aInst.pData)->nValue = 0;
|
||||
((RscEnumInst *)aInst.pData)->bDflt = TRUE;
|
||||
|
|
Loading…
Reference in a new issue