From 783bc62734534b3f01339c9922ff354adec05165 Mon Sep 17 00:00:00 2001 From: dennisroczek Date: Sun, 1 Apr 2018 14:32:19 +0100 Subject: fix some openoffice bugzilla links * remove redirects * use https links * replace old attchment links with working ones Change-Id: Ic9a154f46e142138f0adea7d7b8be3b6cfe8af18 Reviewed-on: https://gerrit.libreoffice.org/52224 Tested-by: Jenkins Reviewed-by: Noel Grandin --- scaddins/source/analysis/bessel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scaddins/source') diff --git a/scaddins/source/analysis/bessel.cxx b/scaddins/source/analysis/bessel.cxx index ee41ce07b8a3..31c092e20c99 100644 --- a/scaddins/source/analysis/bessel.cxx +++ b/scaddins/source/analysis/bessel.cxx @@ -317,7 +317,7 @@ double BesselK( double fNum, sal_Int32 nOrder ) Chapter 6.3.2 , algorithm 6.24 The source is in German. See #i31656# for a commented version of the implementation, attachment #desc6 - http://www.openoffice.org/nonav/issues/showattachment.cgi/63609/Comments%20to%20the%20implementation%20of%20the%20Bessel%20functions.odt + https://bz.apache.org/ooo/attachment.cgi?id=63609 */ /// @throws IllegalArgumentException @@ -372,7 +372,7 @@ double Bessely0( double fX ) } // See #i31656# for a commented version of this implementation, attachment #desc6 -// http://www.openoffice.org/nonav/issues/showattachment.cgi/63609/Comments%20to%20the%20implementation%20of%20the%20Bessel%20functions.odt +// https://bz.apache.org/ooo/attachment.cgi?id=63609 /// @throws IllegalArgumentException /// @throws NoConvergenceException double Bessely1( double fX ) -- cgit