summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/tblsel.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:11:39 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2015-09-29 22:22:24 +0000
commitef1bafb588eb20a5d35df14e79a1a948885c721a (patch)
tree705a48a6beabffbebfd39038c18a19f0fea38673 /sw/source/core/frmedt/tblsel.cxx
parenta936097614b5aaa51e123323da8f275575e165f8 (diff)
Fix typos
Change-Id: Ifb7b1f0e4cffb575f6af7437bbca6c4c22a9c00e Reviewed-on: https://gerrit.libreoffice.org/18985 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'sw/source/core/frmedt/tblsel.cxx')
-rw-r--r--sw/source/core/frmedt/tblsel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx
index 26ef88ff2753..99b4e9edc926 100644
--- a/sw/source/core/frmedt/tblsel.cxx
+++ b/sw/source/core/frmedt/tblsel.cxx
@@ -874,7 +874,7 @@ bool IsEmptyBox( const SwTableBox& rBox, SwPaM& rPam )
if( bRet )
{
- // now check for paragraph bound flyes
+ // now check for paragraph bound flies
const SwFrameFormats& rFormats = *rPam.GetDoc()->GetSpzFrameFormats();
sal_uLong nSttIdx = rPam.GetPoint()->nNode.GetIndex(),
nEndIdx = rBox.GetSttNd()->EndOfSectionIndex(),