summaryrefslogtreecommitdiffstats
path: root/sd/source/filter/eppt/epptbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/epptbase.hxx')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index 96665991e152..e8ac992e3f1d 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTBASE_HXX
-#define INCLUDED_SD_SOURCE_FILTER_EPPT_EPPTBASE_HXX
+#pragma once
#include <memory>
#include <vector>
@@ -410,6 +409,4 @@ public:
static sal_Int8 GetTransition( css::presentation::FadeEffect eEffect, sal_uInt8& nDirection );
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */