diff options
Diffstat (limited to 'vcl/inc/PhysicalFontFamily.hxx')
-rw-r--r-- | vcl/inc/PhysicalFontFamily.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontFamily.hxx b/vcl/inc/PhysicalFontFamily.hxx index b1f56dece2db..71861e98a9d6 100644 --- a/vcl/inc/PhysicalFontFamily.hxx +++ b/vcl/inc/PhysicalFontFamily.hxx @@ -16,7 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#pragma once + +#ifndef INCLUDED_VCL_INC_PHYSICALFONTFAMILY_HXX +#define INCLUDED_VCL_INC_PHYSICALFONTFAMILY_HXX #include <set> @@ -82,3 +84,6 @@ private: int mnMinQuality; // quality of the worst font face }; +#endif // INCLUDED_VCL_INC_PHYSICALFONTFAMILY_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |