summaryrefslogtreecommitdiff
path: root/include/svtools/grfmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 10:21:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 10:23:35 +0000
commit7da765dde1800aa607f96e7a5807582ad2894acb (patch)
treeb7c3027f51f9b41133f25c19697965dd28fec7bb /include/svtools/grfmgr.hxx
parentc19d2b276b7a28c07315cf60cb0965098a935e5f (diff)
loplugin:expandablemethods in svtools
Change-Id: I126cc87c890867c3e762f86969a20d64aef63108 Reviewed-on: https://gerrit.libreoffice.org/30314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r--include/svtools/grfmgr.hxx5
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();