summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:09:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:09:44 +0000
commit0c3af4a28d9c4defd42f4952819a593cb4d0b721 (patch)
tree47452ed444e0424889a550bceb93e7ebc0097363 /codemaker/inc
parentb5d0eaea26bb03b071ea618b80dd62fcb2b8932a (diff)
INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/01/20 13:00:03 jsc 1.3.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/commonjava.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/codemaker/inc/codemaker/commonjava.hxx b/codemaker/inc/codemaker/commonjava.hxx
index 25177d3e6035..c3dc1347c325 100644
--- a/codemaker/inc/codemaker/commonjava.hxx
+++ b/codemaker/inc/codemaker/commonjava.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commonjava.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:05:35 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:09:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,8 +36,9 @@
#ifndef INCLUDED_CODEMAKER_COMMONJAVA_HXX
#define INCLUDED_CODEMAKER_COMMONJAVA_HXX
+#ifndef INCLUDED_CODEMAKER_CODEMAKER_HXX
#include "codemaker/codemaker.hxx"
-
+#endif
namespace codemaker { namespace java {
@@ -50,4 +51,4 @@ rtl::OString translateUnoToJavaIdentifier(
} }
-#endif
+#endif // INCLUDED_CODEMAKER_COMMONJAVA_HXX