summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.hxx
diff options
context:
space:
mode:
authorOnur Yilmaz <onuryilmaz0750@gmail.com>2019-12-18 20:00:14 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-12-19 01:50:29 +0100
commit42a1a1c6b91907f81e15066ffab219411f18c4db (patch)
tree1ae9d0405452de26be7b30f1d1a76fe9533c5102 /cui/source/options/cfgchart.hxx
parent803c3a7824883ccf7d0841aabff591c014d20195 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I2f58499164254eab1d2f628b3b64710e1d2efbeb Reviewed-on: https://gerrit.libreoffice.org/85415 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui/source/options/cfgchart.hxx')
-rw-r--r--cui/source/options/cfgchart.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx
index 4984d1bd31e8..acbe41a9b41e 100644
--- a/cui/source/options/cfgchart.hxx
+++ b/cui/source/options/cfgchart.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CFGCHART_HXX
-#define INCLUDED_CUI_SOURCE_OPTIONS_CFGCHART_HXX
+#pragma once
#include <unotools/configitem.hxx>
#include <svl/poolitem.hxx>
@@ -98,6 +97,4 @@ private:
SvxChartColorTable m_aColorTable;
};
-#endif // INCLUDED_CUI_SOURCE_OPTIONS_CFGCHART_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */