summaryrefslogtreecommitdiff
path: root/include/oox/mathml
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:17:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commit10d0526d7273df6b52a2f46b68fb0e63f9db0d92 (patch)
tree2edf62b3c0f11dfce96f30433fa918c46e022f54 /include/oox/mathml
parent0bd7f12d41567842b1e31514e1d84340d90f5b42 (diff)
fixincludeguards.sh: include/o*
Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497
Diffstat (limited to 'include/oox/mathml')
-rw-r--r--include/oox/mathml/export.hxx4
-rw-r--r--include/oox/mathml/import.hxx4
-rw-r--r--include/oox/mathml/importutils.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/mathml/export.hxx b/include/oox/mathml/export.hxx
index 3a0f3788a77f..49a2afe7e3b0 100644
--- a/include/oox/mathml/export.hxx
+++ b/include/oox/mathml/export.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _OOXMLEXPORT_HXX
-#define _OOXMLEXPORT_HXX
+#ifndef INCLUDED_OOX_MATHML_EXPORT_HXX
+#define INCLUDED_OOX_MATHML_EXPORT_HXX
#include <sax/fshelper.hxx>
#include <rtl/strbuf.hxx>
diff --git a/include/oox/mathml/import.hxx b/include/oox/mathml/import.hxx
index fe436d41a047..2617ff53e67c 100644
--- a/include/oox/mathml/import.hxx
+++ b/include/oox/mathml/import.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _STARMATHIMPORT_HXX
-#define _STARMATHIMPORT_HXX
+#ifndef INCLUDED_OOX_MATHML_IMPORT_HXX
+#define INCLUDED_OOX_MATHML_IMPORT_HXX
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <tools/gen.hxx>
diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx
index c3c16482164f..013484fcf405 100644
--- a/include/oox/mathml/importutils.hxx
+++ b/include/oox/mathml/importutils.hxx
@@ -6,8 +6,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _STARMATHIMPORTUTILS_HXX
-#define _STARMATHIMPORTUTILS_HXX
+#ifndef INCLUDED_OOX_MATHML_IMPORTUTILS_HXX
+#define INCLUDED_OOX_MATHML_IMPORTUTILS_HXX
#include <com/sun/star/xml/sax/XFastAttributeList.hpp>
#include <oox/token/tokens.hxx>