include/editeng/txtrange.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit bb7cd2946668e3bc7e98411d7e9bfe956cf5eb2e
Author:     Mohamed Ali <mohmedali1462...@gmail.com>
AuthorDate: Thu Nov 14 20:18:45 2024 +0200
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Fri Nov 15 13:00:11 2024 +0100

    tdf#143148 Use #pragma once instead of include guards
    
    Change-Id: If278386d2f6da2b841f57be0b57c189dcade3c3b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176608
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/include/editeng/txtrange.hxx b/include/editeng/txtrange.hxx
index c6661f687dad..e495ae9f96de 100644
--- a/include/editeng/txtrange.hxx
+++ b/include/editeng/txtrange.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_EDITENG_TXTRANGE_HXX
-#define INCLUDED_EDITENG_TXTRANGE_HXX
+#pragma once
 
 #include <editeng/editengdllapi.h>
 #include <tools/gen.hxx>
@@ -78,6 +77,4 @@ public:
     void SetVertical( bool bNew );
 };
 
-#endif      // _TXTRANGE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to