summaryrefslogtreecommitdiffstats
path: root/sd/inc/CustomAnimationCloner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/CustomAnimationCloner.hxx')
-rw-r--r--sd/inc/CustomAnimationCloner.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/inc/CustomAnimationCloner.hxx b/sd/inc/CustomAnimationCloner.hxx
index 52b727c97289..5cc71b0e69ab 100644
--- a/sd/inc/CustomAnimationCloner.hxx
+++ b/sd/inc/CustomAnimationCloner.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_INC_CUSTOMANIMATIONCLONER_HXX
-#define INCLUDED_SD_INC_CUSTOMANIMATIONCLONER_HXX
+#pragma once
#include <com/sun/star/animations/XAnimationNode.hpp>
@@ -31,6 +30,4 @@ Clone(const css::uno::Reference<css::animations::XAnimationNode>& xSourceNode,
const SdPage* pSource = nullptr, const SdPage* pTarget = nullptr);
}
-#endif // INCLUDED_SD_INC_CUSTOMANIMATIONCLONER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */