diff options
Diffstat (limited to 'sd/source/ui/inc/unoaprms.hxx')
-rw-r--r-- | sd/source/ui/inc/unoaprms.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx index 833ac0b1286b..87bcabfc18ea 100644 --- a/sd/source/ui/inc/unoaprms.hxx +++ b/sd/source/ui/inc/unoaprms.hxx @@ -61,8 +61,6 @@ class SdAnimationPrmsUndoAction : public SdUndoAction Color aNewDimColor; OUString aOldSoundFile; OUString aNewSoundFile; - SdrPathObj* pOldPathObj; - SdrPathObj* pNewPathObj; css::presentation::ClickAction eOldClickAction; css::presentation::ClickAction eNewClickAction; OUString aOldBookmark; @@ -101,8 +99,6 @@ public: , eNewSecondEffect(css::presentation::AnimationEffect_NONE) , eOldSecondSpeed(css::presentation::AnimationSpeed_SLOW) , eNewSecondSpeed(css::presentation::AnimationSpeed_SLOW) - , pOldPathObj(nullptr) - , pNewPathObj(nullptr) , eOldClickAction(css::presentation::ClickAction_NONE) , eNewClickAction(css::presentation::ClickAction_NONE) , nOldVerb(0) @@ -131,8 +127,6 @@ public: { aOldSoundFile = aTheOldSound; aNewSoundFile = aTheNewSound; } void SetPlayFull(bool bTheOldPlayFull, bool bTheNewPlayFull) { bOldPlayFull = bTheOldPlayFull; bNewPlayFull = bTheNewPlayFull; } - void SetPathObj(SdrPathObj* pTheOldPath, SdrPathObj* pTheNewPath) - { pOldPathObj = pTheOldPath; pNewPathObj = pTheNewPath; } void SetClickAction(css::presentation::ClickAction eTheOldAction, css::presentation::ClickAction eTheNewAction) { eOldClickAction = eTheOldAction; eNewClickAction = eTheNewAction; } void SetBookmark(const OUString& aTheOldBookmark, const OUString& aTheNewBookmark) |