summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sw/source/ui
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/fldui/fldref.cxx2
-rw-r--r--sw/source/ui/lingu/hhcwrp.cxx2
-rw-r--r--sw/source/ui/misc/redlndlg.cxx2
-rw-r--r--sw/source/ui/shells/listsh.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 13eeca7a22c2..74a26b1f86fe 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -355,7 +355,7 @@ IMPL_LINK_NOARG(SwFldRefPage, TypeHdl)
{
case TYP_GETREFFLD:
if (REFFLDFLAG & (sal_uInt16)(sal_uLong)aTypeLB.GetEntryData(nOld))
- // the the old one stays
+ // the old one stays
nFldDlgFmtSel = aFormatLB.GetSelectEntryPos();
bName = sal_True;
break;
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx
index 80f2e0ce86b3..8fdb7de4f4f6 100644
--- a/sw/source/ui/lingu/hhcwrp.cxx
+++ b/sw/source/ui/lingu/hhcwrp.cxx
@@ -144,7 +144,7 @@ SwHHCWrapper::~SwHHCWrapper()
if( m_nPageCount )
::EndProgress( m_pView->GetDocShell() );
- // finally for chinese translation we need to change the the documents
+ // finally for chinese translation we need to change the documents
// default language and font to the new ones to be used.
LanguageType nTargetLang = GetTargetLanguage();
if (IsChinese( nTargetLang ))
diff --git a/sw/source/ui/misc/redlndlg.cxx b/sw/source/ui/misc/redlndlg.cxx
index 545ecb95b520..b03d4d57a0e7 100644
--- a/sw/source/ui/misc/redlndlg.cxx
+++ b/sw/source/ui/misc/redlndlg.cxx
@@ -833,7 +833,7 @@ void SwRedlineAcceptDlg::CallAcceptReject( sal_Bool bSelect, sal_Bool bAccept )
&aRewriter);
}
- // accept/reject the the redlines in aRedlines. The absolute
+ // accept/reject the redlines in aRedlines. The absolute
// position may change during the process (e.g. when two redlines
// are merged in result of another one being deleted), so the
// position must be resolved late and checked before using it.
diff --git a/sw/source/ui/shells/listsh.cxx b/sw/source/ui/shells/listsh.cxx
index 70fa7bb3811d..e1d970bd0271 100644
--- a/sw/source/ui/shells/listsh.cxx
+++ b/sw/source/ui/shells/listsh.cxx
@@ -63,7 +63,7 @@ TYPEINIT1(SwListShell,SwBaseShell)
// #i35572# Functionality of Numbering/Bullet toolbar
// for outline numbered paragraphs should match the functions for outlines
// available in the navigator. Therefore the code in the following
-// function is quite similar the the code in SwContentTree::ExecCommand.
+// function is quite similar the code in SwContentTree::ExecCommand.
static void lcl_OutlineUpDownWithSubPoints( SwWrtShell& rSh, bool bMove, bool bUp )
{
const sal_uInt16 nActPos = rSh.GetOutlinePos();