diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:17:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:17:23 +0000 |
commit | 98824bb600462184ca2754d8d72ce14e98dcfc59 (patch) | |
tree | 2d0373c4f7437a334f34ba121053ab8180064c33 /unodevtools/inc | |
parent | 3d4dfc3796b6e898ff2bf984fb4c2043e1248efa (diff) |
INTEGRATION: CWS jsc3 (1.2.6); FILE MERGED
2006/01/20 13:04:30 jsc 1.2.6.1: #i56247# unify include guards
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/options.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx index 70375856ce05..461e2da79c87 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/unodevtools/options.hxx @@ -4,9 +4,9 @@ * * $RCSfile: options.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2005-09-09 13:50:24 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:17:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -#ifndef _UNODEVTOOLS_OPTIONS_HXX_ -#define _UNODEVTOOLS_OPTIONS_HXX_ +#ifndef INCLUDED_UNODEVTOOLS_OPTIONS_HXX +#define INCLUDED_UNODEVTOOLS_OPTIONS_HXX #ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> @@ -57,4 +57,4 @@ sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, } // end of namespace unodevtools -#endif // _UNODEVTOOLS_OPTIONS_HXX_ +#endif // INCLUDED_UNODEVTOOLS_OPTIONS_HXX |