summaryrefslogtreecommitdiff
path: root/oox/source/shape/LockedCanvasContext.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:47:42 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:33 +0200
commit231ee53f4d40a0c24da575bd75f8f8133d39b9b0 (patch)
tree666d7bb2526059c3f85cabd5414a00d770da2d64 /oox/source/shape/LockedCanvasContext.hxx
parentd9fce11172d20856fe1d82fd5f48808b8265ecfd (diff)
fixincludeguards.sh: oox
Change-Id: Ibc1fb5c149461d6030749a974c6d37aa11ad0e16
Diffstat (limited to 'oox/source/shape/LockedCanvasContext.hxx')
-rw-r--r--oox/source/shape/LockedCanvasContext.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/source/shape/LockedCanvasContext.hxx b/oox/source/shape/LockedCanvasContext.hxx
index e3ea631af274..01b994b8b760 100644
--- a/oox/source/shape/LockedCanvasContext.hxx
+++ b/oox/source/shape/LockedCanvasContext.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef OOX_SHAPE_LOCKEDCANVASCONTEXT
-#define OOX_SHAPE_LOCKEDCANVASCONTEXT
+#ifndef INCLUDED_OOX_SOURCE_SHAPE_LOCKEDCANVASCONTEXT_HXX
+#define INCLUDED_OOX_SOURCE_SHAPE_LOCKEDCANVASCONTEXT_HXX
#include "oox/core/contexthandler2.hxx"
#include "oox/drawingml/shape.hxx"
@@ -34,7 +34,6 @@ protected:
} }
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */