hwpfilter/source/attributes.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
New commits: commit 33ca469ee6f0249582e0ed7f623b79848edbccb1 Author: folandidi <ndidiamakaog...@gmail.com> AuthorDate: Wed Oct 16 23:28:08 2024 +0100 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Tue Oct 22 14:06:42 2024 +0200 tdf#143148: Use pragma once instead of include guards Change-Id: I798ffbdf9acd44ba45cebc0a5c41249fd53c49bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175035 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Tested-by: Jenkins diff --git a/hwpfilter/source/attributes.hxx b/hwpfilter/source/attributes.hxx index 09dc26a03b1f..5b363e784327 100644 --- a/hwpfilter/source/attributes.hxx +++ b/hwpfilter/source/attributes.hxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifndef INCLUDED_HWPFILTER_SOURCE_ATTRIBUTES_HXX -#define INCLUDED_HWPFILTER_SOURCE_ATTRIBUTES_HXX +#pragma once #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <cppuhelper/implbase.hxx> @@ -55,7 +53,4 @@ private: std::unique_ptr<AttributeListImpl_impl> m_pImpl; }; -#endif // INCLUDED_HWPFILTER_SOURCE_ATTRIBUTES_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */