summaryrefslogtreecommitdiff
path: root/include/oox/export/utils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/utils.hxx')
-rw-r--r--include/oox/export/utils.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/export/utils.hxx b/include/oox/export/utils.hxx
index a712254a7478..657ee4d38e98 100644
--- a/include/oox/export/utils.hxx
+++ b/include/oox/export/utils.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OOX_EXPORT_UTILS_HXX_
-#define _OOX_EXPORT_UTILS_HXX_
+#ifndef INCLUDED_OOX_EXPORT_UTILS_HXX
+#define INCLUDED_OOX_EXPORT_UTILS_HXX
#define I32S(x) OString::number( (sal_Int32) x ).getStr()
#define I64S(x) OString::number( (sal_Int64) x ).getStr()