diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-08 16:44:44 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-08 16:45:30 +0100 |
commit | 5f6fcb4e7c8c273ca4a0211bf1b6f99a20ef5feb (patch) | |
tree | f719a8e5e6f6ba3b301c7288a7fe05b27fa163da /UnoControls | |
parent | bb0cae0f967eed386b546dd7367c2cc1b274f555 (diff) |
Typos
Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/framecontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx index 466fa299e817..be295f56b0b4 100644 --- a/UnoControls/source/controls/framecontrol.cxx +++ b/UnoControls/source/controls/framecontrol.cxx @@ -212,7 +212,7 @@ sal_Bool SAL_CALL FrameControl::setGraphics( const Reference< XGraphics >& /*xDe Reference< XGraphics > SAL_CALL FrameControl::getGraphics() throw( RuntimeException, std::exception ) { - // when its not posible to set graphics ! then its possible to return null + // when it's not possible to set graphics ! then it's possible to return null return Reference< XGraphics >(); } |