summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/findfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/findfrm.cxx')
-rw-r--r--sw/source/core/layout/findfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/findfrm.cxx b/sw/source/core/layout/findfrm.cxx
index 5c727801a237..2be7d58bbf7a 100644
--- a/sw/source/core/layout/findfrm.cxx
+++ b/sw/source/core/layout/findfrm.cxx
@@ -1019,7 +1019,7 @@ SwFrm *SwFrm::_FindPrev()
if ( IsTabFrm() )
{
//The first Cntnt of the table gets picked up and his predecessor is
- //returnd. To be able to deactivate the special case for tables
+ //returned. To be able to deactivate the special case for tables
//(see below) bIgnoreTab will be set.
if ( ((SwTabFrm*)this)->IsFollow() )
return ((SwTabFrm*)this)->FindMaster();