tdf#124176: Use pragma once instead of include guards

Started to fixing typo "DEFINITON"->"DEFINITION",
eventually #pragma

Change-Id: Ie7617b33671614b3ac09907d380f2ffdd9b68bdb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92734
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2020-04-22 22:05:09 +02:00 committed by Julien Nabet
parent 83de7f38b7
commit ddcbaf4628

View file

@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_VCL_INC_FONT_OPENTYPEFEATUREDEFINITONLIST_HXX
#define INCLUDED_VCL_INC_FONT_OPENTYPEFEATUREDEFINITONLIST_HXX
#pragma once
#include <vcl/dllapi.h>
#include <vcl/font/Feature.hxx>
@ -46,6 +45,4 @@ class VCL_DLLPUBLIC OpenTypeFeatureDefinitionList
} // end font namespace
} // end vcl namespace
#endif // INCLUDED_VCL_INC_FONT_OPENTYPEFEATUREDEFINITONLIST_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */