hwpfilter/source/hbox.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit c56556448a47a41b2a1dfbb070dadc051b34d351 Author: Akshay Kumar Dubey <akshaymani...@gmail.com> AuthorDate: Fri Jan 10 13:47:44 2025 +0530 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Jan 10 13:01:58 2025 +0100 tdf#143148 Use pragma once instead of include guards Change-Id: I2dc10e68da2bd573615f7c36e6261d8db209bfc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180050 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h index e07027882350..e27f8fc64c4f 100644 --- a/hwpfilter/source/hbox.h +++ b/hwpfilter/source/hbox.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_HWPFILTER_SOURCE_HBOX_H -#define INCLUDED_HWPFILTER_SOURCE_HBOX_H +#pragma once #include <sal/config.h> @@ -982,6 +981,5 @@ struct FixedSpace: public HBox virtual bool Read(HWPFile &hwpf) override; }; -#endif // INCLUDED_HWPFILTER_SOURCE_HBOX_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */