summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/ItemPropertyMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/ItemPropertyMap.hxx')
-rw-r--r--chart2/source/controller/inc/ItemPropertyMap.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/ItemPropertyMap.hxx b/chart2/source/controller/inc/ItemPropertyMap.hxx
index 26cd4e88c5a2..ab3f76afde5f 100644
--- a/chart2/source/controller/inc/ItemPropertyMap.hxx
+++ b/chart2/source/controller/inc/ItemPropertyMap.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_CHART2_SOURCE_CONTROLLER_INC_ITEMPROPERTYMAP_HXX
-#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMPROPERTYMAP_HXX
+#pragma once
#include <sal/config.h>
@@ -32,6 +31,4 @@ typedef std::map< ItemConverter::tWhichIdType, std::pair< ItemConverter::tProper
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */