summaryrefslogtreecommitdiff
path: root/forms
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 /forms
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 'forms')
-rw-r--r--forms/qa/integration/forms/MasterDetailForms.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/MasterDetailForms.java b/forms/qa/integration/forms/MasterDetailForms.java
index e13da5d575da..4b448fe04b93 100644
--- a/forms/qa/integration/forms/MasterDetailForms.java
+++ b/forms/qa/integration/forms/MasterDetailForms.java
@@ -265,7 +265,7 @@ public class MasterDetailForms extends complexlib.ComplexTestCase implements com
impl_waitForLoadedEvent();
// now that we set up this, do the actual tests
- // First, http://www.openoffice.org/issues/show_bug.cgi?id=105235 described the problem
+ // First, https://bz.apache.org/ooo/show_bug.cgi?id=105235 described the problem
// that default values in the sub form didn't work when the master form was navigated to a row
// for which no detail records were present, and the default of the column/control is the same
// as the last known value.