summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-08-07 21:14:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-08-08 09:30:28 +0200
commit46449722030066473fef54b9766a3bafccef4e25 (patch)
tree14bacfaa9406ffec465d1bb42c9aaff1175dc5cd /include
parentc83a8071666af2f8e96a4b1808d7650ba112f931 (diff)
the TimeEventHandler stuff is dead
ever since commit c760d61bad637bf178566884039dd07d81ab17ed Date: Fri Jul 27 15:28:44 2018 +0200 remove SdrGrafObj::IsSwappedOut Change-Id: I68c98449b98a3ac5da3bf26917ad2a76226f470c Reviewed-on: https://gerrit.libreoffice.org/58707 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdr/contact/objectcontact.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx
index d2bf55036946..eaf74e3dc0ed 100644
--- a/include/svx/sdr/contact/objectcontact.hxx
+++ b/include/svx/sdr/contact/objectcontact.hxx
@@ -30,10 +30,6 @@ namespace tools { class Rectangle; }
class SdrPageView;
class OutputDevice;
-namespace sdr { namespace event {
- class TimerEventHandler;
-}}
-
namespace basegfx {
class B2DRange;
class B2DHomMatrix;
@@ -67,9 +63,6 @@ private:
// support animatedSwitchPrimitives
sdr::animation::primitiveAnimator maPrimitiveAnimator;
- // the EventHandler for e.g. asynchronious loading of graphics
- std::unique_ptr<sdr::event::TimerEventHandler> mpEventHandler;
-
// The redirector. If set it is used to pipe all supported calls
// to the redirector
ViewObjectContactRedirector* mpViewObjectContactRedirector;
@@ -129,13 +122,6 @@ public:
// method to get the primitiveAnimator
sdr::animation::primitiveAnimator& getPrimitiveAnimator() { return maPrimitiveAnimator; }
- // method to get the EventHandler. It will
- // return a existing one or create a new one using CreateEventHandler().
- sdr::event::TimerEventHandler& GetEventHandler() const;
-
- // test if there is an EventHandler without creating one on demand
- bool HasEventHandler() const;
-
// check if text animation is allowed. Default is sal_true.
virtual bool IsTextAnimationAllowed() const;