diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-28 23:37:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-29 05:10:01 +0000 |
commit | 834da9c476909ba65eef20f2509d9d3937c1f3ee (patch) | |
tree | 24930c617c99065095080ce0c9049bd25c91d982 | |
parent | 8681bd32d778585fc0da8f42a77aeb58cbae4308 (diff) |
Fix typos
Change-Id: I379c3f8ca971e6180744fb7270dde9164ebcec1a
Reviewed-on: https://gerrit.libreoffice.org/35814
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | desktop/inc/lib/init.hxx | 2 | ||||
-rw-r--r-- | include/editeng/unoforou.hxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par3.cxx | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx index 1e48793e9587..ca8b14d09b08 100644 --- a/desktop/inc/lib/init.hxx +++ b/desktop/inc/lib/init.hxx @@ -97,7 +97,7 @@ namespace desktop { /// Helper function to extract the value from parameters delimited by /// comma, like: Name1=Value1,Name2=Value2,Name3=Value3. - /// @param rOptions When exctracted, the Param=Value is removed from it. + /// @param rOptions When extracted, the Param=Value is removed from it. DESKTOP_DLLPUBLIC OUString extractParameter(OUString& aOptions, const OUString& rName); } diff --git a/include/editeng/unoforou.hxx b/include/editeng/unoforou.hxx index 7159db6c419d..02a78236e585 100644 --- a/include/editeng/unoforou.hxx +++ b/include/editeng/unoforou.hxx @@ -39,7 +39,7 @@ private: the selection maAttribsSelection */ mutable SfxItemSet* mpAttribsCache; - /** if we have a chached attribute item set, this is the selection of it */ + /** if we have a cached attribute item set, this is the selection of it */ mutable ESelection maAttribCacheSelection; /** this pointer may be null or point to an item set for the paragraph diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index 4d23a150ac37..fec9c2cd0e53 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -319,7 +319,7 @@ struct WW8LST // only THOSE entries, WE need! sal_uInt32 nIdLst; // Unique List ID sal_uInt32 nTplC; // Unique template code - What is this? bool bSimpleList:1; // Flag: List only has ONE level - bool bRestartHdn:1; // WW6-Combatibility-Flag: + bool bRestartHdn:1; // WW6-Compatibility-Flag: // true if the list should start numbering over }; // at the beginning of each section @@ -690,7 +690,7 @@ bool WW8ListManager::ReadLVL(SwNumFormat& rNumFormat, SfxItemSet*& rpItemSet, // The Read_xy() methods in WW8PAR6.cxx are calling their respective // NewAttr() or GetFormatAttr() which can determine, by using the assigned - // Reader-ItemSet-Pointer, whether this specificl ItemSet is relevant + // Reader-ItemSet-Pointer, whether this specific ItemSet is relevant // and not a Stack or Style! sal_uInt16 nOldFlags1 = rReader.GetToggleAttrFlags(); sal_uInt16 nOldFlags2 = rReader.GetToggleBiDiAttrFlags(); @@ -714,7 +714,7 @@ bool WW8ListManager::ReadLVL(SwNumFormat& rNumFormat, SfxItemSet*& rpItemSet, OUString sNumString(sanitizeString(read_uInt16_PascalString(rSt))); - // 5. convert read values into Writer syntaxg + // 5. convert read values into Writer syntax if( 0 <= aLVL.nStartAt ) nStartNo = (sal_uInt16)aLVL.nStartAt; @@ -1734,7 +1734,7 @@ void SwWW8ImplReader::SetStylesList(sal_uInt16 nStyle, sal_uInt16 nActLFO, if( m_pAktColl ) { // only save the Parameters for now. The actual List will be appended - // at a later point, when whe Listdefinitions were read... + // at a later point, when the Listdefinitions is read... if ( (USHRT_MAX > nActLFO) && (WW8ListManager::nMaxLevel > nActLevel) @@ -1814,7 +1814,7 @@ void SwWW8ImplReader::RegisterNumFormatOnTextNode(sal_uInt16 nActLFO, // Note: the method appends NumRule to the Text Node if // bSetAttr (of course the lists have to be read before) // and only sets the Level. It does not check if there is a NumRule - // attachted to the STYLE !!! + // attached to the STYLE !!! if (m_pLstManager) // are all list declarations read? { |