summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/ppt/pptatom.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/pptatom.hxx')
-rw-r--r--sd/source/filter/ppt/pptatom.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/filter/ppt/pptatom.hxx b/sd/source/filter/ppt/pptatom.hxx
index 6976e2c70cc8..55ee7f6874cf 100644
--- a/sd/source/filter/ppt/pptatom.hxx
+++ b/sd/source/filter/ppt/pptatom.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_FILTER_PPT_PPTATOM_HXX
-#define INCLUDED_SD_SOURCE_FILTER_PPT_PPTATOM_HXX
+#pragma once
#include <filter/msfilter/dffrecordheader.hxx>
@@ -104,6 +103,4 @@ inline sal_uInt32 Atom::getLength() const { return maRecordHeader.nRecLen; }
} // namespace ppt
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */