tdf#143148 use pragma once and removed include guards

Change-Id: I02ebab47905eaaab0d7f34fa0416b5bbbe8e1b09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157973
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
khushishikhu 2023-10-14 13:03:34 +05:30 committed by Ilmari Lauhakangas
parent 52500239e8
commit db0681effb

View file

@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SW_INC_CALBCK_HXX
#define INCLUDED_SW_INC_CALBCK_HXX
#pragma once
#include <cassert>
@ -428,6 +427,4 @@ SwClient::SwClient( SwModify* pToRegisterIn )
pToRegisterIn->Add(this);
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */