From 1d203d95479d16049c2edb6fa6fc927c1d97067f Mon Sep 17 00:00:00 2001 From: George Bateman Date: Wed, 5 Aug 2020 15:36:19 +0000 Subject: tdf#124176 Use #pragma once in chart2 This commit was carried out mostly by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ifee23b494264f895e5612952d0875cac064e4132 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100181 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/source/view/axes/VCartesianAxis.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chart2/source/view/axes/VCartesianAxis.hxx') diff --git a/chart2/source/view/axes/VCartesianAxis.hxx b/chart2/source/view/axes/VCartesianAxis.hxx index 1c020bc4174c..7474c38b6c49 100644 --- a/chart2/source/view/axes/VCartesianAxis.hxx +++ b/chart2/source/view/axes/VCartesianAxis.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_VIEW_AXES_VCARTESIANAXIS_HXX -#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANAXIS_HXX +#pragma once #include "VAxisBase.hxx" #include @@ -157,6 +156,5 @@ private: //methods }; } //namespace chart -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit