slideshow/source/inc/attributableshape.hxx |    5 +----
 slideshow/source/inc/expressionnode.hxx    |    5 +----
 slideshow/source/inc/hyperlinkarea.hxx     |    5 +----
 3 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit e4fb37353e2f9f998c028319c5fa083bf3eaa4cc
Author:     niket1322git <niket78...@gmail.com>
AuthorDate: Wed Feb 22 21:55:03 2023 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Feb 23 05:52:01 2023 +0000

    tdf#143148 Use pragma once instead of include guards
    
    Change-Id: I3d3c34f5f131578c7208c12462f03efac357fa05
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147484
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/slideshow/source/inc/attributableshape.hxx 
b/slideshow/source/inc/attributableshape.hxx
index d903c3b2abbb..f250b60d0e6d 100644
--- a/slideshow/source/inc/attributableshape.hxx
+++ b/slideshow/source/inc/attributableshape.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_ATTRIBUTABLESHAPE_HXX
-#define INCLUDED_SLIDESHOW_SOURCE_INC_ATTRIBUTABLESHAPE_HXX
+#pragma once
 
 #include <memory>
 
@@ -215,6 +214,4 @@ namespace slideshow::internal
 
 }
 
-#endif // INCLUDED_SLIDESHOW_SOURCE_INC_ATTRIBUTABLESHAPE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/slideshow/source/inc/expressionnode.hxx 
b/slideshow/source/inc/expressionnode.hxx
index 6f9139012e12..7e3e674a8814 100644
--- a/slideshow/source/inc/expressionnode.hxx
+++ b/slideshow/source/inc/expressionnode.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_EXPRESSIONNODE_HXX
-#define INCLUDED_SLIDESHOW_SOURCE_INC_EXPRESSIONNODE_HXX
+#pragma once
 
 /* Definition of ExpressionNode interface */
 
@@ -73,6 +72,4 @@ namespace slideshow::internal
 
 }
 
-#endif // INCLUDED_SLIDESHOW_SOURCE_INC_EXPRESSIONNODE_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/slideshow/source/inc/hyperlinkarea.hxx 
b/slideshow/source/inc/hyperlinkarea.hxx
index d7d760c081f7..7ee124d43649 100644
--- a/slideshow/source/inc/hyperlinkarea.hxx
+++ b/slideshow/source/inc/hyperlinkarea.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_HYPERLINKAREA_HXX
-#define INCLUDED_SLIDESHOW_SOURCE_INC_HYPERLINKAREA_HXX
+#pragma once
 
 #include <rtl/ustring.hxx>
 
@@ -93,6 +92,4 @@ namespace slideshow::internal
 
 }
 
-#endif // INCLUDED_SLIDESHOW_SOURCE_INC_HYPERLINKAREA_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to