summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2018-04-01 14:32:19 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-01 22:23:54 +0200
commit783bc62734534b3f01339c9922ff354adec05165 (patch)
tree7c71dc58ad58155a433935c3d1ea1d5b9e6e3392 /scaddins
parent6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/analysis/bessel.cxx4
1 files changed, 2 insertions, 2 deletions
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 )