diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:24:19 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:52 +0100 |
commit | a2502692cd2da8665719b1769eacbf334f7c0293 (patch) | |
tree | eb9ef108e137a5bcff1a8b88aaff21e268adf393 /linguistic | |
parent | 41e0dbb555379ae35887424c027d94512cc7db71 (diff) |
fixincludeguards.sh: linguistic
Change-Id: I8c5d9e5fcf8790e6c60242cf009992a061f8f01d
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/inc/iprcache.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/convdic.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/convdiclist.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/convdicxml.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/defs.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/dicimp.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/dlistimp.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/gciterator.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/hhconvdic.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/hyphdsp.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/lngopt.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/lngsvcmgr.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/spelldsp.hxx | 4 | ||||
-rw-r--r-- | linguistic/source/thesdsp.hxx | 4 | ||||
-rw-r--r-- | linguistic/workben/sprophelp.hxx | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/linguistic/inc/iprcache.hxx b/linguistic/inc/iprcache.hxx index 44ba090d9abb..db98fb4b0a61 100644 --- a/linguistic/inc/iprcache.hxx +++ b/linguistic/inc/iprcache.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_IPRCACHE_HXX_ -#define _LINGUISTIC_IPRCACHE_HXX_ +#ifndef INCLUDED_LINGUISTIC_INC_IPRCACHE_HXX +#define INCLUDED_LINGUISTIC_INC_IPRCACHE_HXX #include <uno/lbnames.h> diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index c00656f339ad..26ed5abf6032 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_CONVDIC_HXX_ -#define _LINGUISTIC_CONVDIC_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_CONVDIC_HXX +#define INCLUDED_LINGUISTIC_SOURCE_CONVDIC_HXX #include <com/sun/star/linguistic2/XConversionDictionary.hpp> #include <com/sun/star/linguistic2/XConversionPropertyType.hpp> diff --git a/linguistic/source/convdiclist.hxx b/linguistic/source/convdiclist.hxx index d33f10abf8ac..1edd3fd588ed 100644 --- a/linguistic/source/convdiclist.hxx +++ b/linguistic/source/convdiclist.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_CONVDICLIST_HXX_ -#define _LINGUISTIC_CONVDICLIST_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_CONVDICLIST_HXX +#define INCLUDED_LINGUISTIC_SOURCE_CONVDICLIST_HXX #include <com/sun/star/linguistic2/XConversionDictionaryList.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx index 512be697ea1f..28c816ecc063 100644 --- a/linguistic/source/convdicxml.hxx +++ b/linguistic/source/convdicxml.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_CONVDICXML_HXX_ -#define _LINGUISTIC_CONVDICXML_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_CONVDICXML_HXX +#define INCLUDED_LINGUISTIC_SOURCE_CONVDICXML_HXX #include <com/sun/star/linguistic2/XConversionDictionary.hpp> #include <com/sun/star/util/XFlushable.hpp> diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx index ea2c4aff8b7c..f6eaa3403743 100644 --- a/linguistic/source/defs.hxx +++ b/linguistic/source/defs.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_DEFS_HXX_ -#define _LINGUISTIC_DEFS_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_DEFS_HXX +#define INCLUDED_LINGUISTIC_SOURCE_DEFS_HXX #include <com/sun/star/linguistic2/XSpellChecker.hpp> #include <com/sun/star/linguistic2/XProofreader.hpp> diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx index 7654fa4c7212..baf1db4bca5e 100644 --- a/linguistic/source/dicimp.hxx +++ b/linguistic/source/dicimp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_DICIMP_HXX_ -#define _LINGUISTIC_DICIMP_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_DICIMP_HXX +#define INCLUDED_LINGUISTIC_SOURCE_DICIMP_HXX #include <com/sun/star/linguistic2/XDictionary.hpp> #include <com/sun/star/frame/XStorable.hpp> diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx index a7638c770a7f..daf5b18d78ab 100644 --- a/linguistic/source/dlistimp.hxx +++ b/linguistic/source/dlistimp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_DLISTIMP_HXX_ -#define _LINGUISTIC_DLISTIMP_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_DLISTIMP_HXX +#define INCLUDED_LINGUISTIC_SOURCE_DLISTIMP_HXX #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/linguistic/source/gciterator.hxx b/linguistic/source/gciterator.hxx index cf2f80711b4a..650787146d50 100644 --- a/linguistic/source/gciterator.hxx +++ b/linguistic/source/gciterator.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_GRAMMARCHECKINGITERATOR_HXX_ -#define _LINGUISTIC_GRAMMARCHECKINGITERATOR_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_GCITERATOR_HXX +#define INCLUDED_LINGUISTIC_SOURCE_GCITERATOR_HXX #include <com/sun/star/i18n/XBreakIterator.hpp> #include <com/sun/star/lang/XComponent.hpp> diff --git a/linguistic/source/hhconvdic.hxx b/linguistic/source/hhconvdic.hxx index 8b72e603dc59..9b6db28ff55c 100644 --- a/linguistic/source/hhconvdic.hxx +++ b/linguistic/source/hhconvdic.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_HHConvDic_HXX_ -#define _LINGUISTIC_HHConvDic_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_HHCONVDIC_HXX +#define INCLUDED_LINGUISTIC_SOURCE_HHCONVDIC_HXX #include <com/sun/star/linguistic2/XConversionDictionary.hpp> #include <com/sun/star/util/XFlushable.hpp> diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx index c5a82671848d..90b1630a62ba 100644 --- a/linguistic/source/hyphdsp.hxx +++ b/linguistic/source/hyphdsp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_HYPHDSP_HXX_ -#define _LINGUISTIC_HYPHDSP_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_HYPHDSP_HXX +#define INCLUDED_LINGUISTIC_SOURCE_HYPHDSP_HXX #include <com/sun/star/lang/XComponent.hpp> diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 61298137c414..528b853a6c99 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_LNGOPT_HHX_ -#define _LINGUISTIC_LNGOPT_HHX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_LNGOPT_HXX +#define INCLUDED_LINGUISTIC_SOURCE_LNGOPT_HXX #include <functional> diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx index 4a96826ac995..2ad941674515 100644 --- a/linguistic/source/lngsvcmgr.hxx +++ b/linguistic/source/lngsvcmgr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_LNGSVCMGR_HXX_ -#define _LINGUISTIC_LNGSVCMGR_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_LNGSVCMGR_HXX +#define INCLUDED_LINGUISTIC_SOURCE_LNGSVCMGR_HXX #include <uno/lbnames.h> #include <cppuhelper/implbase3.hxx> diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index baec49f55c06..b00f08427fdc 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_SPELLDSP_HXX_ -#define _LINGUISTIC_SPELLDSP_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_SPELLDSP_HXX +#define INCLUDED_LINGUISTIC_SOURCE_SPELLDSP_HXX #include "lngopt.hxx" #include "linguistic/misc.hxx" diff --git a/linguistic/source/thesdsp.hxx b/linguistic/source/thesdsp.hxx index 31c4b77b4f20..f49b953963d8 100644 --- a/linguistic/source/thesdsp.hxx +++ b/linguistic/source/thesdsp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGUISTIC_THESDSP_HXX_ -#define _LINGUISTIC_THESDSP_HXX_ +#ifndef INCLUDED_LINGUISTIC_SOURCE_THESDSP_HXX +#define INCLUDED_LINGUISTIC_SOURCE_THESDSP_HXX #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Sequence.h> diff --git a/linguistic/workben/sprophelp.hxx b/linguistic/workben/sprophelp.hxx index d0219f843013..c6f4da44c0d2 100644 --- a/linguistic/workben/sprophelp.hxx +++ b/linguistic/workben/sprophelp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _LINGU2_PROPHELP_HXX_ -#define _LINGU2_PROPHELP_HXX_ +#ifndef INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX +#define INCLUDED_LINGUISTIC_WORKBEN_SPROPHELP_HXX #include <tools/solar.h> |