tdf#143148 Use pragma once instead of include guards

Change-Id: Ibaa1f275cd4ef5a56b8014bf99013aa511a2c413
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145648
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
DowdyJ 2023-01-17 02:17:14 +00:00 committed by Ilmari Lauhakangas
parent 0b471dc61b
commit b8cda1fe1c

View File

@ -16,9 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SW_INC_TEXTCURSORHELPER_HXX
#define INCLUDED_SW_INC_TEXTCURSORHELPER_HXX
#pragma once
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/implbase1.hxx>
@ -44,6 +42,4 @@ protected:
~OTextCursorHelper() {}
};
#endif // INCLUDED_SW_INC_TEXTCURSORHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */