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:
parent
e4da2a54aa
commit
33ca469ee6
1 changed files with 1 additions and 6 deletions
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue