From 212bd1816a8aeeec209620dfe93c865471bbef49 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 15 Mar 2006 08:09:10 +0000 Subject: INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:02 jsc 1.3.16.1: #i56247# unify include guards --- codemaker/inc/codemaker/codemaker.hxx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'codemaker/inc') diff --git a/codemaker/inc/codemaker/codemaker.hxx b/codemaker/inc/codemaker/codemaker.hxx index 468f203fe6d7..a848d9b72132 100644 --- a/codemaker/inc/codemaker/codemaker.hxx +++ b/codemaker/inc/codemaker/codemaker.hxx @@ -4,9 +4,9 @@ * * $RCSfile: codemaker.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:05:22 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:09:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,12 +36,18 @@ #ifndef INCLUDED_CODEMAKER_CODEMAKER_HXX #define INCLUDED_CODEMAKER_CODEMAKER_HXX +#ifndef _SAL_CONFIG_H_ #include "sal/config.h" - +#endif +#ifndef INCLUDED_CODEMAKER_UNOTYPES_HXX #include "codemaker/unotype.hxx" - +#endif +#ifndef INCLUDED_registry_types_h #include "registry/types.h" +#endif +#ifndef _SAL_TYPES_H_ #include "sal/types.h" +#endif #include @@ -63,4 +69,4 @@ codemaker::UnoType::Sort decomposeAndResolve( } -#endif +#endif // INCLUDED_CODEMAKER_CODEMAKER_HXX -- cgit