From d02c15979b90fe356ee814acd77c4f21edeb2b0f Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 19 May 2015 19:48:11 -0500 Subject: Update Apache Bugzilla’s URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f --- sw/qa/core/uwriter.cxx | 2 +- sw/qa/extras/ww8import/ww8import.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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 textDocument(mxComponent, uno::UNO_QUERY); uno::Reference paraEnumAccess(textDocument->getText(), uno::UNO_QUERY); // list of paragraphs -- cgit