[Libreoffice-commits] core.git: chart2/source

Baran Aytas (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 26 12:25:34 UTC 2021


 chart2/source/controller/inc/helpids.h |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit c7bc3f2ee22f6c5d00364947bdef7ece62a060bd
Author:     Baran Aytas <barannaytas at gmail.com>
AuthorDate: Sun Aug 22 15:57:12 2021 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
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 <ilmari.lauhakangas at libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>

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: */


More information about the Libreoffice-commits mailing list