diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-18 19:20:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-18 18:22:32 +0000 |
commit | 68722bd4ba0442f95122ebf5505bc1ea548ce526 (patch) | |
tree | 9eb084509f37174aeed6fb03bac6b76136f15d29 /embeddedobj | |
parent | 7ceeae3823b0cf1496be1b0e191571bb463adc7f (diff) |
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>
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/test/Container1/BitmapPainter.java | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |