sw/inc/calbck.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit db0681effb0f04dc0f7ad39fa9410dfb7c647d95
Author:     khushishikhu <dpskhu13...@gmail.com>
AuthorDate: Sat Oct 14 13:03:34 2023 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sun Oct 15 12:08:09 2023 +0200

    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.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

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 <cassert>
 
@@ -428,6 +427,4 @@ SwClient::SwClient( SwModify* pToRegisterIn )
         pToRegisterIn->Add(this);
 }
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to