From db0681effb0f04dc0f7ad39fa9410dfb7c647d95 Mon Sep 17 00:00:00 2001 From: khushishikhu Date: Sat, 14 Oct 2023 13:03:34 +0530 Subject: [PATCH] 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 Reviewed-by: Ilmari Lauhakangas --- sw/inc/calbck.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx index 2f0d2d17bcbc..0538ea99265c 100644 --- a/sw/inc/calbck.hxx +++ b/sw/inc/calbck.hxx @@ -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 @@ -428,6 +427,4 @@ SwClient::SwClient( SwModify* pToRegisterIn ) pToRegisterIn->Add(this); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */