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>
22 lines
619 B
C++
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: */
|