summaryrefslogtreecommitdiff
path: root/codemaker/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:15:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:15:47 +0000
commit669af0f33d0bffb156b5373564ad5200a7307084 (patch)
tree01ab63d2fbef812f976165913106a1843afc937b /codemaker/source
parenta7b27d7c1a41034e69a6c50a24162334d5b402f6 (diff)
INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:02:24 jsc 1.3.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/source')
-rw-r--r--codemaker/source/javamaker/classfile.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/codemaker/source/javamaker/classfile.hxx b/codemaker/source/javamaker/classfile.hxx
index d00dd9753a3a..90e9722ade38 100644
--- a/codemaker/source/javamaker/classfile.hxx
+++ b/codemaker/source/javamaker/classfile.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: classfile.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:17:17 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:15:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,12 +33,15 @@
*
************************************************************************/
-#ifndef INCLUDED_codemaker_source_javamaker_classfile_hxx
-#define INCLUDED_codemaker_source_javamaker_classfile_hxx
+#ifndef INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_CLASSFILE_HXX
+#define INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_CLASSFILE_HXX
+#ifndef INCLUDED_CODEMAKER_UNOTYPE_HXX
#include "codemaker/unotype.hxx"
-
+#endif
+#ifndef _SAL_TYPES_H_
#include "sal/types.h"
+#endif
#include <list>
#include <map>
@@ -280,4 +283,4 @@ private:
} }
-#endif
+#endif // INCLUDED_CODEMAKER_SOURCE_JAVAMAKER_CLASSFILE_HXX