diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/aqua/SalAquaFilePicker.mm | 2 |
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; } |