summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/textlayout.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:32:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:18 +0100
commitbb142943a3fa2e60ee7b66b1ef37419f5939b5f3 (patch)
treecf1a6e2806ec5c9aa6a58fb6ade086c27bcf5ab6 /canvas/source/vcl/textlayout.hxx
parent510fc7c4b8ddcae50b32f54cfc394fa78728f27b (diff)
fixincludeguards.sh: canvas
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
Diffstat (limited to 'canvas/source/vcl/textlayout.hxx')
-rw-r--r--canvas/source/vcl/textlayout.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/textlayout.hxx b/canvas/source/vcl/textlayout.hxx
index f48054826d93..b97f18540cbf 100644
--- a/canvas/source/vcl/textlayout.hxx
+++ b/canvas/source/vcl/textlayout.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _VCLCANVAS_TEXTLAYOUT_HXX
-#define _VCLCANVAS_TEXTLAYOUT_HXX
+#ifndef INCLUDED_SOURCE_VCL_TEXTLAYOUT_HXX
+#define INCLUDED_SOURCE_VCL_TEXTLAYOUT_HXX
#include <cppuhelper/compbase2.hxx>
#include <comphelper/broadcasthelper.hxx>
@@ -104,6 +104,6 @@ namespace vclcanvas
}
-#endif /* _VCLCANVAS_TEXTLAYOUT_HXX */
+#endif // INCLUDED_SOURCE_VCL_TEXTLAYOUT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */