diff options
author | Abrar Emad <eng.abraremad.ae@gmail.com> | 2024-10-16 14:11:13 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-10-16 16:14:52 +0200 |
commit | 8e2369a7813ba7dca75ac30b5ae2a26e181503c6 (patch) | |
tree | a42858a0d8e0bc20a4a734a397ac8c084848589d /include/basic/sbxmeth.hxx | |
parent | d0ffbb841af2a3ca0c87b6d7275b33259a180892 (diff) |
tdf#143148 Use pragma once instead of include guards
Change-Id: I9df35198804cca98cd71c19fa4ef74fb6f47fd5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175013
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/basic/sbxmeth.hxx')
-rw-r--r-- | include/basic/sbxmeth.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx index 23ec6a00e5c9..b1c90d9a3654 100644 --- a/include/basic/sbxmeth.hxx +++ b/include/basic/sbxmeth.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASIC_SBXMETH_HXX -#define INCLUDED_BASIC_SBXMETH_HXX +#pragma once #include <basic/sbxvar.hxx> #include <basic/basicdllapi.h> @@ -39,6 +38,4 @@ public: virtual void Clear() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |