include/editeng/svxacorr.hxx     |    2 +-
 sw/inc/cellatr.hxx               |    2 +-
 sw/inc/cellfml.hxx               |    4 ++--
 sw/source/core/doc/docfly.cxx    |    4 ++--
 sw/source/core/frmedt/fecopy.cxx |    4 ++--
 sw/source/core/table/swtable.cxx |    2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit a9d2b9b7c0c0c9f45f8893ba75f0fff31ef2b4af
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Nov 8 09:43:17 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Nov 8 11:41:29 2023 +0100

    fix spelling, selektion->selection
    
    Change-Id: I1924f3aaaf703e8fcdd5c56c4c22523124ff0746
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159108
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index 9ed8a5b7c067..1d8b0ef68065 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -159,7 +159,7 @@ void SwFEShell::Copy( SwDoc& rClpDoc, const OUString* 
pNewClpText )
             // JP 13.02.99  Bug 61863: if a frameselection is passed to the
             //              clipboard, it should be found at pasting. Therefore
             //              the copied TextAttribute should be removed in the 
node
-            //              otherwise it will be recognised as TextSelektion
+            //              otherwise it will be recognised as TextSelection
             const SwPosition& rPos = 
*pFlyFormat->GetAnchor().GetContentAnchor();
             SwTextFlyCnt *const pTextFly = static_cast<SwTextFlyCnt *>(
                 pTextNd->GetTextAttrForCharAt(
commit d09226ebb217a1b616be5a0e6ea436fd2d2d52ee
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Nov 8 09:41:04 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Nov 8 11:41:20 2023 +0100

    fix spelling, Attribut -> Attribute
    
    Change-Id: Iac208ec7d7bf0b03dd957bbe547e42822c5e4c90
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159107
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index a5e43032a78f..6fe151449170 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -66,7 +66,7 @@ enum class ACFlags : sal_uInt32 {
     ChgOrdinalNumber     = 0x00000008,   // Ordinal-Number 1st, 2nd,..
     ChgToEnEmDash        = 0x00000010,   // - -> Endash/Emdash
     ChgWeightUnderl      = 0x00000020,   // * -> Bold, _ -> Underscore
-    SetINetAttr          = 0x00000040,   // Set INetAttribut
+    SetINetAttr          = 0x00000040,   // Set INetAttribute
     Autocorrect          = 0x00000080,   // Call AutoCorrect
     ChgQuotes            = 0x00000100,   // replace double quotes
     SaveWordCplSttLst    = 0x00000200,   // Save Auto correction of Capital 
letter at beginning of sentence.
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx
index 05b1e965ef0b..2c00b5321190 100644
--- a/sw/inc/cellatr.hxx
+++ b/sw/inc/cellatr.hxx
@@ -67,7 +67,7 @@ public:
     const sw::BroadcastingModify* GetDefinedIn() const { return m_pDefinedIn; }
     void ChgDefinedIn( const sw::BroadcastingModify* pNew )
                                             { m_pDefinedIn = 
const_cast<sw::BroadcastingModify*>(pNew); }
-    //  BoxAttribut -> BoxStartNode
+    //  BoxAttribute -> BoxStartNode
     virtual const SwNode* GetNodeOfFormula() const override;
 
           SwTableBox* GetTableBox();
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx
index f99c8f87041b..7f71a161baae 100644
--- a/sw/inc/cellfml.hxx
+++ b/sw/inc/cellfml.hxx
@@ -96,8 +96,8 @@ protected:
     bool        m_bValidValue;      ///< true: recalculate formula
 
     // find the node in which the formula is located
-    //  TextField   -> TextNode,
-    //  BoxAttribut -> BoxStartNode
+    //  TextField    -> TextNode,
+    //  BoxAttribute -> BoxStartNode
     // !!! every derived class must override this !!!
     virtual const SwNode* GetNodeOfFormula() const = 0;
 
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() );
diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index d0be7aa0d515..9ed8a5b7c067 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -158,7 +158,7 @@ void SwFEShell::Copy( SwDoc& rClpDoc, const OUString* 
pNewClpText )
         {
             // JP 13.02.99  Bug 61863: if a frameselection is passed to the
             //              clipboard, it should be found at pasting. Therefore
-            //              the copied TextAttribut should be removed in the 
node
+            //              the copied TextAttribute should be removed in the 
node
             //              otherwise it will be recognised as TextSelektion
             const SwPosition& rPos = 
*pFlyFormat->GetAnchor().GetContentAnchor();
             SwTextFlyCnt *const pTextFly = static_cast<SwTextFlyCnt *>(
diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index a5540a491b0e..8b8f449c7df9 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -2761,7 +2761,7 @@ void SwTableBoxFormat::SwClientNotify(const SwModify& 
rMod, const SfxHint& rHint
             break;
     }
 
-    // something changed and some BoxAttribut remained in the set!
+    // something changed and some BoxAttribute remained in the set!
     if( pNewFormat || pNewFormula || pNewVal )
     {
         GetDoc()->getIDocumentFieldsAccess().SetFieldsDirty(true, nullptr, 
SwNodeOffset(0));

Reply via email to