From 78d8bf70c75b33a8aea79fce91afd7d8e396fcfd Mon Sep 17 00:00:00 2001 From: Martin Gallwey Date: Thu, 6 Sep 2001 09:37:09 +0000 Subject: [PATCH] #65283# not allowed to include memory.h - use string.h instead --- package/source/zipapi/ByteChucker.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/source/zipapi/ByteChucker.cxx b/package/source/zipapi/ByteChucker.cxx index 5ccfbd609811..5ceaa43e643d 100644 --- a/package/source/zipapi/ByteChucker.cxx +++ b/package/source/zipapi/ByteChucker.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ByteChucker.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: mtg $ $Date: 2001-09-05 18:44:36 $ + * last change: $Author: mtg $ $Date: 2001-09-06 10:37:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #ifndef _PACKAGE_CONSTANTS_HXX_ #include #endif -#include //for memcpy +#include //for memcpy using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno;