From 4d433b21ec6fdd80e09dc042a8e204e72b1e62c8 Mon Sep 17 00:00:00 2001 From: George Bateman Date: Tue, 4 Aug 2020 12:41:36 +0000 Subject: tdf#124176 Replace 3 include guards with #pragma once These are the include guards mentioned in tdf#124176 as not being compatible with an automated fix. Change-Id: Ia74453b7b96405ad36440dcd8e24759352bd15da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100092 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/source/inc/InternalData.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chart2') diff --git a/chart2/source/inc/InternalData.hxx b/chart2/source/inc/InternalData.hxx index 25ed60606d74..c7407d17fb11 100644 --- a/chart2/source/inc/InternalData.hxx +++ b/chart2/source/inc/InternalData.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_CHART2_SOURCE_INC_INTERNALDATA_HXX -#define INCLUDED_CHART2_SOURCE_INC_INTERNALDATA_HXX +#pragma once #include @@ -92,8 +91,6 @@ private: tVecVecAny m_aColumnLabels;//outer index is column index }; -#endif - } // namespace chart /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit