diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 21:30:16 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-23 10:24:32 +0000 |
commit | da18612bf67b1f7caf9d94f4d8cb7fbd626e09f2 (patch) | |
tree | 3a4d7746a9741d4bfb7b606e6ade5e933a0f5da5 /starmath/source | |
parent | c400d41b93421268d1b71f9b029285fc8a855ba0 (diff) |
starmath: fix include guards
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4
Reviewed-on: https://gerrit.libreoffice.org/6389
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/accessibility.hxx | 4 | ||||
-rw-r--r-- | starmath/source/cfgitem.hxx | 4 | ||||
-rw-r--r-- | starmath/source/eqnolefilehdr.hxx | 4 | ||||
-rw-r--r-- | starmath/source/mathmlexport.hxx | 4 | ||||
-rw-r--r-- | starmath/source/mathmlimport.hxx | 4 | ||||
-rw-r--r-- | starmath/source/mathtype.hxx | 4 | ||||
-rw-r--r-- | starmath/source/ooxmlexport.hxx | 4 | ||||
-rw-r--r-- | starmath/source/ooxmlimport.hxx | 4 | ||||
-rw-r--r-- | starmath/source/rtfexport.hxx | 4 | ||||
-rw-r--r-- | starmath/source/smdetect.hxx | 4 | ||||
-rw-r--r-- | starmath/source/wordexportbase.hxx | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 736606ebc824..04022753a9c4 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -21,8 +21,8 @@ #pragma hdrstop #endif -#ifndef _ACCESSIBILITY_HXX_ -#define _ACCESSIBILITY_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX +#define INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleComponent.hpp> diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index 9cbc089e4921..ac95c2188335 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -21,8 +21,8 @@ #pragma hdrstop #endif -#ifndef _MATH_CFGITEM_HXX_ -#define _MATH_CFGITEM_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX +#define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX #include <deque> #include <vector> diff --git a/starmath/source/eqnolefilehdr.hxx b/starmath/source/eqnolefilehdr.hxx index 0966f6f1857a..dfb2baa6524f 100644 --- a/starmath/source/eqnolefilehdr.hxx +++ b/starmath/source/eqnolefilehdr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __EQNOLEFILEHDR_HXX__ -#define __EQNOLEFILEHDR_HXX__ +#ifndef INCLUDED_STARMATH_SOURCE_EQNOLEFILEHDR_HXX +#define INCLUDED_STARMATH_SOURCE_EQNOLEFILEHDR_HXX #include <sal/types.h> #include <sot/storage.hxx> diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx index 4f97bb403b43..7727fdbd042d 100644 --- a/starmath/source/mathmlexport.hxx +++ b/starmath/source/mathmlexport.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _MATHMLEXPORT_HXX_ -#define _MATHMLEXPORT_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX +#define INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX #include <xmloff/xmlimp.hxx> #include <xmloff/xmlexp.hxx> diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx index d6bea988a9b3..c0d9e1938576 100644 --- a/starmath/source/mathmlimport.hxx +++ b/starmath/source/mathmlimport.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _MATHMLIMPORT_HXX_ -#define _MATHMLIMPORT_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_MATHMLIMPORT_HXX +#define INCLUDED_STARMATH_SOURCE_MATHMLIMPORT_HXX #include <xmloff/xmlimp.hxx> #include <xmloff/xmlexp.hxx> diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx index 055b6e022973..332cd27d61cb 100644 --- a/starmath/source/mathtype.hxx +++ b/starmath/source/mathtype.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef MATHTYPE_HXX -#define MATHTYPE_HXX +#ifndef INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX +#define INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX #include "node.hxx" #include "eqnolefilehdr.hxx" diff --git a/starmath/source/ooxmlexport.hxx b/starmath/source/ooxmlexport.hxx index 68fac83d1dde..6e49de845e2d 100644 --- a/starmath/source/ooxmlexport.hxx +++ b/starmath/source/ooxmlexport.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_OOXMLEXPORT_HXX -#define SM_OOXMLEXPORT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_OOXMLEXPORT_HXX +#define INCLUDED_STARMATH_SOURCE_OOXMLEXPORT_HXX #include "wordexportbase.hxx" diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx index cd294ec9ec6a..d5392796195b 100644 --- a/starmath/source/ooxmlimport.hxx +++ b/starmath/source/ooxmlimport.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_OOXMLIMPORT_HXX -#define SM_OOXMLIMPORT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX +#define INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX #include <oox/mathml/importutils.hxx> diff --git a/starmath/source/rtfexport.hxx b/starmath/source/rtfexport.hxx index 9a04bdba95b1..0ffde2ba57ad 100644 --- a/starmath/source/rtfexport.hxx +++ b/starmath/source/rtfexport.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_RTFEXPORT_HXX -#define SM_RTFEXPORT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX +#define INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX #include "wordexportbase.hxx" diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx index 8bd7db94462c..aaddd599bb17 100644 --- a/starmath/source/smdetect.hxx +++ b/starmath/source/smdetect.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SM_TYPEDETECT_HXX -#define _SM_TYPEDETECT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_SMDETECT_HXX +#define INCLUDED_STARMATH_SOURCE_SMDETECT_HXX #include <rtl/ustring.hxx> #include <osl/diagnose.h> diff --git a/starmath/source/wordexportbase.hxx b/starmath/source/wordexportbase.hxx index 204d9cd8ed25..ee53b12da491 100644 --- a/starmath/source/wordexportbase.hxx +++ b/starmath/source/wordexportbase.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_WORDEXPORTBASE_HXX -#define SM_WORDEXPORTBASE_HXX +#ifndef INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX +#define INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX #include "node.hxx" |