sw/source/filter/html/htmlfly.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
New commits: commit 450471ebbdbff40998509731028b28e0ada53f58 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 10 11:33:34 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 10 17:56:00 2022 +0200 Removed duplicated included & move to pragma once Change-Id: If936a1b105f68f234a6537a4a9e9ab9661714a78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138071 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/html/htmlfly.hxx b/sw/source/filter/html/htmlfly.hxx index 58865d361640..f6265f532526 100644 --- a/sw/source/filter/html/htmlfly.hxx +++ b/sw/source/filter/html/htmlfly.hxx @@ -17,10 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLY_HXX -#define INCLUDED_SW_SOURCE_FILTER_HTML_HTMLFLY_HXX - -#include <ndindex.hxx> +#pragma once #include <o3tl/sorted_vector.hxx> #include <o3tl/typed_flags_set.hxx> @@ -130,6 +127,4 @@ class SwHTMLPosFlyFrames o3tl::find_partialorder_ptrequals> {}; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */