diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-11 12:37:03 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-13 15:27:24 +0000 |
commit | 806bec7107c426d0d05ceabd82da159e75d7f5ed (patch) | |
tree | a0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /sw | |
parent | 4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff) |
Fix typos in comments
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/editsh.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/table/swnewtable.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/writerhelper.hxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8graf.hxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par6.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index a16330a8f6f4..0f35852385ac 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -284,7 +284,7 @@ public: /* FormatCollections (new) - Explaining the general naming pattern: * GetXXXCount() returns the count of xxx in the document. * GetXXX(i) returns i-th xxx (ERR_RAISE if beyond range!). - * DelXXX(i) delets i-th xxx (ERR_RAISE if beyond range!). + * DelXXX(i) deletes i-th xxx (ERR_RAISE if beyond range!). * GetCurXXX() returns xxx that is valid at cursor or in ranges. * returns 0, if not unanimuous. * SetXXX() sets xxx at cursor or in ranges. diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx index 2bba4e2800ff..d2ba75e87b2c 100644 --- a/sw/source/core/table/swnewtable.cxx +++ b/sw/source/core/table/swnewtable.cxx @@ -834,7 +834,7 @@ bool SwTable::PrepareMerge( const SwPaM& rPam, SwSelBoxes& rBoxes, // box, the left and right border does not need to be changed. // The right and bottom border instead has to be derived from the right- // bottom box of the selection. If this is a overlapped cell, - // the appropiate master box. + // the appropriate master box. SwTableBox* pLastBox = 0; // the right-bottom (master) cell SwDoc* pDoc = GetFrmFmt()->GetDoc(); SwPosition aInsPos( *pMergeBox->GetSttNd()->EndOfSectionNode() ); diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx index 2f16b06f770f..5218e5ab530f 100644 --- a/sw/source/filter/ww8/writerhelper.hxx +++ b/sw/source/filter/ww8/writerhelper.hxx @@ -622,7 +622,7 @@ namespace sw e.g. Page Anchored elements will not be. For the winword export we need them to have something to be anchored to. So this method returns all the floating elements in a document as a STL container - of sw::Frames which are guaranteed to have an appropiate anchor. + of sw::Frames which are guaranteed to have an appropriate anchor. @param rDoc The SwDoc document to get the styles from diff --git a/sw/source/filter/ww8/ww8graf.hxx b/sw/source/filter/ww8/ww8graf.hxx index 867c89368d47..f4b110e91276 100644 --- a/sw/source/filter/ww8/ww8graf.hxx +++ b/sw/source/filter/ww8/ww8graf.hxx @@ -85,7 +85,7 @@ public: void InsertTextLayerObject(SdrObject* pObject); /* cmc: We should have have seperate ZOrder classes for 95- and 97+ and - instantiate the appropiate one at run time. + instantiate the appropriate one at run time. */ void InsertDrawingObject(SdrObject* pObj, short nWwHeight); // new parameter <_bInHeaderFooter>, indicating that object is in header or footer diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index 6a7a02aad34c..e6b1de43892d 100644 --- a/sw/source/filter/ww8/ww8par5.cxx +++ b/sw/source/filter/ww8/ww8par5.cxx @@ -1372,7 +1372,7 @@ the field, which gives the same effect and meaning, to do so we must get any bookmarks in the field range, and begin them immediately before the set/ask field, and end them directly afterwards. MapBookmarkVariables returns an identifier of the bookmark attribute to close after inserting -the appropiate set/ask field. +the appropriate set/ask field. */ long SwWW8ImplReader::MapBookmarkVariables(const WW8FieldDesc* pF, String &rOrigName, const String &rData) diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index e83b2622ed12..ba7d7ea79b46 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -1457,7 +1457,7 @@ bool SwWW8ImplReader::SetBorder(SvxBoxItem& rBox, const WW8_BRC* pbrc, nSetBorders has a bit set for each location that a sprm set a border, so with a sprm set, but no border, then disable the - appropiate border + appropriate border */ rBox.SetLine( 0, aIdArr[ i+1 ] ); } diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index aab03f554496..dfc04be245e9 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -6499,7 +6499,7 @@ WW8PLCF_HdFt::WW8PLCF_HdFt( SvStream* pSt, WW8Fib& rFib, WW8Dop& rDop ) endnote seperators, the documentation also gets the index numbers backwards when specifiying which bits to test. The bottom six bits of this value must be tested and skipped over. Each section's - grpfIhdt is then tested for the existence of the appropiate headers + grpfIhdt is then tested for the existence of the appropriate headers and footers, at the end of each section the nIdxOffset must be updated to point to the beginning of the next section's group of headers and footers in this PLCF, UpdateIndex does that task. |