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

New commits:
commit 1ad425812aaa29d0f449a27350a86b90c18c626c
Author:     Johann Lorber <jlor...@linagora.com>
AuthorDate: Wed Dec 4 11:47:36 2024 +0100
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Dec 4 15:30:31 2024 +0100

    tdf#143148: Use pragma once instead of include guards
    
    Change-Id: Iac334c822ab0699b5cc5122e5f2b1a2b9662f58e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177784
    Reviewed-by: Skyler Grey <skyler.g...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/inc/edglbldc.hxx b/sw/inc/edglbldc.hxx
index ede49d8e894e..e585fbe5cd49 100644
--- a/sw/inc/edglbldc.hxx
+++ b/sw/inc/edglbldc.hxx
@@ -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_EDGLBLDC_HXX
-#define INCLUDED_SW_INC_EDGLBLDC_HXX
+#pragma once
 
 #include <o3tl/sorted_vector.hxx>
 
@@ -64,6 +63,4 @@ public:
 
 class SwGlblDocContents : public 
o3tl::sorted_vector<std::unique_ptr<SwGlblDocContent>, o3tl::less_ptr_to > {};
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to