openoffice.org -> libreoffice.org
Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f
This commit is contained in:
parent
d0e4215b65
commit
b0f84807ed
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue