summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed_Ali <mohmedali1462005@gmail.com>2025-01-06 04:26:34 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2025-01-06 09:43:11 +0100
commit4df99b813f1f0f643ab5f1b7a4f60cef938da13c (patch)
treeba1abe2475f5ee5fc5c0ece37867293b463278ae
parentde8b935e16d463c632f3311294869479c56f1201 (diff)
tdf#143148 Use #pragma once instead of include guards
Change-Id: I2d2bf71e90f803773b46a0a7f9fd72184f2d3d46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177208 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Jenkins
-rw-r--r--slideshow/source/inc/usereventqueue.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx
index 785a8bdf3764..b15c00b77999 100644
--- a/slideshow/source/inc/usereventqueue.hxx
+++ b/slideshow/source/inc/usereventqueue.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SLIDESHOW_SOURCE_INC_USEREVENTQUEUE_HXX
-#define INCLUDED_SLIDESHOW_SOURCE_INC_USEREVENTQUEUE_HXX
+#pragma once
#include <com/sun/star/animations/XAnimationNode.hpp>
@@ -264,6 +263,4 @@ private:
} // namespace presentation::internal
-#endif // INCLUDED_SLIDESHOW_SOURCE_INC_USEREVENTQUEUE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */