diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:47:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:13 +0200 |
commit | 8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch) | |
tree | 7c26a4701873df3bab364fb7e9a386aef6a12c99 /xmlhelp/source/cxxhelp/inc | |
parent | e9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff) |
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/Query.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvfactory.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvread.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/util/CompressorIterator.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx b/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx index a69d2b52bd87..bddb024d4d4f 100644 --- a/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx +++ b/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.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 _XMLSEARCH_EXCEP_XMLSEARCHEXCEPTIONS_HXX_ -#define _XMLSEARCH_EXCEP_XMLSEARCHEXCEPTIONS_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_EXCEP_XMLSEARCHEXCEPTIONS_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_EXCEP_XMLSEARCHEXCEPTIONS_HXX #include <rtl/ustring.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx index 09a0049fcb4c..6acfafd749b5 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.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 _XMLSEARCH_QE_DOCGENERATOR_HXX_ -#define _XMLSEARCH_QE_DOCGENERATOR_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_DOCGENERATOR_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_DOCGENERATOR_HXX #include <rtl/ref.hxx> #include <rtl/ustring.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx b/xmlhelp/source/cxxhelp/inc/qe/Query.hxx index b9f52f379517..f4de3fee3ebc 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/Query.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/Query.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 _XMLSEARCH_QE_QUERY_HXX_ -#define _XMLSEARCH_QE_QUERY_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_QUERY_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_QE_QUERY_HXX #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx index 261d1389c0bc..9e2a8ec1b0e7 100644 --- a/xmlhelp/source/cxxhelp/inc/tvfactory.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvfactory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TREEVIEW_TVFACTORY_HXX_ -#define _TREEVIEW_TVFACTORY_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_TVFACTORY_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_TVFACTORY_HXX #include <rtl/ref.hxx> #include <rtl/ustring.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx index f5d937e90bc3..c635a49f86a8 100644 --- a/xmlhelp/source/cxxhelp/inc/tvread.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _TREEVIEW_TVREAD_HXX_ -#define _TREEVIEW_TVREAD_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_TVREAD_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_TVREAD_HXX #include <vector> #include <rtl/ref.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/util/CompressorIterator.hxx b/xmlhelp/source/cxxhelp/inc/util/CompressorIterator.hxx index ab292b1c5193..bc24283ededa 100644 --- a/xmlhelp/source/cxxhelp/inc/util/CompressorIterator.hxx +++ b/xmlhelp/source/cxxhelp/inc/util/CompressorIterator.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 _XMLSEARCH_UTIL_COMPRESSORITERATOR_HXX_ -#define _XMLSEARCH_UTIL_COMPRESSORITERATOR_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_UTIL_COMPRESSORITERATOR_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_UTIL_COMPRESSORITERATOR_HXX namespace xmlsearch { diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx index 5b3fd18925d9..f2c148c788e3 100644 --- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx +++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.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 _XMLSEARCH_UTIL_DECOMPRESSOR_HXX_ -#define _XMLSEARCH_UTIL_DECOMPRESSOR_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_UTIL_DECOMPRESSOR_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_UTIL_DECOMPRESSOR_HXX #include <vector> #include <excep/XmlSearchExceptions.hxx> diff --git a/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx b/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx index 861751731df8..f536a017ba81 100644 --- a/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.hxx +++ b/xmlhelp/source/cxxhelp/inc/util/RandomAccessStream.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 _XMLEARCH_UTIL_RANDOMACCESSSTREAM_HXX_ -#define _XMLEARCH_UTIL_RANDOMACCESSSTREAM_HXX_ +#ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_UTIL_RANDOMACCESSSTREAM_HXX +#define INCLUDED_XMLHELP_SOURCE_CXXHELP_INC_UTIL_RANDOMACCESSSTREAM_HXX #include <osl/file.hxx> |