summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorniket1322git <niket78766@gmail.com>2023-02-22 21:55:03 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-02-23 05:52:01 +0000
commite4fb37353e2f9f998c028319c5fa083bf3eaa4cc (patch)
tree9a72c3b04b2ce055e6af52bdf25038ef1efe0c52 /slideshow
parent05ac57f85eb622b798719db03bbdd07b79e1703a (diff)
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 <serval2412@yahoo.fr> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/inc/attributableshape.hxx5
-rw-r--r--slideshow/source/inc/expressionnode.hxx5
-rw-r--r--slideshow/source/inc/hyperlinkarea.hxx5
3 files changed, 3 insertions, 12 deletions
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: */