Regina Henschel schrieb:
Hi,

there exist methods
    double ScInterpreter::GammaHelp(double& x, BOOL& bReflect)
and
    double ScInterpreter::GetGamma(double x)
in sc/source/core/tool/interpr3.cxx

The same code exists as functions
    double GammaHelp( double& x, sal_Bool& bReflect )
and
    double Gamma( double x )
in scaddins/source/analysis/analysishelper.cxx

What is the purpose of it? I find no place, where this scaddins functions are really used.

You are right :-)
http://qa.openoffice.org/issues/show_bug.cgi?id=86308



Regards
Dainel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to