summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_features.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/graphite_features.hxx')
-rw-r--r--vcl/inc/graphite_features.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/graphite_features.hxx b/vcl/inc/graphite_features.hxx
index d1587fda0c14..2b8b81b1a72c 100644
--- a/vcl/inc/graphite_features.hxx
+++ b/vcl/inc/graphite_features.hxx
@@ -21,6 +21,10 @@
// Parse a string of features specified as ; separated pairs.
// e.g.
// 1001=1&2002=2&fav1=0
+
+#ifndef INCLUDED_VCL_INC_GRAPHITE_FEATURES_HXX
+#define INCLUDED_VCL_INC_GRAPHITE_FEATURES_HXX
+
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <graphite_static.hxx>
@@ -67,4 +71,6 @@ namespace grutils
}
+#endif // INCLUDED_VCL_INC_GRAPHITE_FEATURES_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */