summaryrefslogtreecommitdiff
path: root/vcl/inc/PhysicalFontFace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/PhysicalFontFace.hxx')
-rw-r--r--vcl/inc/PhysicalFontFace.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx
index 5544252d70dc..f36b6a76f67f 100644
--- a/vcl/inc/PhysicalFontFace.hxx
+++ b/vcl/inc/PhysicalFontFace.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_PHYSICALFONTFACE_HXX
+#define INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX
#include <vcl/dllapi.h>
@@ -80,5 +82,7 @@ friend class PhysicalFontFamily;
PhysicalFontFace* mpNext;
};
+#endif // INCLUDED_VCL_INC_PHYSICALFONTFACE_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */