[Libreoffice-commits] .: wizards/com
Lionel Elie Mamane
lmamane at kemper.freedesktop.org
Thu Jul 12 15:39:53 PDT 2012
wizards/com/sun/star/wizards/ui/event/AbstractListener.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit b0f84807ed7cca69a1e7aba18efe9f1917b96274
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Jul 13 00:39:56 2012 +0200
openoffice.org -> libreoffice.org
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
diff --git a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
index 5aad67a..5c9bec2 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();
}
More information about the Libreoffice-commits
mailing list