summaryrefslogtreecommitdiffstats
path: root/vcl/inc/graphite_layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_layout.hxx')
-rw-r--r--vcl/inc/graphite_layout.hxx6
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: */