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 | 1468a4f4ced1d487dfca06d15ef2840efe64d2b1 (patch) | |
tree | 867257cde705233d0ae7ce2c6091c8effd4fbfb2 /codemaker | |
parent | 7790435952788132b9ba34cda44ef2e0e782f7b8 (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 6559c76cd..9c00d1393 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 |