diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:54:49 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | 4adf622925e2900ac111e5e60b15e82ba1bf54e0 (patch) | |
tree | ab8b76405ee77bb753c73810847d21f91c06ac49 /basic/source/inc/basiccharclass.hxx | |
parent | 9c57cb0a6cc9662929f4d3a0d45421c456d30569 (diff) |
fixincludeguards.sh: basic
Change-Id: Id797a8969e42876092da347d8e1bba6195b697dc
Diffstat (limited to 'basic/source/inc/basiccharclass.hxx')
-rw-r--r-- | basic/source/inc/basiccharclass.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/inc/basiccharclass.hxx b/basic/source/inc/basiccharclass.hxx index 6923d2290adf..335bff650764 100644 --- a/basic/source/inc/basiccharclass.hxx +++ b/basic/source/inc/basiccharclass.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _BASIC_BASICCHARCLASS_HXX -#define _BASIC_BASICCHARCLASS_HXX +#ifndef INCLUDED_BASIC_SOURCE_INC_BASICCHARCLASS_HXX +#define INCLUDED_BASIC_SOURCE_INC_BASICCHARCLASS_HXX #include <unotools/charclass.hxx> #include <rtl/instance.hxx> |