summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-17 08:33:01 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-17 08:33:01 +0100
commit1ba111343eadfc9da58e229d0bc19222819229fd (patch)
tree33b2be5b3f155e2e3c1f6df4c7fce9ec06caa94b /sal
parent62fd1cfb7eb64ac48d588b667e325c6d80528e33 (diff)
bugs.freedesktop.org -> bugs.libreoffice.org
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/salinit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/salinit.cxx b/sal/osl/unx/salinit.cxx
index d612dbd72cd9..07c0955a36fd 100644
--- a/sal/osl/unx/salinit.cxx
+++ b/sal/osl/unx/salinit.cxx
@@ -49,7 +49,7 @@ void sal_detail_initialize(int argc, char ** argv) {
// On OS X when not sandboxed, soffice can restart itself via exec (see
// restartOnMac in desktop/source/app/app.cxx), which leaves all file
// descriptors open, which in turn can have unwanted effects (see
- // <https://bugs.freedesktop.org/show_bug.cgi?id=50603> "Unable to update
+ // <https://bugs.libreoffice.org/show_bug.cgi?id=50603> "Unable to update
// LibreOffice without resetting user profile"). But closing fds in
// restartOnMac before calling exec does not work, as additional threads
// might still be running then, which can still use those fds and cause