sc/inc/filterentries.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit ca7e81099b65a72762699791fe114df4743fca13 Author: Emircan Agac <thesad...@gmail.com> AuthorDate: Mon Aug 2 18:25:26 2021 +0300 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Aug 13 17:24:45 2021 +0200 tdf#143148:Use pragma once instead of include guards Change-Id: Ib3c0d6c158e5efbbca55e03f189dccaf67832a96 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119888 Reviewed-by: Hossein <hoss...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/sc/inc/filterentries.hxx b/sc/inc/filterentries.hxx index 6cbe4c43a929..02110c879b03 100644 --- a/sc/inc/filterentries.hxx +++ b/sc/inc/filterentries.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_INC_FILTERENTRIES_HXX -#define SC_INC_FILTERENTRIES_HXX +#pragma once #include <sal/config.h> #include "typedstrdata.hxx" @@ -44,6 +43,4 @@ struct ScFilterEntries } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */