sd/source/ui/view/viewshe2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f2b46e1ceabfda66ad3c8fcb21af07f0f272637f Author: David Tardon <dtar...@redhat.com> Date: Sun Apr 9 10:22:34 2017 +0200 cid#1404932 useless call Change-Id: I49d1fcdfa46d85c1a208678ea5a63069a89cc96f diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index c59680375463..a3f4f91ec719 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -363,7 +363,7 @@ long ViewShell::GetZoom() const { if (mpContentWindow) { - mpContentWindow->GetZoom(); + return mpContentWindow->GetZoom(); } return 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits