summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationList.hxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationList.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx
index 25976bc0e437..9b738188c962 100644
--- a/sd/source/ui/animations/CustomAnimationList.hxx
+++ b/sd/source/ui/animations/CustomAnimationList.hxx
@@ -25,11 +25,12 @@
#include <memory>
#include <vcl/treelistbox.hxx>
-#include <vcl/builder.hxx>
#include <CustomAnimationEffect.hxx>
namespace com { namespace sun { namespace star { namespace drawing { class XShape; } } } }
+class VclBuilder;
+
namespace sd {
typedef std::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr;