[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 31 07:22:22 UTC 2019
vcl/source/gdi/pdfbuildin_fonts.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 8251c7bd2e74b643a6c79860c8dd7295fc811fbc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 30 19:12:30 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jul 31 09:21:44 2019 +0200
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 at yahoo.fr>
Tested-by: Jenkins
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: */
More information about the Libreoffice-commits
mailing list