diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-03 21:31:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-03 21:41:44 +0100 |
commit | d7d0121a10c679fca2e0466fb54697f8433282aa (patch) | |
tree | 1d039d22c8241d1bdcf4b6d19ae90e89f299db50 /sw/source/ui | |
parent | f1f6b6db730ae67a427c7974b59a5e19ab571984 (diff) |
Typo: selction/slection -> selection
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/fldui/fldfunc.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/frmdlg/column.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldfunc.cxx b/sw/source/ui/fldui/fldfunc.cxx index df473e778b3b..b190d69c67bd 100644 --- a/sw/source/ui/fldui/fldfunc.cxx +++ b/sw/source/ui/fldui/fldfunc.cxx @@ -458,7 +458,7 @@ void SwFldFuncPage::UpdateSubType() { const sal_uInt16 nTypeId = (sal_uInt16)reinterpret_cast<sal_uLong>(m_pTypeLB->GetEntryData(GetTypeSel())); - // fill Selction-Listbox + // fill Selection-Listbox m_pSelectionLB->SetUpdateMode(false); m_pSelectionLB->Clear(); diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index 8839e65f9ce9..5a94ba40d538 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -351,7 +351,7 @@ IMPL_LINK_NOARG(SwColumnDlg, OkHdl) rWrtShell.StartAction(); rWrtShell.Push(); rWrtShell.SetFlyFrmAttr( aTmp ); - // undo the frame selction again + // undo the frame selection again if(rWrtShell.IsFrmSelected()) { rWrtShell.UnSelectFrm(); |