From 2a796606209518c5da3bf66435e39267a6f35a11 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 18 Jun 2008 06:04:45 +0000 Subject: #i90819# Remove '::std' for memmove --- rsc/source/res/rscconst.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsc') diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx index 904cd6d249ad..75d5cd4bb609 100644 --- a/rsc/source/res/rscconst.cxx +++ b/rsc/source/res/rscconst.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: rscconst.cxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * 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 ) - std::memmove( aInst.pData, rDflt.pData, Size() ); + memmove( aInst.pData, rDflt.pData, Size() ); else{ ((RscEnumInst *)aInst.pData)->nValue = 0; ((RscEnumInst *)aInst.pData)->bDflt = TRUE; -- cgit