From 5d7a526ee784abc3d83835b9e43047baf5dbe0b9 Mon Sep 17 00:00:00 2001 From: Pelin Kuran Date: Tue, 28 Jan 2020 23:58:59 +0300 Subject: tdf#124176: Use pragma once instead of header guard Change-Id: If7c8b03238889a084070d9e96133b5cccecbe807 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87660 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- sdext/source/minimizer/optimizationstats.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sdext') diff --git a/sdext/source/minimizer/optimizationstats.hxx b/sdext/source/minimizer/optimizationstats.hxx index 6988a1096502..a1af8f30e782 100644 --- a/sdext/source/minimizer/optimizationstats.hxx +++ b/sdext/source/minimizer/optimizationstats.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX -#define INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX +#pragma once #include #include @@ -43,7 +42,4 @@ class OptimizationStats css::beans::PropertyValues GetStatusSequence(); }; - -#endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit