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/source/svdraw/svdograf.cxx | |
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/source/svdraw/svdograf.cxx')
-rw-r--r-- | svx/source/svdraw/svdograf.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdograf.cxx b/svx/source/svdraw/svdograf.cxx index 025206cbccde..2e5f955b0165 100644 --- a/svx/source/svdraw/svdograf.cxx +++ b/svx/source/svdraw/svdograf.cxx @@ -548,12 +548,6 @@ bool SdrGrafObj::IsEPS() const return mpGraphicObject->IsEPS(); } -// TODO Remove -bool SdrGrafObj::IsSwappedOut() const -{ - return false; -} - MapMode SdrGrafObj::GetGrafPrefMapMode() const { return mpGraphicObject->GetPrefMapMode(); |