[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Nov 5 10:38:32 PDT 2010


 sc/source/core/tool/interpr5.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit af077b4ae4d09c384a818de5ac4e7461a5b0b237
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Nov 5 13:38:18 2010 -0400

    Removed another unnecessary return statement.

diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 759614a..c25f684 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -3186,7 +3186,6 @@ void ScInterpreter::CalculateTrendGrowth(bool _bGrowth)
         }
     }
     PushMatrix(pResMat);
-    return;
 }
 
 


More information about the Libreoffice-commits mailing list