diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-11-17 08:33:01 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-17 08:33:01 +0100 |
commit | 1ba111343eadfc9da58e229d0bc19222819229fd (patch) | |
tree | 33b2be5b3f155e2e3c1f6df4c7fce9ec06caa94b /unotools | |
parent | 62fd1cfb7eb64ac48d588b667e325c6d80528e33 (diff) |
bugs.freedesktop.org -> bugs.libreoffice.org
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/historyoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index def2ed4fc439..404b409b5ad7 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source/config/historyoptions.cxx @@ -406,7 +406,7 @@ Sequence< Sequence< PropertyValue > > SvtHistoryOptions_Impl::GetList( EHistoryT } catch(const css::uno::Exception& ex) { - // <https://bugs.freedesktop.org/show_bug.cgi?id=46074> + // <https://bugs.libreoffice.org/show_bug.cgi?id=46074> // "FILEOPEN: No Recent Documents..." discusses a problem // with corrupted /org.openoffice.Office/Histories/Histories // configuration items; to work around that problem, simply @@ -536,7 +536,7 @@ void SvtHistoryOptions_Impl::AppendItem( EHistoryType eHistory , } catch (css::container::NoSuchElementException &) { - // <https://bugs.freedesktop.org/show_bug.cgi?id=46074> + // <https://bugs.libreoffice.org/show_bug.cgi?id=46074> // "FILEOPEN: No Recent Documents..." discusses a problem // with corrupted /org.openoffice.Office/Histories/Histories // configuration items; to work around that problem, simply |