sw/source/core/unocore/XMLRangeHelper.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit bcb5a3f2bfcbe93578afdd32f14917860cd9b8e3
Author:     Bogdan Buzea <[email protected]>
AuthorDate: Sun Jun 1 21:17:04 2025 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Sep 5 08:33:55 2025 +0200

    tdf#143148 - Use pragma once instead of include guards
    
    Change-Id: I765f7fd9c0ad94e8acedeb9a62b0570c2cf526ec
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186116
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/source/core/unocore/XMLRangeHelper.hxx 
b/sw/source/core/unocore/XMLRangeHelper.hxx
index 51966860fb53..812c7e5ce068 100644
--- a/sw/source/core/unocore/XMLRangeHelper.hxx
+++ b/sw/source/core/unocore/XMLRangeHelper.hxx
@@ -21,8 +21,7 @@
 //!! This file is an exact copy of the same file in chart2 project
 //!!
 
-#ifndef INCLUDED_SW_SOURCE_CORE_UNOCORE_XMLRANGEHELPER_HXX
-#define INCLUDED_SW_SOURCE_CORE_UNOCORE_XMLRANGEHELPER_HXX
+#pragma once
 
 #include <sal/types.h>
 #include <rtl/ustring.hxx>
@@ -62,7 +61,5 @@ OUString getXMLStringFromCellRange( const CellRange & rRange 
);
 
 } //  namespace XMLRangeHelper
 
-// INCLUDED_SW_SOURCE_CORE_UNOCORE_XMLRANGEHELPER_HXX
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to