[Libreoffice-commits] core.git: embeddedobj/test

Julien Nabet serval2412 at yahoo.fr
Sat Mar 18 18:22:52 UTC 2017


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

New commits:
commit 68722bd4ba0442f95122ebf5505bc1ea548ce526
Author: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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();
         }
 


More information about the Libreoffice-commits mailing list