summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:09:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:09:57 +0000
commite4732e48fac5e5e0aaf49e56036e9b3bf25fda7c (patch)
tree913e3b2bdb74f77c77f4ba9be111b838ad873ace /codemaker/inc
parent0c3af4a28d9c4defd42f4952819a593cb4d0b721 (diff)
INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:00:04 jsc 1.3.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/dependencies.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/codemaker/inc/codemaker/dependencies.hxx b/codemaker/inc/codemaker/dependencies.hxx
index 46bd8238bf95..f56b73b969dd 100644
--- a/codemaker/inc/codemaker/dependencies.hxx
+++ b/codemaker/inc/codemaker/dependencies.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dependencies.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:05:48 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:09:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,12 @@
*
************************************************************************/
-#ifndef INCLUDED_codemaker_dependencies_hxx
-#define INCLUDED_codemaker_dependencies_hxx
+#ifndef INCLUDED_CODEMAKER_DEPENDENCIES_HXX
+#define INCLUDED_CODEMAKER_DEPENDENCIES_HXX
+#ifndef _RTL_STRING_HXX_
#include "rtl/string.hxx"
+#endif
#include <hash_map>
@@ -154,4 +156,4 @@ private:
}
-#endif
+#endif // INCLUDED_CODEMAKER_DEPENDENCIES_HXX