diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 17:06:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:13:45 +0000 |
commit | 402aa305b7e37c3d3e1432613f59c905933a97cd (patch) | |
tree | c3756a82a1219255b071adb223809f12b250a682 /sw/inc | |
parent | 370c65e709eb074c9982c56a2400cf945641ffaf (diff) |
Fix typos
Change-Id: Ia87318cb323d403cdff947da0b70e0d2aabaacd4
Reviewed-on: https://gerrit.libreoffice.org/35657
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/dbmgr.hxx | 2 | ||||
-rw-r--r-- | sw/inc/doc.hxx | 2 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 4 | ||||
-rw-r--r-- | sw/inc/expfld.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swtypes.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unochart.hxx | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index e97d400267e6..3cf00ef249a9 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -166,7 +166,7 @@ struct SwMergeDescriptor /** * Basename incl. the path for the generated files. * - * The final filename will be created by concating a number to prevent + * The final filename will be created by concatenating a number to prevent * overwriting an existing file and the extension based on the filter * settings. */ diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index cf7b340bcda4..6fc96f312452 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -344,7 +344,7 @@ private: sal_Int32 mReferenceCount; bool mbDtor : 1; /**< TRUE: is in SwDoc DTOR. - and unfortunately temorarily also in + and unfortunately temporarily also in SwSwgReader::InLayout() when flawed frames need deletion. */ bool mbCopyIsMove : 1; //< TRUE: Copy is a hidden Move. diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 762389448461..d706e823c607 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -284,7 +284,7 @@ public: void ResetAttr( const std::set<sal_uInt16> &attrs = std::set<sal_uInt16>(), SwPaM* pCursor = nullptr ); void GCAttr(); - /// @return the scripttpye of the selection. + /// @return the scripttype of the selection. SvtScriptType GetScriptType() const; /// @return the language at current cursor position. @@ -863,7 +863,7 @@ public: bool IsMoveLeftMargin( bool bRight, bool bModulus = true ) const; void MoveLeftMargin( bool bRight, bool bModulus = true ); - /// Query NumberFormater from document. + /// Query NumberFormatter from document. SvNumberFormatter* GetNumberFormatter(); const SvNumberFormatter* GetNumberFormatter() const { return const_cast<SwEditShell*>(this)->GetNumberFormatter(); } diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 51cf4f6f1c75..11629562e8ea 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -359,7 +359,7 @@ public: void PushCursor(); void PopCursor(); - /** Put all that are new into SortLst for updating. @return true if not empty. + /** Put all that are new into SortList for updating. @return true if not empty. (For Glossary: only update its input-fields). Compare TmpLst with current fields. */ bool BuildSortLst(); diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index 33ba955f3743..0e986947c28f 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -133,7 +133,7 @@ const short lOutlineMinTextDistance = 216; // 0.15 inch = 0.38 cm // fields before INIT_FLDTYPES. #define INIT_SEQ_FLDTYPES 4 -// The former Rendevouz-IDs live on: +// The former Rendezvous-IDs live on: // There are IDs for the anchors (SwFormatAnchor) and some others // that are only of importance for interfaces (SwDoc). enum class RndStdIds diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx index 680db85abdd1..c5168a45e3a8 100644 --- a/sw/inc/unochart.hxx +++ b/sw/inc/unochart.hxx @@ -182,7 +182,7 @@ public: void AddDataSequence( const SwTable &rTable, css::uno::Reference< css::chart2::data::XDataSequence > &rxDataSequence ); void RemoveDataSequence( const SwTable &rTable, css::uno::Reference< css::chart2::data::XDataSequence > &rxDataSequence ); - // will send modifdied events for all data-sequences of the table + // will send modified events for all data-sequences of the table void InvalidateTable( const SwTable *pTable ); bool DeleteBox( const SwTable *pTable, const SwTableBox &rBox ); void DisposeAllDataSequences( const SwTable *pTable ); |