diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-13 17:11:07 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-29 17:10:21 +0200 |
commit | 718f63002e52ad3d80fae148c28c6994592c1c09 (patch) | |
tree | b0575b45081b0877c932ccd0f42b5514dab8616b /UnoControls | |
parent | ce1d0fd8da41798ab91228cd4fd7e0d713b20e0e (diff) |
Fix typos
Change-Id: I6ca53ead2b125618d0aceff05d5fdfa374662799
Reviewed-on: https://gerrit.libreoffice.org/58809
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/base/basecontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index b31dad766a58..1e072f1bb3f7 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -293,7 +293,7 @@ void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToo m_xMultiplexer->setPeer( m_xPeerWindow ); } - // create new referenz to xgraphics for painting on a peer + // create new reference to xgraphics for painting on a peer // and add a paint listener Reference< XDevice > xDevice( m_xPeerWindow, UNO_QUERY ); |