summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:10:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:10:11 +0000
commit621cb11a4d230ff5cd7c017bfc6a9fd60098385b (patch)
treec9de5da9fe37b832015b4e1329c3ffa8c63790bb /codemaker/inc
parent678cd6ffc054149c1329196f172a3d184eac9133 (diff)
INTEGRATION: CWS jsc3 (1.5.14); FILE MERGED
2006/01/20 13:00:05 jsc 1.5.14.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/exceptiontree.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/codemaker/inc/codemaker/exceptiontree.hxx b/codemaker/inc/codemaker/exceptiontree.hxx
index e49e6553f..f13e3f9f8 100644
--- a/codemaker/inc/codemaker/exceptiontree.hxx
+++ b/codemaker/inc/codemaker/exceptiontree.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exceptiontree.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:06:03 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:10:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,11 +33,15 @@
*
************************************************************************/
-#ifndef INCLUDED_codemaker_exceptiontree_hxx
-#define INCLUDED_codemaker_exceptiontree_hxx
+#ifndef INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX
+#define INCLUDED_CODEMAKER_EXCEPTIONTREE_HXX
+#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX
#include "codemaker/global.hxx"
+#endif
+#ifndef _RTL_STRING_HXX_
#include "rtl/string.hxx"
+#endif
#include <vector>