chart2/source/controller/inc/helpids.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit c7bc3f2ee22f6c5d00364947bdef7ece62a060bd Author: Baran Aytas <[email protected]> AuthorDate: Sun Aug 22 15:57:12 2021 +0300 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Aug 26 14:24:57 2021 +0200 tdf#143148: Use pragma once in chart2 Change-Id: I8ee7542d5be6839f55b3898da8bb275b3d7fe398 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120844 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/chart2/source/controller/inc/helpids.h b/chart2/source/controller/inc/helpids.h index 2867867d6323..5b7244cca95e 100644 --- a/chart2/source/controller/inc/helpids.h +++ b/chart2/source/controller/inc/helpids.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHART_HELPIDS_H -#define CHART_HELPIDS_H +#pragma once #define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT" #define HID_SCH_ERROR_BARS_FROM_DATA "CHART2_SCH_ERROR_BARS_FROM_DATA" @@ -28,7 +27,4 @@ #define HID_SCH_WIZARD_ROADMAP "CHART2_HID_SCH_WIZARD_ROADMAP" #define HID_SCH_DATA_SERIES_LABEL "CHART2_HID_SCH_DATA_SERIES_LABEL" - -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
