diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-04-13 16:41:35 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-04-13 16:41:43 +0200 |
commit | e70d6fbf4610563b7ff31d0e6393b70b4b0e6510 (patch) | |
tree | 849d5e22d6ff86337b76dbf8c0b63680d2c962e0 /sw | |
parent | b8205b65d52cfd0406f4af75bb464965a7d4c201 (diff) |
fdo#45941 repeaded -> repeated
Change-Id: Iff043de250fb1d81fbd4901a15f7935006edc2df
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/crsrsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 1e11eea5fd55..e6bf8c58e452 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -1356,7 +1356,7 @@ void SwCrsrShell::UpdateCrsr( sal_uInt16 eFlags, sal_Bool bIdleEnd ) } } - // No table cursor in repeaded headlines: + // No table cursor in repeated headlines: if ( bInRepeatedHeadline ) { pTblFrm = 0; |