summaryrefslogtreecommitdiff
path: root/sd/inc/anminfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/anminfo.hxx')
-rw-r--r--sd/inc/anminfo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx
index 7a230c22be1e..0e1c65f5fcbc 100644
--- a/sd/inc/anminfo.hxx
+++ b/sd/inc/anminfo.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SD_ANMINFO_HXX
-#define _SD_ANMINFO_HXX
+#ifndef INCLUDED_SD_INC_ANMINFO_HXX
+#define INCLUDED_SD_INC_ANMINFO_HXX
#include <com/sun/star/presentation/AnimationEffect.hpp>
#include <com/sun/star/presentation/AnimationSpeed.hpp>
@@ -70,6 +70,6 @@ public:
virtual SdrObjUserData* Clone(SdrObject* pObject) const;
};
-#endif // _SD_ANMINFO_HXX
+#endif // INCLUDED_SD_INC_ANMINFO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */