summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:20:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:20:45 +0000
commitc23bd1c90c1e4702f171140611d31e37fecc58ba (patch)
tree9dc1ece70ce207d88932e4cfc169f10167db8a01 /unodevtools
parenta1d00f740b47fcaa4ba17941a406c10908657d66 (diff)
INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED
2006/01/20 13:08:41 jsc 1.3.6.1: #i56247# unify include guards
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletonjava.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx
index eec373562c90..f3180953dc27 100644
--- a/unodevtools/source/skeletonmaker/skeletonjava.hxx
+++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: skeletonjava.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2005-09-09 13:50:35 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:20:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,15 +32,15 @@
* MA 02111-1307 USA
*
************************************************************************/
-#ifndef _UNO_DEVTOOLS_SKELETONJAVA_HXX_
-#define _UNO_DEVTOOLS_SKELETONJAVA_HXX_
+#ifndef INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX
+#define INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX
#include <fstream>
-#ifndef _CODEMAKER_GENERATEDTYPESET_HXX_
-#include <codemaker/generatedtypeset.hxx>
+#ifndef INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
+#include "codemaker/generatedtypeset.hxx"
#endif
-#ifndef _UNO_DEVTOOLS_SKELETONCOMMON_HXX_
+#ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX
#include "skeletoncommon.hxx"
#endif
@@ -124,5 +124,5 @@ void generateSkeleton(ProgramOptions const & options, TypeManager const & manage
} }
-#endif // _UNO_DEVTOOLS_SKELETONJAVA_HXX_
+#endif // INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX