diff options
author | shubham656 <shubham656jain@gmail.com> | 2020-11-07 17:47:18 +0530 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-11-09 12:03:24 +0100 |
commit | 9a2d8d30ac2e525963c764794bd3d6bd3462f64b (patch) | |
tree | fbb63e410ead77f2fb2ae28f75011ea5b7c66425 /reportdesign/inc/RptDef.hxx | |
parent | e5a14bf90bad0696478bbc1504680aae1af7c2e2 (diff) |
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 <michael.stahl@cib.de>
Tested-by: Jenkins
Diffstat (limited to 'reportdesign/inc/RptDef.hxx')
-rw-r--r-- | reportdesign/inc/RptDef.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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 <memory> #include <map> @@ -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: */ |