summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:40:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:40:20 +0000
commit3c4aacba2f40d7b29af37de7804c6ed800bd4280 (patch)
tree93c3394f17217556adff41959237c9ea255ae780 /rsc
parentaad30c411facd45b0081f11c0574f3eb7b21b023 (diff)
INTEGRATION: CWS hr51 (1.10.4); FILE MERGED
2008/06/06 15:08:09 hr 1.10.4.1: #i88947#: std namespace
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/res/rscconst.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/res/rscconst.cxx b/rsc/source/res/rscconst.cxx
index b5d31313038b..904cd6d249ad 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.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;