[Libreoffice-commits] core.git: Branch 'aoo/trunk' - wizards/com

Matthias Seidel (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 20:08:28 UTC 2019


 wizards/com/sun/star/wizards/ui/DocumentPreview.java |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ed76f39cedcebf942ff926052c5730f124955d0a
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Wed May 29 19:29:04 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Wed May 29 19:29:04 2019 +0000

    Cleaned up whitespace, fixed typos

diff --git a/wizards/com/sun/star/wizards/ui/DocumentPreview.java b/wizards/com/sun/star/wizards/ui/DocumentPreview.java
index d25d469cb51f..a4a678c2a12e 100644
--- a/wizards/com/sun/star/wizards/ui/DocumentPreview.java
+++ b/wizards/com/sun/star/wizards/ui/DocumentPreview.java
@@ -45,7 +45,7 @@ public class DocumentPreview
 {
 
     /**
-     * The window in which the preview is showed.
+     * The window in which the preview is shown.
      */
     private XWindow xWindow;
     /**
@@ -67,7 +67,7 @@ public class DocumentPreview
 
     - create new frame with window inside
     - load a component as preview into this frame
-     */
+    */
     public DocumentPreview(XMultiServiceFactory xmsf, Object control) throws Exception
     {
 
@@ -137,9 +137,9 @@ public class DocumentPreview
     which isn't part of the global frame tree.
 
     Attention:
-    a) This frame wont be destroyed by the office. It must be closed by you!
+    a) This frame won't be destroyed by the office. It must be closed by you!
     Do so - please call XCloseable::close().
-    b) The container window is part of the frame. Dont hold it alive - nor try to kill it.
+    b) The container window is part of the frame. Don't hold it alive - nor try to kill it.
     It will be destroyed inside close().
      */
     public void createPreviewFrame(XMultiServiceFactory xmsf, XControl xControl) throws com.sun.star.uno.Exception, com.sun.star.lang.IllegalArgumentException


More information about the Libreoffice-commits mailing list