embeddedobj/test/Container1/BitmapPainter.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 68722bd4ba0442f95122ebf5505bc1ea548ce526
Author: Julien Nabet <[email protected]>
Date:   Sat Mar 18 19:20:44 2017 +0100

    Typo: BimapPainter->BitmapPainter
    
    Change-Id: I2176e0050ca92de0f2effb7257dd7ebba2a4f439
    Reviewed-on: https://gerrit.libreoffice.org/35411
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/embeddedobj/test/Container1/BitmapPainter.java 
b/embeddedobj/test/Container1/BitmapPainter.java
index 482421bd52ae..759536d5f6b0 100644
--- a/embeddedobj/test/Container1/BitmapPainter.java
+++ b/embeddedobj/test/Container1/BitmapPainter.java
@@ -71,13 +71,13 @@ class BitmapPainter implements XPaintListener, 
XMouseListener, XMouseMotionListe
     {
         if ( xJob == null )
         {
-            System.out.println( "No mainthreadexecutor is provided to 
BimapPainter on init!" );
+            System.out.println( "No mainthreadexecutor is provided to 
BitmapPainter on init!" );
             throw new com.sun.star.uno.RuntimeException();
         }
 
         if ( xWindow == null )
         {
-            System.out.println( "No window is provided to BimapPainter on 
init!" );
+            System.out.println( "No window is provided to BitmapPainter on 
init!" );
             throw new com.sun.star.uno.RuntimeException();
         }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to