From 0f0f97c548d04625b24cd032adb72b9e10a20db6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 15 Mar 2006 08:15:14 +0000 Subject: [PATCH] INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:39:29 jsc 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/20 13:02:23 jsc 1.3.16.1: #i56247# unify include guards --- codemaker/source/cppumaker/includes.hxx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx index c127cdaef7b9..1087ff805553 100644 --- a/codemaker/source/cppumaker/includes.hxx +++ b/codemaker/source/cppumaker/includes.hxx @@ -4,9 +4,9 @@ * * $RCSfile: includes.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-01-10 15:47:12 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:15:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,12 +33,16 @@ * ************************************************************************/ -#ifndef INCLUDED_codemaker_source_cppumaker_includes_hxx -#define INCLUDED_codemaker_source_cppumaker_includes_hxx +#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX +#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX \ + INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX +#ifndef INCLUDED_CODEMAKER_DEPENDENCIES_HXX #include "codemaker/dependencies.hxx" - +#endif +#ifndef _RTL_USTRING_HXX_ #include "rtl/ustring.hxx" +#endif class FileStream; class TypeManager; @@ -127,4 +131,4 @@ private: } } -#endif +#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX