diff options
author | Keldin Maldonado (KNM) <kemaldonado@csumb.edu> | 2024-01-28 21:12:54 -0800 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-01-29 10:30:01 +0100 |
commit | 405e3f8815d9117d3f6d93ac4d0031e308a284f0 (patch) | |
tree | 9e2b84faface3940ea83120112d0dfdaa3c24436 /include/sfx2/sfxhtml.hxx | |
parent | 593124f6ef384ce1a1cbc27dd7a43ffa42a50587 (diff) |
tdf#143148 use pragma once instead of include guards
Change-Id: I42c39d991d243191f410ebb8f91940d5922a6fc5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162678
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'include/sfx2/sfxhtml.hxx')
-rw-r--r-- | include/sfx2/sfxhtml.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx index 9f5a03f5b250..418501c8e65d 100644 --- a/include/sfx2/sfxhtml.hxx +++ b/include/sfx2/sfxhtml.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SFX2_SFXHTML_HXX -#define INCLUDED_SFX2_SFXHTML_HXX +#pragma once #include <sal/config.h> #include <sfx2/dllapi.h> @@ -107,7 +106,4 @@ inline bool SfxHTMLParser::ParseAreaOptions(ImageMap * pImageMap, std::u16string nEventMouseOver, nEventMouseOut ); } - -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |