summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvascustomsprite.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 01:47:54 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:51 +0100
commit07fc8122f41210acc788396efa3d16499f58b78c (patch)
tree4444745261c4c142ab41462e6f6b6e1f7c289db5 /canvas/source/vcl/canvascustomsprite.hxx
parentd0c12f0aa2362c94492ec1927a9f8215c089a2aa (diff)
fixincludeguards.sh: canvas
Change-Id: I2fb527c2cb5814b15862144baf3783d226e675ef
Diffstat (limited to 'canvas/source/vcl/canvascustomsprite.hxx')
-rw-r--r--canvas/source/vcl/canvascustomsprite.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/canvascustomsprite.hxx b/canvas/source/vcl/canvascustomsprite.hxx
index c2b66dd71d4c..90c3dd74e36e 100644
--- a/canvas/source/vcl/canvascustomsprite.hxx
+++ b/canvas/source/vcl/canvascustomsprite.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SOURCE_VCL_CANVASCUSTOMSPRITE_HXX
-#define INCLUDED_SOURCE_VCL_CANVASCUSTOMSPRITE_HXX
+#ifndef INCLUDED_CANVAS_SOURCE_VCL_CANVASCUSTOMSPRITE_HXX
+#define INCLUDED_CANVAS_SOURCE_VCL_CANVASCUSTOMSPRITE_HXX
#include <cppuhelper/compbase4.hxx>
#include <comphelper/uno3.hxx>
@@ -120,6 +120,6 @@ namespace vclcanvas
};
}
-#endif // INCLUDED_SOURCE_VCL_CANVASCUSTOMSPRITE_HXX
+#endif // INCLUDED_CANVAS_SOURCE_VCL_CANVASCUSTOMSPRITE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */