From 1c0c2bb7920f5da7562a053019514d1e4cbdf1f6 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Sat, 6 Mar 2021 08:28:23 +0100 Subject: tdf#124176 Use pragma once in u* ucb, uno*, uui Change-Id: Ic4b6d541eb0df8bf7bceddf178ebb5177ad2b87b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112046 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- uui/source/fltdlg.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'uui/source/fltdlg.hxx') diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx index 5f788073c41c..a0d829820cb6 100644 --- a/uui/source/fltdlg.hxx +++ b/uui/source/fltdlg.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_UUI_SOURCE_FLTDLG_HXX -#define INCLUDED_UUI_SOURCE_FLTDLG_HXX +#pragma once #include @@ -59,6 +58,4 @@ class FilterDialog : public weld::GenericDialogController } // namespace uui -#endif // INCLUDED_UUI_SOURCE_FLTDLG_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit