summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-23 18:47:10 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-24 16:44:31 +0100
commit85643ad3b66ee057a6d620d6284a2b1b19de8dc8 (patch)
treec86f6330310039bcc69ac518d486d27186de0651 /UnoControls
parentfa2a43c29051b1bdcd0aef2e9cebfd206a4448ce (diff)
Fix typos
Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b Reviewed-on: https://gerrit.libreoffice.org/50260 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/basecontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx
index 24e62711b6ce..517ddb67586f 100644
--- a/UnoControls/source/base/basecontrol.cxx
+++ b/UnoControls/source/base/basecontrol.cxx
@@ -265,7 +265,7 @@ void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToo
if ( !m_xPeer.is() )
{
- // use method "BaseControl::getWindowDescriptor()" fot change window attributes !!!
+ // use method "BaseControl::getWindowDescriptor()" to change window attributes!
WindowDescriptor* pDescriptor = impl_getWindowDescriptor( xParentPeer );
if ( m_bVisible )