summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-30 19:12:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 09:21:44 +0200
commit8251c7bd2e74b643a6c79860c8dd7295fc811fbc (patch)
tree99e95123908e16505ef8502cddb6fc217eb4bdab /vcl
parentde455fcaa725343bc516fa13cf1bf5253178a0a6 (diff)
Revert header guard
Thanks Stephan for explanation, read it here: https://gerrit.libreoffice.org/#/c/76543/ Change-Id: If6c4d3b71ef2df69afe0404b9f445a62af9eadd3 Reviewed-on: https://gerrit.libreoffice.org/76714 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfbuildin_fonts.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfbuildin_fonts.hxx b/vcl/source/gdi/pdfbuildin_fonts.hxx
index e85afdfd3996..69bdee5dcb9c 100644
--- a/vcl/source/gdi/pdfbuildin_fonts.hxx
+++ b/vcl/source/gdi/pdfbuildin_fonts.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_SOURCE_PDF_BUILTIN_FONTS_HXX
-#define INCLUDED_VCL_SOURCE_PDF_BUILTIN_FONTS_HXX
+#ifndef INCLUDED_VCL_SOURCE_PDF_BUILDIN_FONTS_HXX
+#define INCLUDED_VCL_SOURCE_PDF_BUILDIN_FONTS_HXX
#include <PhysicalFontFace.hxx>
#include <fontinstance.hxx>
@@ -76,6 +76,6 @@ public:
} // namespace pdf
} // namespace vcl
-#endif // INCLUDED_VCL_SOURCE_PDF_BUILTIN_FONTS_HXX
+#endif // INCLUDED_VCL_SOURCE_PDF_BUILDIN_FONTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */