Files
libreoffice/vcl/inc/graphite_static.hxx
Jens Carl 6c3245fc69 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>
2014-06-01 16:15:36 +00:00

22 lines
619 B
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* 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: */