diff options
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r-- | include/svtools/grfmgr.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index 66cb2ff25280..75fb7742b905 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -311,9 +311,6 @@ private: DECL_LINK( ImplAutoSwapOutHdl, Timer*, void ); - // restart SwapOut timer; this is like touching in a cache to reset to the full timeout value - void SVT_DLLPRIVATE restartSwapOutTimer() const; - // Handle evtl. needed AfterDataChanges, needs to be called when new // graphic data is swapped in/added to the GraphicManager void SVT_DLLPRIVATE ImplAfterDataChange(); @@ -409,8 +406,6 @@ public: bool IsAnimated() const { return mbAnimated; } bool IsEPS() const { return mbEPS; } - Link<Animation*,void> GetAnimationNotifyHdl() const { return GetGraphic().GetAnimationNotifyHdl(); } - bool SwapOut(); bool SwapOut( SvStream* pOStm ); bool SwapIn(); |