diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 04:06:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | e22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch) | |
tree | ecb44159350783558370b18569b247c3a1d8e224 /vcl/inc/graphite_layout.hxx | |
parent | 4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff) |
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/inc/graphite_layout.hxx')
-rw-r--r-- | vcl/inc/graphite_layout.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx index b81083458e1a..434d6f6dca94 100644 --- a/vcl/inc/graphite_layout.hxx +++ b/vcl/inc/graphite_layout.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_GRAPHITELAYOUT_HXX -#define _SV_GRAPHITELAYOUT_HXX +#ifndef INCLUDED_VCL_INC_GRAPHITE_LAYOUT_HXX +#define INCLUDED_VCL_INC_GRAPHITE_LAYOUT_HXX // Description: An implementation of the SalLayout interface that uses the // Graphite engine. @@ -158,6 +158,6 @@ private: long & rDXOffset, bool bIsBase, int baseChar); }; -#endif // _SV_GRAPHITELAYOUT_HXX +#endif // INCLUDED_VCL_INC_GRAPHITE_LAYOUT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |