Kaydet (Commit) 30fc8e2a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: foreward -> forward

üst 5c73677c
...@@ -246,7 +246,7 @@ bool SmartTagSet::MouseButtonDown( const MouseEvent& rMEvt ) ...@@ -246,7 +246,7 @@ bool SmartTagSet::MouseButtonDown( const MouseEvent& rMEvt )
return false; return false;
} }
// if a smart tag handle is hit, foreward event to its smart tag // if a smart tag handle is hit, forward event to its smart tag
SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl ); SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl );
if(pSmartHdl && pSmartHdl->getTag().is() ) if(pSmartHdl && pSmartHdl->getTag().is() )
{ {
...@@ -288,7 +288,7 @@ bool SmartTagSet::RequestHelp( const HelpEvent& rHEvt ) ...@@ -288,7 +288,7 @@ bool SmartTagSet::RequestHelp( const HelpEvent& rHEvt )
if( pHdl ) if( pHdl )
{ {
// if a smart tag handle is hit, foreward event to its smart tag // if a smart tag handle is hit, forward event to its smart tag
SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl ); SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl );
if(pSmartHdl && pSmartHdl->getTag().is() ) if(pSmartHdl && pSmartHdl->getTag().is() )
{ {
...@@ -312,7 +312,7 @@ bool SmartTagSet::Command( const CommandEvent& rCEvt ) ...@@ -312,7 +312,7 @@ bool SmartTagSet::Command( const CommandEvent& rCEvt )
if( pHdl ) if( pHdl )
{ {
// if a smart tag handle is hit, foreward event to its smart tag // if a smart tag handle is hit, forward event to its smart tag
SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl ); SmartHdl* pSmartHdl = dynamic_cast< SmartHdl* >( pHdl );
if(pSmartHdl && pSmartHdl->getTag().is() ) if(pSmartHdl && pSmartHdl->getTag().is() )
{ {
......
...@@ -1436,7 +1436,7 @@ bool ImplListBoxWindow::ProcessKeyInput( const KeyEvent& rKEvt ) ...@@ -1436,7 +1436,7 @@ bool ImplListBoxWindow::ProcessKeyInput( const KeyEvent& rKEvt )
SetTopEntry( ( mnTop > nCurVis ) ? ( mnTop-nCurVis+1 ) : 0 ); SetTopEntry( ( mnTop > nCurVis ) ? ( mnTop-nCurVis+1 ) : 0 );
} }
// find first selectable starting from mnTop looking foreward // find first selectable starting from mnTop looking forward
nSelect = mpEntryList->FindFirstSelectable( mnTop, true ); nSelect = mpEntryList->FindFirstSelectable( mnTop, true );
} }
bDone = true; bDone = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment