[Libreoffice-commits] core.git: vcl/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 26 13:38:35 UTC 2020
vcl/inc/font/OpenTypeFeatureDefinitionList.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit ddcbaf462821d373592f9560d1e1e117cce05709
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 22 22:05:09 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 26 15:37:59 2020 +0200
tdf#124176: Use pragma once instead of include guards
Started to fixing typo "DEFINITON"->"DEFINITION",
eventually #pragma
Change-Id: Ie7617b33671614b3ac09907d380f2ffdd9b68bdb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92734
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/inc/font/OpenTypeFeatureDefinitionList.hxx b/vcl/inc/font/OpenTypeFeatureDefinitionList.hxx
index 8c318c92773f..3a01d91359ca 100644
--- a/vcl/inc/font/OpenTypeFeatureDefinitionList.hxx
+++ b/vcl/inc/font/OpenTypeFeatureDefinitionList.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_VCL_INC_FONT_OPENTYPEFEATUREDEFINITONLIST_HXX
-#define INCLUDED_VCL_INC_FONT_OPENTYPEFEATUREDEFINITONLIST_HXX
+#pragma once
#include <vcl/dllapi.h>
#include <vcl/font/Feature.hxx>
@@ -46,6 +45,4 @@ class VCL_DLLPUBLIC OpenTypeFeatureDefinitionList
} // end font namespace
} // end vcl namespace
-#endif // INCLUDED_VCL_INC_FONT_OPENTYPEFEATUREDEFINITONLIST_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list