From 608730da670958a73f3e7b0d242945fd609bbe8b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 31 Jul 2007 13:03:01 +0000 Subject: INTEGRATION: CWS jsc18 (1.24.4); FILE MERGED 2007/06/29 11:32:14 jsc 1.24.4.1: #i78460# integrate patch --- registry/source/regimpl.cxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'registry/source') diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index 8b965180d593..9e3bdb53a262 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: regimpl.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2007-03-26 13:54:08 $ + * last change: $Author: hr $ $Date: 2007-07-31 14:03:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,10 +38,7 @@ #include #include -#ifdef MAC -#include -#define strdup(str) strcpy((sal_Char*)malloc(strlen(str)+1),str) /* #100211# - checked */ -#endif + #ifdef UNX #include #endif -- cgit