From 7fb85fa0f0a85384f085b13e7d08113f63392445 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Tue, 23 Mar 2021 20:02:02 +0100 Subject: tdf#124176 Use pragma once in sd Change-Id: Ic439140d9ecdcdee9272185bd3c2d11e11288f07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112051 Reviewed-by: Ilmari Lauhakangas Tested-by: Ilmari Lauhakangas --- sd/inc/helper/simplereferencecomponent.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sd/inc/helper') diff --git a/sd/inc/helper/simplereferencecomponent.hxx b/sd/inc/helper/simplereferencecomponent.hxx index 3417f4bda1f7..89e43639e466 100644 --- a/sd/inc/helper/simplereferencecomponent.hxx +++ b/sd/inc/helper/simplereferencecomponent.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX -#define INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX +#pragma once #include @@ -61,6 +60,4 @@ private: }; } -#endif // _SALHELPER_SimpleReferenceComponent_HXX_ - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit