[Libreoffice-commits] core.git: odk/examples

Stephan Bergmann sbergman at redhat.com
Mon Jun 12 09:34:42 UTC 2017


 odk/examples/DevelopersGuide/GUI/UnoDialogSample.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 32119d28ef2fb0bc6a401128edc3b863cce0d06b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jun 12 11:33:41 2017 +0200

    Fix unclear comment
    
    ...after 5312da481ea8e25f06a7a0b725001b40069af081 "Translate German comments and
    debug strings (leftovers in dirs j... to q...)"
    
    Change-Id: I4155abb0a2d3d58b92be6835b8e9de37d2a19cfd

diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
index f8363ab54576..dea9e85cea5a 100644
--- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
+++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
@@ -95,7 +95,7 @@ import com.sun.star.util.Time;
 import com.sun.star.util.thePathSettings;
 
 
-// hand the position and width over as parameters
+// Suggestion: hand the position and width over as parameters
 
 public class UnoDialogSample implements XTextListener, XSpinListener, XActionListener, XFocusListener, XMouseListener, XItemListener, XAdjustmentListener, XKeyListener {
     protected XComponentContext m_xContext = null;


More information about the Libreoffice-commits mailing list