From da18612bf67b1f7caf9d94f4d8cb7fbd626e09f2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 22 Oct 2013 21:30:16 +0200 Subject: starmath: fix include guards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4 Reviewed-on: https://gerrit.libreoffice.org/6389 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- starmath/source/accessibility.hxx | 4 ++-- starmath/source/cfgitem.hxx | 4 ++-- starmath/source/eqnolefilehdr.hxx | 4 ++-- starmath/source/mathmlexport.hxx | 4 ++-- starmath/source/mathmlimport.hxx | 4 ++-- starmath/source/mathtype.hxx | 4 ++-- starmath/source/ooxmlexport.hxx | 4 ++-- starmath/source/ooxmlimport.hxx | 4 ++-- starmath/source/rtfexport.hxx | 4 ++-- starmath/source/smdetect.hxx | 4 ++-- starmath/source/wordexportbase.hxx | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) (limited to 'starmath/source') 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 #include 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 #include 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 #include 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 #include 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 #include 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 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 #include 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" -- cgit