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:
parent
7ceeae3823
commit
68722bd4ba
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue