summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype2
-rwxr-xr-xbin/lo-commit-stat2
-rw-r--r--connectivity/source/parse/sqliterator.cxx2
-rw-r--r--editeng/qa/unit/core-test.cxx2
-rw-r--r--i18npool/qa/cppunit/test_breakiterator.cxx14
-rw-r--r--i18npool/qa/cppunit/test_characterclassification.cxx2
-rw-r--r--l10ntools/source/po.cxx2
-rwxr-xr-xreadlicense_oo/docs/readme.xrm2
-rw-r--r--sal/osl/unx/salinit.cxx2
-rw-r--r--sw/qa/complex/writer/TextPortionEnumerationTest.java2
-rw-r--r--sw/qa/core/uwriter.cxx16
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
-rw-r--r--sw/source/ui/misc/swruler.cxx2
-rw-r--r--tubes/source/manager.cxx2
-rw-r--r--unotools/source/config/historyoptions.cxx4
-rw-r--r--unusedcode.README2
16 files changed, 30 insertions, 30 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index a45281d55da7..f0a6e9cb6e71 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -218,7 +218,7 @@ def get_launchpad_bugs(prefix):
f.write(handle.read())
f.close()
-freedesktop = 'http://bugs.freedesktop.org/buglist.cgi'
+freedesktop = 'http://bugs.libreoffice.org/buglist.cgi'
abisource = 'http://bugzilla.abisource.com/buglist.cgi' #added for abiword
gnome = 'http://bugzilla.gnome.org/buglist.cgi' # added for gnumeric
kde = 'http://bugs.kde.org/buglist.cgi' # added for koffice/calligra
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index fadca4ec71bd..a372eeab00fd 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -17,7 +17,7 @@ my %module_dirname = (
my %bugzillas = (
- fdo => "https://bugs.freedesktop.org/show_bug.cgi?id=",
+ fdo => "https://bugs.libreoffice.org/show_bug.cgi?id=",
bnc => "https://bugzilla.novell.com/show_bug.cgi?id=",
rhbz => "https://bugzilla.redhat.com/show_bug.cgi?id=",
i => "https://issues.apache.org/ooo/show_bug.cgi?id=",
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index a2f9cc407061..e388676320b6 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -595,7 +595,7 @@ const OSQLParseNode* OSQLParseTreeIterator::getTableNode( OSQLTables& _rTables,
// and using its m_aSelectColumns
// This is necessary in stuff like "SELECT * FROM tbl1 INNER JOIN (SELECT foo, bar FROM tbl2) AS tbl3"
// so that setSelectColumnName() can expand the "*" correctly.
- // See e.g. R_UserAndLastSubscription query of https://bugs.freedesktop.org/attachment.cgi?id=71871
+ // See e.g. R_UserAndLastSubscription query of https://bugs.libreoffice.org/attachment.cgi?id=71871
}
else
{
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx
index d0437f4f8c5f..053e6476912e 100644
--- a/editeng/qa/unit/core-test.cxx
+++ b/editeng/qa/unit/core-test.cxx
@@ -296,7 +296,7 @@ private:
}
};
-//https://bugs.freedesktop.org/show_bug.cgi?id=55693
+//https://bugs.libreoffice.org/show_bug.cgi?id=55693
//Two capitalized letters are not corrected if dash or slash are directly
//before the two letters
void Test::testAutocorrect()
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index a81475bc8896..56b105c638b9 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -75,7 +75,7 @@ void TestBreakIterator::testLineBreaking()
i18n::LineBreakUserOptions aUserOptions;
lang::Locale aLocale;
- //See https://bugs.freedesktop.org/show_bug.cgi?id=31271
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=31271
{
OUString aTest("(some text here)");
@@ -95,7 +95,7 @@ void TestBreakIterator::testLineBreaking()
}
}
- //See https://bugs.freedesktop.org/show_bug.cgi?id=49849
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=49849
{
const sal_Unicode HEBREW1[] = { 0x05DE, 0x05D9, 0x05DC, 0x05D9, 0x5DD };
OUString aWord(HEBREW1, SAL_N_ELEMENTS(HEBREW1));
@@ -142,7 +142,7 @@ void TestBreakIterator::testLineBreaking()
}
}
-//See https://bugs.freedesktop.org/show_bug.cgi?id=49629
+//See https://bugs.libreoffice.org/show_bug.cgi?id=49629
void TestBreakIterator::testWordBoundaries()
{
lang::Locale aLocale;
@@ -236,7 +236,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(aBounds.startPos == 88 && aBounds.endPos == 92);
}
- //See https://bugs.freedesktop.org/show_bug.cgi?id=49629
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=49629
sal_Unicode aBreakTests[] = { ' ', 1, 2, 3, 4, 5, 6, 7, 0x91, 0x92, 0x200B, 0xE8FF, 0xF8FF };
for (int mode = i18n::WordType::ANY_WORD; mode <= i18n::WordType::WORD_COUNT; ++mode)
{
@@ -561,7 +561,7 @@ void TestBreakIterator::testWordBoundaries()
}
}
-//See https://bugs.freedesktop.org/show_bug.cgi?id=40292
+//See https://bugs.libreoffice.org/show_bug.cgi?id=40292
//See https://issues.apache.org/ooo/show_bug.cgi?id=80412
//See https://issues.apache.org/ooo/show_bug.cgi?id=111152
//See https://issues.apache.org/ooo/show_bug.cgi?id=50172
@@ -752,7 +752,7 @@ void TestBreakIterator::testWeak()
//A test to ensure that certain ranges and codepoints that are categorized as
//asian remain as asian, so that existing docs that depend on this don't silently
//change font for those asian chars.
-//See https://bugs.freedesktop.org/show_bug.cgi?id=38095
+//See https://bugs.libreoffice.org/show_bug.cgi?id=38095
void TestBreakIterator::testAsian()
{
lang::Locale aLocale;
@@ -883,7 +883,7 @@ void TestBreakIterator::testNorthernThai()
// dictionaries, 4.6 does not.
//A test to ensure that our khmer word boundary detection is useful
-//https://bugs.freedesktop.org/show_bug.cgi?id=52020
+//https://bugs.libreoffice.org/show_bug.cgi?id=52020
void TestBreakIterator::testKhmer()
{
lang::Locale aLocale;
diff --git a/i18npool/qa/cppunit/test_characterclassification.cxx b/i18npool/qa/cppunit/test_characterclassification.cxx
index 10e77f50d702..f3f7342c0e4d 100644
--- a/i18npool/qa/cppunit/test_characterclassification.cxx
+++ b/i18npool/qa/cppunit/test_characterclassification.cxx
@@ -70,7 +70,7 @@ void TestCharacterClassification::testTitleCase()
}
}
-//https://bugs.freedesktop.org/show_bug.cgi?id=69641
+//https://bugs.libreoffice.org/show_bug.cgi?id=69641
void TestCharacterClassification::testStringType()
{
lang::Locale aLocale;
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx
index c7f92d82a3de..fd6050956e49 100644
--- a/l10ntools/source/po.cxx
+++ b/l10ntools/source/po.cxx
@@ -424,7 +424,7 @@ PoHeader::PoHeader( const OString& rExtSrc )
m_pGenPo->setExtractCom("extracted from " + rExtSrc);
m_pGenPo->setMsgStr(
OString("Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?"
+ "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?"
"product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: ") + lcl_GetTime() +
OString("\nPO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm
index e6c1f39c9691..e240d3cd1878 100755
--- a/readlicense_oo/docs/readme.xrm
+++ b/readlicense_oo/docs/readme.xrm
@@ -177,7 +177,7 @@
<div id="ReportBugsIssues">
<h2 id="reportbugs" xml:lang="en-US">Reporting Bugs &amp; Issues</h2>
- <p id="reportbugs1" xml:lang="en-US">Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href="https://bugs.freedesktop.org/">https://bugs.freedesktop.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}.</p>
+ <p id="reportbugs1" xml:lang="en-US">Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href="https://bugs.libreoffice.org/">https://bugs.libreoffice.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}.</p>
</div>
<div id="GettingInvolved">
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
diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java
index 40985ea69f91..37becf1bdf7d 100644
--- a/sw/qa/complex/writer/TextPortionEnumerationTest.java
+++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java
@@ -3291,7 +3291,7 @@ public class TextPortionEnumerationTest
assertFalse("gotoEndOfParagraph(): succeeded", bSuccess);
}
- /** See https://bugs.freedesktop.org/show_bug.cgi?id=49629
+ /** See https://bugs.libreoffice.org/show_bug.cgi?id=49629
ensure that gotoEndOfWord does not fail when footnote is at word end*/
@Test public void testXTextCursor() throws Exception
{
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index c17ae9a9d6c5..3a7a8d456024 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -115,7 +115,7 @@ void SwDocTest::testPageDescName()
CPPUNIT_ASSERT_MESSAGE("GetPageDescName results must be unique", aResults.size() == 3);
}
-//See https://bugs.freedesktop.org/show_bug.cgi?id=32463
+//See https://bugs.libreoffice.org/show_bug.cgi?id=32463
void SwDocTest::testFileNameFields()
{
//Here's a file name with some chars in it that will be %% encoded, when expanding
@@ -323,8 +323,8 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_MESSAGE("Has Text Node", pTxtNode);
- //See https://bugs.freedesktop.org/show_bug.cgi?id=40449
- //See https://bugs.freedesktop.org/show_bug.cgi?id=39365
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=40449
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=39365
//Use a temporary OUString as the arg, as that's the trouble behind
//fdo#40449 and fdo#39365
{
@@ -404,7 +404,7 @@ void SwDocTest::testSwScanner()
}
//See https://issues.apache.org/ooo/show_bug.cgi?id=89042
- //See https://bugs.freedesktop.org/show_bug.cgi?id=53399
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=53399
{
SwDocStat aDocStat;
@@ -439,7 +439,7 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_MESSAGE("Should be 5", aDocStat.nWord == 5);
}
- //See https://bugs.freedesktop.org/show_bug.cgi?id=49629
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=49629
{
SwDocStat aDocStat;
@@ -488,7 +488,7 @@ void SwDocTest::testSwScanner()
aDocStat.Reset();
}
- //See https://bugs.freedesktop.org/show_bug.cgi?id=46757
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=46757
{
SwDocStat aDocStat;
@@ -550,7 +550,7 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_EQUAL(aDocStat.nChar, static_cast<sal_uLong>(0));
}
- //See https://bugs.freedesktop.org/show_bug.cgi?id=38983
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=38983
{
SwDocStat aDocStat;
@@ -661,7 +661,7 @@ void SwDocTest::testSwScanner()
}
}
-//See https://bugs.freedesktop.org/show_bug.cgi?id=40599
+//See https://bugs.libreoffice.org/show_bug.cgi?id=40599
void SwDocTest::testGraphicAnchorDeletion()
{
CPPUNIT_ASSERT_MESSAGE("Expected initial 0 count", m_pDoc->GetDocStat().nChar == 0);
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 50290c91d8c5..66b68867201e 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -3167,7 +3167,7 @@ namespace
// word, something we map to LATIN, so we consider all weaks chars in that range
// to auto-bias to LATIN.
//
-// See https://bugs.freedesktop.org/show_bug.cgi?id=34319 for an example
+// See https://bugs.libreoffice.org/show_bug.cgi?id=34319 for an example
void SwWW8ImplReader::emulateMSWordAddTextToParagraph(const OUString& rAddString)
{
if (rAddString.isEmpty())
diff --git a/sw/source/ui/misc/swruler.cxx b/sw/source/ui/misc/swruler.cxx
index b076dc8933e1..914231b0aff2 100644
--- a/sw/source/ui/misc/swruler.cxx
+++ b/sw/source/ui/misc/swruler.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-// FIX fdo#38246 https://bugs.freedesktop.org/show_bug.cgi?id=38246
+// FIX fdo#38246 https://bugs.libreoffice.org/show_bug.cgi?id=38246
// Design proposal: https://wiki.documentfoundation.org/Design/Whiteboards/Comments_Ruler_Control
// TODO Alpha blend border when it doesn't fit in window
// TODO Delayed highlight fading when user moves mouse over and out the control
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx
index 7d4ee5a7a354..28cac9c66ae1 100644
--- a/tubes/source/manager.cxx
+++ b/tubes/source/manager.cxx
@@ -660,7 +660,7 @@ TeleConference* TeleManager::startGroupSession( TpAccount *pAccount,
static void lcl_ensureLegacyChannel( TpAccount* pAccount, TpContact* pBuddy )
{
/* This is a workaround for a Telepathy bug.
- * <https://bugs.freedesktop.org/show_bug.cgi?id=47760>. The first time you
+ * <https://bugs.libreoffice.org/show_bug.cgi?id=47760>. The first time you
* request a tube to a contact on an account, you actually get two channels
* back: the tube you asked for, along with a legacy Channel.Type.Tubes
* object. This breaks create_and_handle_channel_async(), which expects to
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
diff --git a/unusedcode.README b/unusedcode.README
index a5ffd870e9fa..e95723864982 100644
--- a/unusedcode.README
+++ b/unusedcode.README
@@ -44,4 +44,4 @@ g) there's more actually unused code then what's listed. The idea is that what's
Symbols that are known to be false alarms are listed in: unusedcode.exclude
[1] http://www.skynet.ie/~caolan/Packages/callcatcher.html
-[2] https://bugs.freedesktop.org/show_bug.cgi?id=38832
+[2] https://bugs.libreoffice.org/show_bug.cgi?id=38832