diff options
author | nazanin yadi <nazanin.yadi02@gmail.com> | 2022-07-11 00:09:12 +0430 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-07-10 22:29:14 +0200 |
commit | a93d7e7df6804cd6f1f2fa1ef0e6e95ce6c3752a (patch) | |
tree | e017658909120fca1e527f896755ac1720783dd6 /sfx2/inc | |
parent | 5aad816758652e5a4112527cf477d84e72a724ba (diff) |
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 <serval2412@yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sidebar/ContextChangeBroadcaster.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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: */ |