[Libreoffice-commits] core.git: sd/source

David Tardon dtardon at redhat.com
Sun Apr 9 08:23:37 UTC 2017


 sd/source/ui/view/viewshe2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2b46e1ceabfda66ad3c8fcb21af07f0f272637f
Author: David Tardon <dtardon at 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;


More information about the Libreoffice-commits mailing list