slideshow/source/inc/usereventqueue.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 4df99b813f1f0f643ab5f1b7a4f60cef938da13c Author: Mohamed_Ali <mohmedali1462...@gmail.com> AuthorDate: Mon Jan 6 04:26:34 2025 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Mon Jan 6 09:43:11 2025 +0100 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.lauhakan...@libreoffice.org> Tested-by: Jenkins 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: */