tdf#143148 use pragma once instead of include guards

Change-Id: I7b082c51a7092e18bdbf5a1fbab3fa4e5a97a28a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176039
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
Harris Popal 2024-11-04 21:33:31 -08:00 committed by Ilmari Lauhakangas
parent afdf42181d
commit 43a8f573ea

View file

@ -16,8 +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_DDEFLD_HXX
#define INCLUDED_SW_INC_DDEFLD_HXX
#pragma once
#include <sfx2/lnkbase.hxx>
#include <svl/hint.hxx>
@ -124,6 +123,4 @@ public:
virtual void SetPar2(const OUString& rStr) override;
};
#endif // INCLUDED_SW_INC_DDEFLD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */