summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorBaran Aytas <barannaytas@gmail.com>2021-08-22 15:57:12 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-08-26 14:24:57 +0200
commitc7bc3f2ee22f6c5d00364947bdef7ece62a060bd (patch)
treea8902b9ae872562545f43a318e4d80ed23cbd647 /chart2
parent8ae94bafbb7405df093cfe13ebe61c0e61ea5556 (diff)
tdf#143148: Use pragma once in chart2
Change-Id: I8ee7542d5be6839f55b3898da8bb275b3d7fe398 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120844 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/inc/helpids.h6
1 files changed, 1 insertions, 5 deletions
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: */