summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:11:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:11:13 +0000
commita85b675e0cc10919448ce68e130836fa971b0141 (patch)
tree877b781dc6c9298372551eb3f0e3643c690cf8a9 /codemaker/inc
parent3998db49240053ae8a11d3a94ce43c5c70fa6054 (diff)
INTEGRATION: CWS jsc3 (1.8.14); FILE MERGED
2006/01/20 13:00:07 jsc 1.8.14.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/typemanager.hxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/codemaker/inc/codemaker/typemanager.hxx b/codemaker/inc/codemaker/typemanager.hxx
index 421b13c840ed..392158e0562f 100644
--- a/codemaker/inc/codemaker/typemanager.hxx
+++ b/codemaker/inc/codemaker/typemanager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: typemanager.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:07:02 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:11:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,13 +33,19 @@
*
************************************************************************/
-#ifndef _CODEMAKER_TYPEMANAGER_HXX_
-#define _CODEMAKER_TYPEMANAGER_HXX_
+#ifndef INCLUDED_CODEMAKER_TYPEMANAGER_HXX
+#define INCLUDED_CODEMAKER_TYPEMANAGER_HXX
+#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX
#include "codemaker/global.hxx"
+#endif
+#ifndef _REGISTRY_REGISTRY_HXX_
#include "registry/registry.hxx"
+#endif
+#ifndef INCLUDED_registry_types_h
#include "registry/types.h"
+#endif
#include <hash_map>
#include <list>
@@ -189,4 +195,4 @@ protected:
RegistryTypeManagerImpl* m_pImpl;
};
-#endif // _CODEMAKER_TYPEMANAGER_HXX_
+#endif // INCLUDED_CODEMAKER_TYPEMANAGER_HXX