summaryrefslogtreecommitdiff
path: root/fpicker
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 /fpicker
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 'fpicker')
-rw-r--r--fpicker/source/aqua/SalAquaFilePicker.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm
index e76a30b67203..32c56c6ca635 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -122,7 +122,7 @@ sal_Int16 SAL_CALL SalAquaFilePicker::execute()
implInitialize();
// if m_pDialog is nil after initialization, something must have gone wrong before
- // or there was no initialization (see issue http://www.openoffice.org/issues/show_bug.cgi?id=100214)
+ // or there was no initialization (see issue https://bz.apache.org/ooo/show_bug.cgi?id=100214)
if (m_pDialog == nil) {
m_nDialogType = NAVIGATIONSERVICES_OPEN;
}