summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index 28527c6c06f8..7393a7b34848 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_CHART_TRANSPORTTYPES_HXX
-#define INCLUDED_XMLOFF_SOURCE_CHART_TRANSPORTTYPES_HXX
+#pragma once
#include <com/sun/star/chart2/XDataSeries.hpp>
#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp>
@@ -211,6 +210,4 @@ struct DataRowPointStyle
typedef ::std::multimap< OUString, css::uno::Reference<
css::chart2::data::XDataSequence > > tSchXMLRangeSequenceMap;
-#endif // INCLUDED_XMLOFF_SOURCE_CHART_TRANSPORTTYPES_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */