summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:09:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:09:10 +0000
commit212bd1816a8aeeec209620dfe93c865471bbef49 (patch)
tree206690ac24e11b64101fc258f6e00dee0dbfff47 /codemaker/inc
parentefa0f03c91b0a40943fba63257271f1a4b6f0f4c (diff)
INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:00:02 jsc 1.3.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/codemaker.hxx16
1 files changed, 11 insertions, 5 deletions
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 <vector>
@@ -63,4 +69,4 @@ codemaker::UnoType::Sort decomposeAndResolve(
}
-#endif
+#endif // INCLUDED_CODEMAKER_CODEMAKER_HXX