diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:09:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:09:44 +0000 |
commit | 2902b8dad3e67bd1533419b51cc5e83389699e5c (patch) | |
tree | 569f76c90aac62f629ff48f6cc2f8604bd51127a /codemaker/inc | |
parent | 3f798514b2cd0e50bf0cfe8aadfab65c01c50f9a (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.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/codemaker/inc/codemaker/commonjava.hxx b/codemaker/inc/codemaker/commonjava.hxx index 25177d3e6..c3dc1347c 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 |