summaryrefslogtreecommitdiff
path: root/sw
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 /sw
parent62fd1cfb7eb64ac48d588b667e325c6d80528e33 (diff)
bugs.freedesktop.org -> bugs.libreoffice.org
Change-Id: I56c1190c93333636981acf2dd271515170a8a904
Diffstat (limited to 'sw')
-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
4 files changed, 11 insertions, 11 deletions
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