summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype2
-rwxr-xr-xbin/lo-commit-stat2
-rw-r--r--external/nss/README2
-rw-r--r--i18npool/qa/cppunit/test_breakiterator.cxx34
-rw-r--r--i18npool/qa/cppunit/test_characterclassification.cxx2
-rw-r--r--sot/source/sdstor/stgole.cxx2
-rw-r--r--starmath/source/parse.cxx6
-rw-r--r--svl/qa/unit/svl.cxx2
-rw-r--r--sw/qa/core/uwriter.cxx2
-rw-r--r--sw/qa/extras/ww8import/ww8import.cxx2
10 files changed, 28 insertions, 28 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 53108e2e2315..8b0b4c5049e1 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -328,7 +328,7 @@ rss_bugzillas = {
# NOTE: I am leaving it in the list, commented out, just so someone
# does not add it back immediately .-)
# 'novell': 'https://bugzilla.novell.com/buglist.cgi',
- 'ooo': 'https://issues.apache.org/ooo/buglist.cgi',
+ 'ooo': 'https://bz.apache.org/ooo/buglist.cgi',
'tdf': 'http://bugs.documentfoundation.org/buglist.cgi',
}
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index a372eeab00fd..5a68820da868 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -20,7 +20,7 @@ my %bugzillas = (
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=",
+ i => "https://bz.apache.org/ooo/show_bug.cgi?id=",
fate => "https://features.opensuse.org/",
);
diff --git a/external/nss/README b/external/nss/README
index 89498a7894c3..0c5adf808ce4 100644
--- a/external/nss/README
+++ b/external/nss/README
@@ -74,7 +74,7 @@ tools if they use system libraries which are linked with the system
sqlite. Therefore we deliver it into lib/sqlite on unix systems.
See also issue:
-[https://issues.apache.org/ooo/show_bug.cgi?id=106132]
+[https://bz.apache.org/ooo/show_bug.cgi?id=106132]
== system NSS on Linux ==
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index bd5ef43b5337..be4dd6d13935 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -113,7 +113,7 @@ void TestBreakIterator::testLineBreaking()
}
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=17155
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=17155
{
OUString aTest("foo /bar/baz");
@@ -128,7 +128,7 @@ void TestBreakIterator::testLineBreaking()
}
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=19716
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=19716
{
OUString aTest("aaa]aaa");
@@ -153,7 +153,7 @@ void TestBreakIterator::testWordBoundaries()
i18n::Boundary aBounds;
- //See https://issues.apache.org/ooo/show_bug.cgi?id=11993
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=11993
{
OUString aTest("abcd ef ghi??? KLM");
@@ -184,7 +184,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(aBounds.startPos == 16 && aBounds.endPos == 19);
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=21907
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=21907
{
OUString aTest("b a?");
@@ -201,7 +201,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(m_xBreak->isEndWord(aTest, 3, aLocale, i18n::WordType::ANYWORD_IGNOREWHITESPACES));
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=14904
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=14904
{
const sal_Unicode TEST[] =
{
@@ -303,7 +303,7 @@ void TestBreakIterator::testWordBoundaries()
}
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=13494
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=13494
{
const OUString aBase("xxAAxxBBxxCCxx");
const sal_Unicode aTests[] =
@@ -383,7 +383,7 @@ void TestBreakIterator::testWordBoundaries()
}
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=13451
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=13451
{
aLocale.Language = "ca";
aLocale.Country = "ES";
@@ -404,7 +404,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected));
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=85411
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=85411
for (int j = 0; j < 3; ++j)
{
switch (j)
@@ -446,7 +446,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected));
}
- //https://issues.apache.org/ooo/show_bug.cgi?id=21290
+ //https://bz.apache.org/ooo/show_bug.cgi?id=21290
for (int j = 0; j < 2; ++j)
{
switch (j)
@@ -487,8 +487,8 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(i == SAL_N_ELEMENTS(aExpected));
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=58513
- //See https://bugs.freedesktop.org/show_bug.cgi?id=55707
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=58513
+ //See https://bugs.libreoffice.org/show_bug.cgi?id=55707
{
aLocale.Language = "fi";
aLocale.Country = "FI";
@@ -529,7 +529,7 @@ void TestBreakIterator::testWordBoundaries()
}
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=107843
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=107843
{
aLocale.Language = "en";
aLocale.Country = "US";
@@ -547,7 +547,7 @@ void TestBreakIterator::testWordBoundaries()
CPPUNIT_ASSERT(aBounds.startPos == 6 && aBounds.endPos == 9);
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=113785
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=113785
{
aLocale.Language = "en";
aLocale.Country = "US";
@@ -570,9 +570,9 @@ void TestBreakIterator::testWordBoundaries()
}
//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
+//See https://bz.apache.org/ooo/show_bug.cgi?id=80412
+//See https://bz.apache.org/ooo/show_bug.cgi?id=111152
+//See https://bz.apache.org/ooo/show_bug.cgi?id=50172
void TestBreakIterator::testGraphemeIteration()
{
lang::Locale aLocale;
@@ -834,7 +834,7 @@ void TestBreakIterator::testThai()
aBounds.startPos == 0 && aBounds.endPos == aTest.getLength());
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=29548
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=29548
//make sure forwards and back are consistent
{
const sal_Unicode THAI[] =
diff --git a/i18npool/qa/cppunit/test_characterclassification.cxx b/i18npool/qa/cppunit/test_characterclassification.cxx
index cfcd2a113953..0de2bbbabb6f 100644
--- a/i18npool/qa/cppunit/test_characterclassification.cxx
+++ b/i18npool/qa/cppunit/test_characterclassification.cxx
@@ -39,7 +39,7 @@ private:
//A test to ensure that our Title Case functionality is working
//http://lists.freedesktop.org/archives/libreoffice/2012-June/032767.html
-//https://issues.apache.org/ooo/show_bug.cgi?id=30863
+//https://bz.apache.org/ooo/show_bug.cgi?id=30863
void TestCharacterClassification::testTitleCase()
{
lang::Locale aLocale;
diff --git a/sot/source/sdstor/stgole.cxx b/sot/source/sdstor/stgole.cxx
index 2fcbffabf1e5..4987b3d67f30 100644
--- a/sot/source/sdstor/stgole.cxx
+++ b/sot/source/sdstor/stgole.cxx
@@ -129,7 +129,7 @@ bool StgCompObjStream::Load()
//the actual codepage used doesn't seem to be specified/stored
//anywhere :-(. Might as well pick 1252 and be consistent on
//all platforms and envs
- //https://issues.apache.org/ooo/attachment.cgi?id=68668
+ //https://bz.apache.org/ooo/attachment.cgi?id=68668
//for a good edge-case example
aUserName = nStrLen ? OUString( p.get(), nStrLen, RTL_TEXTENCODING_MS_1252 ) : OUString();
nCbFormat = ReadClipboardFormat( *this );
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index fd7bd31e0760..cde1214f2072 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -401,7 +401,7 @@ void SmParser::NextToken()
// Try to parse a number. This should be independent from the locale
// setting, so temporarily set the language to English.
- // See https://issues.apache.org/ooo/show_bug.cgi?id=45779
+ // See https://bz.apache.org/ooo/show_bug.cgi?id=45779
LanguageTag aOldLoc(aCC.getLanguageTag());
aCC.setLanguageTag(LanguageTag(m_aDotLoc));
aRes = aCC.parsePredefinedToken(KParseType::ASC_NUMBER,
@@ -1409,8 +1409,8 @@ void SmParser::Term(bool bGroupNumberIdent)
// although e.g. LaTeX or AsciiMath interpret that as "x_2 n".
// The tokenizer skips whitespaces so we need some additional
// work to distinguish from "x_2 n".
- // See https://issues.apache.org/ooo/show_bug.cgi?id=11752 and
- // https://www.libreoffice.org/bugzilla/show_bug.cgi?id=55853
+ // See https://bz.apache.org/ooo/show_bug.cgi?id=11752 and
+ // https://bugs.libreoffice.org/show_bug.cgi?id=55853
sal_Int32 nBufLen = m_aBufferString.getLength();
CharClass aCC(SM_MOD()->GetSysLocale().GetLanguageTag());
sal_Int32 nTokens = 1;
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index d1da378b0faf..d3bf59bb2cd0 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -445,7 +445,7 @@ void Test::testFdo60915()
}
}
-// https://issues.apache.org/ooo/show_bug.cgi?id=116701
+// https://bz.apache.org/ooo/show_bug.cgi?id=116701
void Test::testI116701()
{
LanguageType eLang = LANGUAGE_CHINESE_TRADITIONAL;
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index a2b2d7441555..6e7e3092942f 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -639,7 +639,7 @@ void SwDocTest::testSwScanner()
CPPUNIT_ASSERT_MESSAGE("128 characters", aDocStat.nChar == 128);
}
- //See https://issues.apache.org/ooo/show_bug.cgi?id=89042
+ //See https://bz.apache.org/ooo/show_bug.cgi?id=89042
//See https://bugs.libreoffice.org/show_bug.cgi?id=53399
{
SwDocStat aDocStat;
diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx
index 6f4f75bcf774..87fde3728ec8 100644
--- a/sw/qa/extras/ww8import/ww8import.cxx
+++ b/sw/qa/extras/ww8import/ww8import.cxx
@@ -190,7 +190,7 @@ DECLARE_WW8IMPORT_TEST(testAllGapsWord, "all_gaps_word.doc")
DECLARE_WW8IMPORT_TEST(testI120158, "i120158.doc")
{
- // See https://issues.apache.org/ooo/show_bug.cgi?id=120158
+ // See https://bz.apache.org/ooo/show_bug.cgi?id=120158
uno::Reference<text::XTextDocument> textDocument(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XEnumerationAccess> paraEnumAccess(textDocument->getText(), uno::UNO_QUERY);
// list of paragraphs