summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index 080865f1514e..1b0af0b29ab2 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_FILTER_XML_XMLEXPORTITERATOR_HXX
-#define INCLUDED_SC_SOURCE_FILTER_XML_XMLEXPORTITERATOR_HXX
+#pragma once
#include <vector>
#include <list>
@@ -372,6 +371,4 @@ public:
bool GetNext(ScMyCell& aCell, ScFormatRangeStyles* pCellStyles);
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */