From 9a2d8d30ac2e525963c764794bd3d6bd3462f64b Mon Sep 17 00:00:00 2001 From: shubham656 Date: Sat, 7 Nov 2020 17:47:18 +0530 Subject: tdf#124176 Use pragma once instead of inclusive guards Change-Id: I1eafb1e903d44f52eac8a506e6123c0978f00394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105431 Reviewed-by: Michael Stahl Tested-by: Jenkins --- reportdesign/inc/RptDef.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx index f2dd5952684a..91fff4ae2342 100644 --- a/reportdesign/inc/RptDef.hxx +++ b/reportdesign/inc/RptDef.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX -#define INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX +#pragma once #include #include @@ -88,6 +87,4 @@ template < typename T> T getStyleProperty(const css::uno::Reference< css::report } -#endif // INCLUDED_REPORTDESIGN_INC_RPTDEF_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit