summaryrefslogtreecommitdiff
path: root/vcl/quartz/ctfonts.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/quartz/ctfonts.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/quartz/ctfonts.hxx')
-rw-r--r--vcl/quartz/ctfonts.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/quartz/ctfonts.hxx b/vcl/quartz/ctfonts.hxx
index 00dc6a9783f3..e4b536d0ff52 100644
--- a/vcl/quartz/ctfonts.hxx
+++ b/vcl/quartz/ctfonts.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_VCL_QUARTZ_CTFONTS_HXX
+#define INCLUDED_VCL_QUARTZ_CTFONTS_HXX
+
#include "quartz/salgdi.h"
#ifdef IOS
#include "headless/svpgdi.hxx"
@@ -25,4 +28,7 @@
SystemFontList* GetCoretextFontList(void);
ImplDevFontAttributes DevFontFromCTFontDescriptor( CTFontDescriptorRef, bool* );
+
+#endif // INCLUDED_VCL_QUARTZ_CTFONTS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */