summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:10:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:10:58 +0000
commit3998db49240053ae8a11d3a94ce43c5c70fa6054 (patch)
tree1479ab630a05c50daa30a2039322aea6410da2ee /codemaker/inc
parent4acd9b555eb26d915b94119b2d168d8179efc000 (diff)
INTEGRATION: CWS jsc3 (1.6.14); FILE MERGED
2006/01/20 13:00:06 jsc 1.6.14.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/options.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx
index 99174c4e687e..421417ad6562 100644
--- a/codemaker/inc/codemaker/options.hxx
+++ b/codemaker/inc/codemaker/options.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: options.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:06:49 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:10:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,13 +33,12 @@
*
************************************************************************/
-#ifndef _CODEMAKER_OPTIONS_HXX_
-#define _CODEMAKER_OPTIONS_HXX_
+#ifndef INCLUDED_CODEMAKER_OPTIONS_HXX
+#define INCLUDED_CODEMAKER_OPTIONS_HXX
#include <hash_map>
-
-#ifndef _CODEMAKER_GLOBAL_HXX_
+#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX
#include <codemaker/global.hxx>
#endif
@@ -107,5 +106,5 @@ protected:
OptionMap m_options;
};
-#endif // _CODEMAKER_OPTIONS_HXX_
+#endif // INCLUDED_CODEMAKER_OPTIONS_HXX