summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cppuoptions.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:13:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:13:20 +0000
commit2eaa59ef4a8fd7648fadb99885ea5dcb94b1b103 (patch)
tree6021fdb373a80f40c8d21f0b439b6463d73249dd /codemaker/source/cppumaker/cppuoptions.hxx
parent32a8093d04b2cd334efad66bc5a999fea55e6dec (diff)
INTEGRATION: CWS jsc3 (1.2.16); FILE MERGED
2006/01/20 13:02:22 jsc 1.2.16.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/source/cppumaker/cppuoptions.hxx')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.hxx b/codemaker/source/cppumaker/cppuoptions.hxx
index daa0fccdcbf0..f29500e0c025 100644
--- a/codemaker/source/cppumaker/cppuoptions.hxx
+++ b/codemaker/source/cppumaker/cppuoptions.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cppuoptions.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:12:09 $
+ * last change: $Author: vg $ $Date: 2006-03-15 09:13:20 $
*
* 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 _CPPUMAKER_CPPUOPTIONS_HXX_
-#define _CPPUMAKER_CPPUOPTIONS_HXX_
+#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
+#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
-#include <codemaker/options.hxx>
+#ifndef INCLUDED_CODEMAKER_OPTIONS_HXX
+#include "codemaker/options.hxx"
+#endif
class CppuOptions : public Options
{
@@ -56,4 +58,4 @@ public:
protected:
};
-#endif // _CPPUMAKER_CPPUOPTIONS_HXX_
+#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX