diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:52:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:59 +0200 |
commit | fa1f7d27c11214b836e436b5c8cad63f3097c7ed (patch) | |
tree | f8d6ca3fee4f547a2802c53dda8aab7dabd544f6 /sw/source/ui | |
parent | 07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff) |
typo: attribut -> attribute
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index 9760f546f66b..aecb9969dcac 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -872,7 +872,7 @@ void SwIndexMarkPane::UpdateDialog() m_pKey2DCB->SetReadOnly( !bEnable ); pSh->SelectTxtAttr( RES_TXTATR_TOXMARK, pMark->GetTxtTOXMark() ); - // we need the point at the start of the attribut + // we need the point at the start of the attribute pSh->SwapPam(); pSh->EndCrsrMove(); |