sw/inc/chpfld.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit b53242ec23cd34f7f42750cd4d01f3384c827b76 Author: LeSci-0x1 <ssc...@csumb.edu> AuthorDate: Thu Oct 31 17:22:50 2024 -0700 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Sat Nov 2 09:03:43 2024 +0100 tdf#143148 use pragma once instead of include guards Change-Id: I8ace16d16c900b6cec8fa454250dcdb1698c0677 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175890 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx index 1032f19b4abe..3b1768a4e37c 100644 --- a/sw/inc/chpfld.hxx +++ b/sw/inc/chpfld.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_INC_CHPFLD_HXX -#define INCLUDED_SW_INC_CHPFLD_HXX +#pragma once #include "fldbas.hxx" @@ -85,6 +84,4 @@ public: virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhich ) override; }; -#endif // INCLUDED_SW_INC_CHPFLD_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */