From 462e986e0dbd533b3a15696555e08489963c9542 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:25:58 +0200 Subject: Fix typos Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec Reviewed-on: https://gerrit.libreoffice.org/16712 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- toolkit/source/controls/accessiblecontrolcontext.cxx | 2 +- toolkit/source/controls/controlmodelcontainerbase.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx index bf8f38065672..069742a7efa4 100644 --- a/toolkit/source/controls/accessiblecontrolcontext.cxx +++ b/toolkit/source/controls/accessiblecontrolcontext.cxx @@ -275,7 +275,7 @@ namespace toolkit if ( pVCLWindow ) aWindowRelativePos = pVCLWindow->GetPosPixel(); - // the screnn position of the "window parent" of the control + // the screen position of the "window parent" of the control ::Point aVCLParentScreenPos( 0, 0 ); if ( pVCLParent ) aVCLParentScreenPos = pVCLParent->GetPosPixel(); diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index a7eff04a42e5..d9c48e1b6674 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -949,7 +949,7 @@ void ControlModelContainerBase::implUpdateGroupStructure() maGroups.reserve( aControlModels.getLength() ); GroupingMachineState eState = eLookingForGroup; // the current state of our machine - Reference< XServiceInfo > xModelSI; // for checking for a radion button + Reference< XServiceInfo > xModelSI; // for checking for a radio button AllGroups::iterator aCurrentGroup = maGroups.end(); // the group which we're currently building sal_Int32 nCurrentGroupStep = -1; // the step which all controls of the current group belong to bool bIsRadioButton; // is it a radio button? -- cgit