summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-07-13 00:39:56 +0200
committerAndras Timar <atimar@suse.com>2012-07-16 16:30:37 +0200
commit7a6d40a99b44f7693d054ca25f2ba2327c64767c (patch)
tree3ac268f1da4b1435e4e96b05e945a954d03a488b
parent6a7c0710cc063912d912cc95b10415bc717a241f (diff)
openoffice.org -> libreoffice.org
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f Signed-off-by: Andras Timar <atimar@suse.com>
-rw-r--r--wizards/com/sun/star/wizards/ui/event/AbstractListener.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
index fd8ce47572b0..a40ba771e834 100644
--- a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
+++ b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
@@ -100,7 +100,7 @@ public class AbstractListener
System.out.println("=======================================================");
System.out.println("=== Note: An Exception was thrown which should have ===");
System.out.println("=== caused a crash. I caught it. Please report this ===");
- System.out.println("=== to openoffice.org ===");
+ System.out.println("=== to https://www.libreoffice.org/get-help/bug/ ===");
System.out.println("=======================================================");
ite.printStackTrace();
@@ -114,8 +114,8 @@ public class AbstractListener
{
System.out.println("=======================================================");
System.out.println("=== Note: An Exception was thrown which should have ===");
- System.out.println("=== caused a crash. I Catched it. Please report this ==");
- System.out.println("=== to openoffice.org ==");
+ System.out.println("=== caused a crash. I caught it. Please report this ===");
+ System.out.println("=== to https://www.libreoffice.org/get-help/bug/ ===");
System.out.println("=======================================================");
ex.printStackTrace();
}