diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2018-04-01 14:32:19 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-01 22:23:54 +0200 |
commit | 783bc62734534b3f01339c9922ff354adec05165 (patch) | |
tree | 7c71dc58ad58155a433935c3d1ea1d5b9e6e3392 /chart2/source/tools | |
parent | 6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b (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 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/ThreeDHelper.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/tools/ThreeDHelper.cxx b/chart2/source/tools/ThreeDHelper.cxx index facec9710c8e..764598c66de3 100644 --- a/chart2/source/tools/ThreeDHelper.cxx +++ b/chart2/source/tools/ThreeDHelper.cxx @@ -408,8 +408,8 @@ void ThreeDHelper::convertElevationRotationDegToXYZAngleRad( double& rfXAngleRad, double& rfYAngleRad, double& rfZAngleRad) { // for a description of the algorithm see issue 72994 - //http://www.openoffice.org/issues/show_bug.cgi?id=72994 - //http://www.openoffice.org/nonav/issues/showattachment.cgi/50608/DescriptionCorrected.odt + //https://bz.apache.org/ooo/show_bug.cgi?id=72994 + //https://bz.apache.org/ooo/attachment.cgi?id=50608 lcl_shiftAngleToIntervalZeroTo360( nElevationDeg ); lcl_shiftAngleToIntervalZeroTo360( nRotationDeg ); @@ -590,8 +590,8 @@ void ThreeDHelper::convertXYZAngleRadToElevationRotationDeg( double fXRad, double fYRad, double fZRad) { // for a description of the algorithm see issue 72994 - //http://www.openoffice.org/issues/show_bug.cgi?id=72994 - //http://www.openoffice.org/nonav/issues/showattachment.cgi/50608/DescriptionCorrected.odt + //https://bz.apache.org/ooo/show_bug.cgi?id=72994 + //https://bz.apache.org/ooo/attachment.cgi?id=50608 double R = 0.0; //Rotation in Rad double E = 0.0; //Elevation in Rad |