diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-28 21:12:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 08:37:19 +0200 |
commit | 47ccda36fc80b40928b0e12e7dc1052ff0f98654 (patch) | |
tree | 63f683c06882c564532cd672cbf6f0762fcce9d8 /sfx2 | |
parent | 57871f98d30c0283969de1a41e72f5838d6c0eb0 (diff) |
loplugin:virtualdown in sfx2
Change-Id: I51e79a4a3d2c799e69bc13c66b5b84056bee6206
Reviewed-on: https://gerrit.libreoffice.org/52034
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 6 | ||||
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 10 |
2 files changed, 0 insertions, 16 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index e36a3c949c5b..f6c6e42b706a 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -3521,12 +3521,6 @@ bool SfxObjectShell::InsertGeneratedStream(SfxMedium&, return false; } -void SfxObjectShell::CheckConfigOptions() -{ - // not handled. Each app's shell needs to overwrite this method to add handler. - SetConfigOptionsChecked(true); -} - bool SfxObjectShell::IsConfigOptionsChecked() const { return pImpl->m_bConfigOptionsChecked; diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index defb4a6d9f91..681b24258a58 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -858,16 +858,6 @@ void SfxViewShell::Deactivate(bool /*bMDI*/) } -void SfxViewShell::AdjustPosSizePixel -( - const Point& /*rToolOffset*/,// Upper left corner Tools in Frame-Window - const Size& /*rSize*/ // All available sizes. -) - -{ -} - - void SfxViewShell::Move() /* [Description] |