diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 09:35:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-29 14:45:43 +0200 |
commit | 73e6a7975b3508c5cfccb3df7c35b0303f87d9bb (patch) | |
tree | 0b9a2c93b1db01dd476be1479022ac5066980db9 /starmath/source/view.cxx | |
parent | 3138abfb052a4241cfca4b8d430c139cca50a85c (diff) |
loplugin:unusedmethods
Change-Id: I7805ac9bc6f8c0aa5ba4804777e7d7c2c29a78f3
Reviewed-on: https://gerrit.libreoffice.org/52066
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 9cbb38e075a7..f64876457931 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -875,11 +875,6 @@ SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default") SFX_VIEW_REGISTRATION(SmDocShell); } -void SmViewShell::AdjustPosSizePixel(const Point &rPos, const Size &rSize) -{ - mpGraphic->SetPosSizePixel(rPos, rSize); -} - void SmViewShell::InnerResizePixel(const Point &rOfs, const Size &rSize, bool) { Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); |