summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfly.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-11-08 09:41:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-11-08 11:41:20 +0100
commitd09226ebb217a1b616be5a0e6ea436fd2d2d52ee (patch)
tree84f3e043ee5d6e82e62bbf49cf40945b2fa3faa3 /sw/source/core/doc/docfly.cxx
parentcc948bae82e63928a70451c6e71beb67e07f06e4 (diff)
fix spelling, Attribut -> Attribute
Change-Id: Iac208ec7d7bf0b03dd957bbe547e42822c5e4c90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159107 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/doc/docfly.cxx')
-rw-r--r--sw/source/core/doc/docfly.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/docfly.cxx b/sw/source/core/doc/docfly.cxx
index a0edbf934d9b..c492212487c3 100644
--- a/sw/source/core/doc/docfly.cxx
+++ b/sw/source/core/doc/docfly.cxx
@@ -289,7 +289,7 @@ sal_Int8 SwDoc::SetFlyFrameAnchor( SwFrameFormat& rFormat, SfxItemSet& rSet, boo
if ( RndStdIds::FLY_AS_CHAR == nOld )
{
// We need to handle InContents in a special way:
- // The TextAttribut needs to be destroyed which, unfortunately, also
+ // The TextAttribute needs to be destroyed which, unfortunately, also
// destroys the format. To avoid that, we disconnect the format from
// the attribute.
SwNode *pAnchorNode = rOldAnch.GetAnchorNode();
@@ -970,7 +970,7 @@ bool SwDoc::ChgAnchor( const SdrMarkList& _rMrkList,
if ( pNewAnchorFrame)
{
// We need to handle InContents in a special way:
- // The TextAttribut needs to be destroyed which, unfortunately, also
+ // The TextAttribute needs to be destroyed which, unfortunately, also
// destroys the format. To avoid that, we disconnect the format from
// the attribute.
const sal_Int32 nIndx( oOldAsCharAnchorPos->GetContentIndex() );