openoffice.org -> libreoffice.org

Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
This commit is contained in:
Lionel Elie Mamane 2012-07-13 00:39:56 +02:00
parent d0e4215b65
commit b0f84807ed

View file

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