diff options
author | Harris Popal <hapopal@csumb.edu> | 2024-11-04 21:33:31 -0800 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-11-11 12:47:54 +0100 |
commit | 43a8f573ea596d75739323ed3878c0e9aecca604 (patch) | |
tree | 3baf373be23014dcdf43dc80303994c359d29b67 /sw/inc | |
parent | afdf42181d0e25afbce7e3a9e958fdde67c2ce7e (diff) |
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.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/ddefld.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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: */ |