Kaydet (Commit) 68722bd4 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: BimapPainter->BitmapPainter

Change-Id: I2176e0050ca92de0f2effb7257dd7ebba2a4f439
Reviewed-on: https://gerrit.libreoffice.org/35411Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 7ceeae38
...@@ -71,13 +71,13 @@ class BitmapPainter implements XPaintListener, XMouseListener, XMouseMotionListe ...@@ -71,13 +71,13 @@ class BitmapPainter implements XPaintListener, XMouseListener, XMouseMotionListe
{ {
if ( xJob == null ) 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(); throw new com.sun.star.uno.RuntimeException();
} }
if ( xWindow == null ) 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(); throw new com.sun.star.uno.RuntimeException();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment