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.lauhakangas@libreoffice.org>
Tested-by: Jenkins
This commit is contained in:
folandidi 2024-10-16 23:28:08 +01:00 committed by Ilmari Lauhakangas
parent e4da2a54aa
commit 33ca469ee6

View file

@ -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: */