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
commitf3b23d3be60bdd8cbb7161a5e23fd87fe281167a (patch)
tree082e19c5c40ef4f9aa1a891506db851a412c9cef /codemaker/inc
parente4732e48fac5e5e0aaf49e56036e9b3bf25fda7c (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 e49e6553f570..f13e3f9f8891 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>