summaryrefslogtreecommitdiff
path: root/chart2/inc/unonames.hxx
diff options
context:
space:
mode:
authorGökay ŞATIR <gokaysatir@gmail.com>2019-12-24 15:30:17 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-12-27 13:34:09 +0100
commitc309d478b8304d8779bb2a49e96ac12527762e38 (patch)
tree8bf650225e6c29d6c33a8cee4f534de6f7c6c3d6 /chart2/inc/unonames.hxx
parent9c64e8a2948c379c537ee0882afa57882facb26e (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I018548a2875936f463ae41784ef5d16cb54127bc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85781 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'chart2/inc/unonames.hxx')
-rw-r--r--chart2/inc/unonames.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/inc/unonames.hxx b/chart2/inc/unonames.hxx
index ba8011431809..8f4c855d3766 100644
--- a/chart2/inc/unonames.hxx
+++ b/chart2/inc/unonames.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_CHART2_INC_UNONAMES_HXX
-#define INCLUDED_CHART2_INC_UNONAMES_HXX
+#pragma once
#define CHART_UNONAME_SORT_BY_XVALUES "SortByXValues"
#define CHART_UNONAME_SPLINE_TYPE "SplineType"
@@ -30,6 +29,4 @@
#define CHART_UNONAME_LABEL_BORDER_TRANS "LabelBorderTransparency"
#define CHART_UNONAME_CUSTOM_LABEL_FIELDS "CustomLabelFields"
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */