diff options
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index a82642a8c178..e4af8b713aa5 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -26,6 +26,7 @@ #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/util/XChangesListener.hpp> #include <vcl/timer.hxx> +#include <tools/long.hxx> #include "sddllapi.h" #include <list> #include <vector> @@ -432,7 +433,7 @@ protected: bool mbTimerMode; bool mbRebuilding; - long mnRebuildLockGuard; + ::tools::Long mnRebuildLockGuard; bool mbPendingRebuildRequest; sal_Int32 mbIgnoreChanges; }; |