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 /editeng | |
parent | 07c60c8ee2d1465544a6a39e57bc06b3690b8dfb (diff) |
typo: attribut -> attribute
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editdoc.cxx | 2 | ||||
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 4 | ||||
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 356975c5c66c..fc2d35f019bb 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -1362,7 +1362,7 @@ void ContentNode::ExpandAttribs( sal_Int32 nIndex, sal_Int32 nNew, SfxItemPool& bExpand = true; if( bExpandedEmptyAtIndexNull ) { - // Check if this kind of attribut was empty and expanded here... + // Check if this kind of attribute was empty and expanded here... sal_uInt16 nW = pAttrib->GetItem()->Which(); for ( sal_uInt16 nA = 0; nA < nAttr; nA++ ) { diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index e3b33bf859be..51fe1fa203bc 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -4217,8 +4217,8 @@ sal_Int32 ImpEditEngine::GetSpaceBeforeAndMinLabelWidth( const ContentNode *pNode, sal_Int32 *pnSpaceBefore, sal_Int32 *pnMinLabelWidth ) const { - // nSpaceBefore matches the ODF attribut text:space-before - // nMinLabelWidth matches the ODF attribut text:min-label-width + // nSpaceBefore matches the ODF attribute text:space-before + // nMinLabelWidth matches the ODF attribute text:min-label-width const SvxNumberFormat *pNumFmt = GetNumberFormat( pNode ); diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index e019d91b33eb..69c3e753b8fb 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -1579,7 +1579,7 @@ Rectangle Outliner::ImpCalcBulletArea( sal_Int32 nPara, bool bAdjust, bool bRetu bool bOutlineMode = ( pEditEngine->GetControlWord() & EE_CNTRL_OUTLINER ) != 0; - // the ODF attribut text:space-before which holds the spacing to add to the left of the label + // the ODF attribute text:space-before which holds the spacing to add to the left of the label const short nSpaceBefore = pFmt->GetAbsLSpace() + pFmt->GetFirstLineOffset(); const SvxLRSpaceItem& rLR = (const SvxLRSpaceItem&) pEditEngine->GetParaAttrib( nPara, bOutlineMode ? EE_PARA_OUTLLRSPACE : EE_PARA_LRSPACE ); |