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

New commits:
commit ed76f39cedcebf942ff926052c5730f124955d0a
Author:     Matthias Seidel <msei...@apache.org>
AuthorDate: Wed May 29 19:29:04 2019 +0000
Commit:     Matthias Seidel <msei...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to