From f3b23d3be60bdd8cbb7161a5e23fd87fe281167a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 15 Mar 2006 08:10:11 +0000 Subject: [PATCH] INTEGRATION: CWS jsc3 (1.5.14); FILE MERGED 2006/01/20 13:00:05 jsc 1.5.14.1: #i56247# unify include guards --- codemaker/inc/codemaker/exceptiontree.hxx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/codemaker/inc/codemaker/exceptiontree.hxx b/codemaker/inc/codemaker/exceptiontree.hxx index e49e6553f570..f13e3f9f8891 100644 --- a/codemaker/inc/codemaker/exceptiontree.hxx +++ b/codemaker/inc/codemaker/exceptiontree.hxx @@ -4,9 +4,9 @@ * * $RCSfile: exceptiontree.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:06:03 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:10:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,15 @@ * ************************************************************************/ -#ifndef INCLUDED_codemaker_exceptiontree_hxx -#define INCLUDED_codemaker_exceptiontree_hxx +#ifndef INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX +#define INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX +#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX #include "codemaker/global.hxx" +#endif +#ifndef _RTL_STRING_HXX_ #include "rtl/string.hxx" +#endif #include