From ffa8892c5a929ac121fc7b1020d8f6b5b3cf45be Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:20:59 +0200 Subject: Fix typos Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc Reviewed-on: https://gerrit.libreoffice.org/16705 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx | 2 +- accessibility/source/standard/vclxaccessiblebutton.cxx | 2 +- accessibility/source/standard/vclxaccessibletoolbox.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'accessibility') diff --git a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx index 3e35bfc78598..ab84e6ab2d5c 100644 --- a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx +++ b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx @@ -46,7 +46,7 @@ class VCLXAccessibleBox public: enum BoxType {COMBOBOX, LISTBOX}; - /** The constructor is initialized with the box type whitch may be + /** The constructor is initialized with the box type which may be either COMBOBOX or LISTBOX and a flag indicating whether the box is a drop down box. */ diff --git a/accessibility/source/standard/vclxaccessiblebutton.cxx b/accessibility/source/standard/vclxaccessiblebutton.cxx index ae3698d6b298..8f68773479b0 100644 --- a/accessibility/source/standard/vclxaccessiblebutton.cxx +++ b/accessibility/source/standard/vclxaccessiblebutton.cxx @@ -96,7 +96,7 @@ void VCLXAccessibleButton::FillAccessibleStateSet( utl::AccessibleStateSetHelper if ( pButton->IsPressed() ) rStateSet.AddState( AccessibleStateType::PRESSED ); - // IA2 CWS: If the button has a poppup menu,it should has the state EXPANDABLE + // IA2 CWS: if the button has a popup menu, it should has the state EXPANDABLE if( pButton->GetType() == WINDOW_MENUBUTTON ) { rStateSet.AddState( AccessibleStateType::EXPANDABLE ); diff --git a/accessibility/source/standard/vclxaccessibletoolbox.cxx b/accessibility/source/standard/vclxaccessibletoolbox.cxx index bbb4e26f2efa..9f279fd211aa 100644 --- a/accessibility/source/standard/vclxaccessibletoolbox.cxx +++ b/accessibility/source/standard/vclxaccessibletoolbox.cxx @@ -616,7 +616,7 @@ void VCLXAccessibleToolBox::ProcessWindowEvent( const VclWindowEvent& rVclWindow case VCLEVENT_OBJECT_DYING : { - // if this toolbox is a subtoolbox, we have to relese it from its parent + // if this toolbox is a subtoolbox, we have to release it from its parent VclPtr< vcl::Window > pWin = GetAs< vcl::Window >(); if ( pWin && pWin->GetParent() && pWin->GetParent()->GetType() == WINDOW_TOOLBOX ) -- cgit