From 90c978f839e5029c69b4acb70f37909ee3016614 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Sat, 6 Mar 2021 08:21:49 +0100 Subject: tdf#124176 Use pragma once in f* filter, forms, fpicker, framework Change-Id: I55a25ad2dc3749e63465e638e8eeea3c322eabbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112047 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- forms/source/inc/cloneable.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'forms/source/inc/cloneable.hxx') diff --git a/forms/source/inc/cloneable.hxx b/forms/source/inc/cloneable.hxx index e920650a516c..e161ad8c095a 100644 --- a/forms/source/inc/cloneable.hxx +++ b/forms/source/inc/cloneable.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_FORMS_SOURCE_INC_CLONEABLE_HXX -#define INCLUDED_FORMS_SOURCE_INC_CLONEABLE_HXX +#pragma once #include @@ -39,6 +38,4 @@ namespace frm } // namespace frm -#endif // INCLUDED_FORMS_SOURCE_INC_CLONEABLE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit