summaryrefslogtreecommitdiff
path: root/include/oox/export/shapes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/shapes.hxx')
-rw-r--r--include/oox/export/shapes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx
index 39b4c0d9ec72..750d74f2a8dc 100644
--- a/include/oox/export/shapes.hxx
+++ b/include/oox/export/shapes.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OOX_EXPORT_SHAPES_HXX_
-#define _OOX_EXPORT_SHAPES_HXX_
+#ifndef INCLUDED_OOX_EXPORT_SHAPES_HXX
+#define INCLUDED_OOX_EXPORT_SHAPES_HXX
#include <oox/dllapi.h>
#include <com/sun/star/uno/XReference.hpp>
@@ -165,6 +165,6 @@ public:
}}
-#endif /* ndef _OOX_EXPORT_SHAPES_HXX_ */
+#endif /* ndef INCLUDED_OOX_EXPORT_SHAPES_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */