diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 00:20:20 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 08:43:17 +0100 |
commit | d71bcc4dc5025ea24944454908098269cfd095a3 (patch) | |
tree | 4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /toolkit | |
parent | 930efab3be7dd818918b7116119bb049acdcda76 (diff) |
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91
Reviewed-on: https://gerrit.libreoffice.org/44654
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 110164eb82e0..5bba90abea69 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -577,7 +577,7 @@ void VCLXButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // during the listener call. To prevent the resulting crashs, we keep us + // during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here if ( maActionListeners.getLength() ) @@ -1016,7 +1016,7 @@ void VCLXCheckBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // in during the listener call. To prevent the resulting crashs, we keep us + // in during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here VclPtr< CheckBox > pCheckBox = GetAs< CheckBox >(); @@ -1289,7 +1289,7 @@ void VCLXRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // in during the listener call. To prevent the resulting crashs, we keep us + // in during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here switch ( rVclWindowEvent.GetId() ) @@ -1434,7 +1434,7 @@ void VCLXSpinField::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // in during the listener call. To prevent the resulting crashs, we keep us + // in during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here if ( maSpinListeners.getLength() ) @@ -1779,7 +1779,7 @@ void VCLXListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // in during the listener call. To prevent the resulting crashs, we keep us + // in during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here switch ( rVclWindowEvent.GetId() ) @@ -3665,7 +3665,7 @@ void VCLXScrollBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // in during the listener call. To prevent the resulting crashs, we keep us + // in during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here if ( maAdjustmentListeners.getLength() ) @@ -4076,7 +4076,7 @@ void VCLXEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // during the listener call. To prevent the resulting crashs, we keep us + // during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here if ( GetTextListeners().getLength() ) @@ -4387,7 +4387,7 @@ void VCLXComboBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) { css::uno::Reference< css::awt::XWindow > xKeepAlive( this ); // since we call listeners below, there is a potential that we will be destroyed - // during the listener call. To prevent the resulting crashs, we keep us + // during the listener call. To prevent the resulting crashes, we keep us // alive as long as we're here switch ( rVclWindowEvent.GetId() ) |