summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:55:55 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:43 +0200
commit30fc8e2a48c0bf6c9944fe0ae2d75ea2f3c2b0c9 (patch)
tree50bf6d3bdd597e1c7917a41842af6db49df4b983 /sd
parent5c73677cbd96749e72414b0b507dc8c07820c06c (diff)
typo: foreward -> forward
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/smarttag.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/smarttag.cxx b/sd/source/ui/func/smarttag.cxx
index e58cdc5b65ec..e0612b0ec588 100644
--- a/sd/source/ui/func/smarttag.cxx
+++ b/sd/source/ui/func/smarttag.cxx
@@ -246,7 +246,7 @@ bool SmartTagSet::MouseButtonDown( const MouseEvent& rMEvt )
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 );
if(pSmartHdl && pSmartHdl->getTag().is() )
{
@@ -288,7 +288,7 @@ bool SmartTagSet::RequestHelp( const HelpEvent& rHEvt )
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 );
if(pSmartHdl && pSmartHdl->getTag().is() )
{
@@ -312,7 +312,7 @@ bool SmartTagSet::Command( const CommandEvent& rCEvt )
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 );
if(pSmartHdl && pSmartHdl->getTag().is() )
{