Typo: BimapPainter->BitmapPainter

Change-Id: I2176e0050ca92de0f2effb7257dd7ebba2a4f439
Reviewed-on: https://gerrit.libreoffice.org/35411
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet 2017-03-18 19:20:44 +01:00
parent 7ceeae3823
commit 68722bd4ba

View file

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