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(); }