diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-27 15:28:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-31 13:14:48 +0200 |
commit | c760d61bad637bf178566884039dd07d81ab17ed (patch) | |
tree | 002ca8929cce81c80644f56a6dc4c002a558cfa4 /svx/inc/sdr | |
parent | f2e2752d75b2c0f65a929ed740deb750cb19a550 (diff) |
remove SdrGrafObj::IsSwappedOut
and consequently a whole bunch of related code
leftover from
commit e4eb416c3ef81d098ed61caabd2077cbbb2418bc
remove swapping and link from GraphicObject and Graphic
Change-Id: I2f8a631441e06aa52db6d9ad247e8ae6be1004ed
Reviewed-on: https://gerrit.libreoffice.org/58195
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx b/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx index 40c57cb0eacd..360009e58f92 100644 --- a/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx +++ b/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx @@ -25,30 +25,12 @@ class SdrGrafObj; -namespace sdr { namespace event { - class AsynchGraphicLoadingEvent; -}} - namespace sdr { namespace contact { class ViewObjectContactOfGraphic final : public ViewObjectContactOfSdrObj { - // allow async loading event helper to call tooling methods - friend class sdr::event::AsynchGraphicLoadingEvent; - - // Member which takes care for the asynch loading events which may be necessary - // for asynch graphics loading. - std::unique_ptr<sdr::event::AsynchGraphicLoadingEvent> mpAsynchLoadEvent; - - // async graphics loading helpers. Only to be used internally or from the - // event helper class (in .cxx file) - void impPrepareGraphicWithAsynchroniousLoading(); - void impPrepareGraphicWithSynchroniousLoading(); - void doAsynchGraphicLoading(); - void forgetAsynchGraphicLoadingEvent(sdr::event::AsynchGraphicLoadingEvent const * pEvent); - const SdrGrafObj& getSdrGrafObj() const; SdrGrafObj& getSdrGrafObj(); |