summaryrefslogtreecommitdiff
path: root/vcl/inc/graphite_static.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-31 04:52:24 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-06-01 16:15:36 +0000
commit6c3245fc69de59cb1de219203c489d891073ced9 (patch)
tree05aab50a1133098266be845c2c01722e7caab532 /vcl/inc/graphite_static.hxx
parent158672fda5e9d82906972d9168025d42f3b38ac3 (diff)
fdo#68849: Add header guards to all include files
Added header guards to files in directory vcl/ Change-Id: I76ad0c34f2b107d56e92c5a6a8f4c61554c93e2f Reviewed-on: https://gerrit.libreoffice.org/9597 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'vcl/inc/graphite_static.hxx')
-rw-r--r--vcl/inc/graphite_static.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/graphite_static.hxx b/vcl/inc/graphite_static.hxx
index f7a826e22a50..f57bd85a9878 100644
--- a/vcl/inc/graphite_static.hxx
+++ b/vcl/inc/graphite_static.hxx
@@ -7,10 +7,15 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_VCL_INC_GRAPHITE_STATIC_HXX
+#define INCLUDED_VCL_INC_GRAPHITE_STATIC_HXX
+
#ifdef WNT
# ifndef GRAPHITE2_STATIC
# define GRAPHITE2_STATIC 1
# endif
#endif
+#endif // INCLUDED_VCL_INC_GRAPHITE_STATIC_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */