summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-07-13 00:39:56 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2012-07-13 00:40:49 +0200
commitb0f84807ed7cca69a1e7aba18efe9f1917b96274 (patch)
tree5f9680fe953a5f1db7881b2cc8fd960df3bb36fc /wizards
parentd0e4215b653b0fab6718b06a5dc0e566170f538d (diff)
openoffice.org -> libreoffice.org
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
Diffstat (limited to 'wizards')
-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 5aad67a3a34a..5c9bec24e09b 100644
--- a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
+++ b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
@@ -91,7 +91,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();
@@ -105,8 +105,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();
}