sfx2/inc/sidebar/ContextChangeBroadcaster.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit a93d7e7df6804cd6f1f2fa1ef0e6e95ce6c3752a Author: nazanin yadi <[email protected]> AuthorDate: Mon Jul 11 00:09:12 2022 +0430 Commit: Hossein <[email protected]> CommitDate: Sun Jul 10 22:29:14 2022 +0200 tdf#143148 Use pragma once instead of include guards Change-Id: Ibbcfa123032cfbe141e6f33ff1f65054f129d3ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136682 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins Reviewed-by: Hossein <[email protected]> diff --git a/sfx2/inc/sidebar/ContextChangeBroadcaster.hxx b/sfx2/inc/sidebar/ContextChangeBroadcaster.hxx index 49770da76c10..d88ba98f9de9 100644 --- a/sfx2/inc/sidebar/ContextChangeBroadcaster.hxx +++ b/sfx2/inc/sidebar/ContextChangeBroadcaster.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SFX2_INC_SIDEBAR_CONTEXTCHANGEBROADCASTER_HXX -#define INCLUDED_SFX2_INC_SIDEBAR_CONTEXTCHANGEBROADCASTER_HXX +#pragma once #include <com/sun/star/frame/XFrame.hpp> @@ -62,6 +61,4 @@ private: } // end of namespace ::sd::sidebar -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
