diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:30:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:30:23 +0000 |
commit | b3da96948d17fbe6a54d18586bb4e42a11121a40 (patch) | |
tree | 574c72efe07b90e49c92dc731b9df8289a88bea5 /codemaker | |
parent | 551db5f8db805908240773a2480ef2987c029cd6 (diff) |
INTEGRATION: CWS jsc21 (1.3.76); FILE MERGED
2008/04/23 09:48:02 jsc 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/13 08:54:58 jsc 1.3.76.1: #i72964# remove external header guards
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cunomaker/cunotype.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/codemaker/source/cunomaker/cunotype.hxx b/codemaker/source/cunomaker/cunotype.hxx index e57548145f07..9ba12afbefab 100644 --- a/codemaker/source/cunomaker/cunotype.hxx +++ b/codemaker/source/cunomaker/cunotype.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cunotype.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -28,8 +28,8 @@ * ************************************************************************/ -#ifndef _CUNOMAKER_CUNOTYPE_HXX_ -#define _CUNOMAKER_CUNOTYPE_HXX_ +#ifndef INCLUDED_CODEMAKER_SOURCE_CUNOMAKER_CUNOTYPE_HXX_ +#define INCLUDED_CODEMAKER_SOURCE_CUNOMAKER_CUNOTYPE_HXX #include <codemaker/typemanager.hxx> #include <codemaker/dependency.hxx> @@ -308,5 +308,5 @@ sal_Bool produceType(const ::rtl::OString& typeName, sal_Bool bNoNameSpace=sal_False); -#endif // _CUNOMAKER_CUNOTYPE_HXX_ +#endif // INCLUDED_CODEMAKER_SOURCE_CUNOMAKER_CUNOTYPE_HXX |