diff options
Diffstat (limited to 'vcl/inc/PhysicalFontCollection.hxx')
-rw-r--r-- | vcl/inc/PhysicalFontCollection.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index fd9eb157ae51..e91124a1ea1f 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.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_PHYSICALFONTCOLLECTION_HXX +#define INCLUDED_VCL_INC_PHYSICALFONTCOLLECTION_HXX #include <vcl/dllapi.h> @@ -87,4 +89,6 @@ private: mutable int mnFallbackCount; }; +#endif // INCLUDED_VCL_INC_PHYSICALFONTCOLLECTION_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |