summaryrefslogtreecommitdiff
path: root/sd/inc/CustomAnimationEffect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 6322d365b293..53e08b70c4af 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -25,17 +25,15 @@
#include <com/sun/star/animations/XAudio.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
-
#include <vcl/timer.hxx>
-
#include "sddllapi.h"
-
#include <list>
#include <vector>
#include <map>
#include <memory>
class SdrPathObj;
+class SdrModel;
namespace sd {
@@ -167,7 +165,7 @@ public:
SAL_DLLPRIVATE static sal_Int32 get_node_type( const css::uno::Reference< css::animations::XAnimationNode >& xNode );
SAL_DLLPRIVATE static sal_Int32 getNumberOfSubitems( const css::uno::Any& aTarget, sal_Int16 nIterateType );
- SAL_DLLPRIVATE SdrPathObj* createSdrPathObjFromPath();
+ SAL_DLLPRIVATE SdrPathObj* createSdrPathObjFromPath(SdrModel& rTargetModel);
SAL_DLLPRIVATE void updateSdrPathObjFromPath( SdrPathObj& rPathObj );
SAL_DLLPRIVATE void updatePathFromSdrPathObj( const SdrPathObj& rPathObj );