summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:15:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:15:14 +0000
commit0f0f97c548d04625b24cd032adb72b9e10a20db6 (patch)
tree1d2cc80e640bd1493bf06ada5bd7c05a18d348a0 /codemaker
parentfa462b186ec508b11577f2914818c44d092ffd5f (diff)
INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:39:29 jsc 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/20 13:02:23 jsc 1.3.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/includes.hxx16
1 files changed, 10 insertions, 6 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx
index c127cdaef7b9..1087ff805553 100644
--- a/codemaker/source/cppumaker/includes.hxx
+++ b/codemaker/source/cppumaker/includes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: includes.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 15:47:12 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:15:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,12 +33,16 @@
*
************************************************************************/
-#ifndef INCLUDED_codemaker_source_cppumaker_includes_hxx
-#define INCLUDED_codemaker_source_cppumaker_includes_hxx
+#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX
+#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX \
+ INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX
+#ifndef INCLUDED_CODEMAKER_DEPENDENCIES_HXX
#include "codemaker/dependencies.hxx"
-
+#endif
+#ifndef _RTL_USTRING_HXX_
#include "rtl/ustring.hxx"
+#endif
class FileStream;
class TypeManager;
@@ -127,4 +131,4 @@ private:
} }
-#endif
+#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_INCLUDES_HXX