sw/inc/ddefld.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 43a8f573ea596d75739323ed3878c0e9aecca604 Author: Harris Popal <hapo...@csumb.edu> AuthorDate: Mon Nov 4 21:33:31 2024 -0800 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Mon Nov 11 12:47:54 2024 +0100 tdf#143148 use pragma once instead of include guards Change-Id: I7b082c51a7092e18bdbf5a1fbab3fa4e5a97a28a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176039 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index 233899b8e28b..9d0ef6fa71f5 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.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_DDEFLD_HXX -#define INCLUDED_SW_INC_DDEFLD_HXX +#pragma once #include <sfx2/lnkbase.hxx> #include <svl/hint.hxx> @@ -124,6 +123,4 @@ public: virtual void SetPar2(const OUString& rStr) override; }; -#endif // INCLUDED_SW_INC_DDEFLD_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */