summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-09 12:52:59 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-11 21:19:40 +0200
commit5c1aedccd2a96d0ecd51f477d2f2b68f50d61338 (patch)
treef0f1d5aa9530469eab7f1126aae2f024ef67fbdd /sw
parentcc6f5af10725f16c659d639857eb80b771f44b9c (diff)
Fix typos
Change-Id: I81740a3ff9474e971556e9e7d4aa245151163d0e Reviewed-on: https://gerrit.libreoffice.org/38608 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/html/htmlform.cxx6
-rw-r--r--sw/source/filter/ww8/ww8graf.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index b60dde8388de..fcab7345168d 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -374,7 +374,7 @@ public:
bool bWidth, bool bHeight );
// startProduction can not be called in the constructor because it can
- // destruct itself, hence a seperate method.
+ // destruct itself, hence a separate method.
void start() { xSrc->getImageProducer()->startProduction(); }
// UNO binding
@@ -1530,7 +1530,7 @@ void SwHTMLParser::InsertInput()
}
else
{
- // evaluation of ALIGN for all contols is not a good idea as long as
+ // evaluation of ALIGN for all controls is not a good idea as long as
// paragraph bound controls do not influence the height of the cells of a table
eVertOri = text::VertOrientation::TOP;
eHoriOri = text::HoriOrientation::NONE;
@@ -1640,7 +1640,7 @@ void SwHTMLParser::InsertInput()
xPropSet->setPropertyValue("Label",
aTmp );
// RadioButton: The DefaultChecked property should only be set
- // if the control has been created and activeTabOrder has been called
+ // if the control has been created and activateTabOrder has been called
// because otherwise it would still belong to the previous group.
if( HTMLInputType::Checkbox == eType )
{
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index d404d6c9c29c..7479e709577d 100644
--- a/sw/source/filter/ww8/ww8graf.cxx
+++ b/sw/source/filter/ww8/ww8graf.cxx
@@ -977,7 +977,7 @@ OutlinerParaObject* SwWW8ImplReader::ImportAsOutliner(OUString &rString, WW8_CP
return pRet;
}
-// InsertTxbxText() adds the Text and the Attributs for TextBoxes and CaptionBoxes
+// InsertTxbxText() adds the Text and the Attributes for TextBoxes and CaptionBoxes
void SwWW8ImplReader::InsertTxbxText(SdrTextObj* pTextObj,
Size* pObjSiz, sal_uInt16 nTxBxS, sal_uInt16 nSequence, long nPosCp,
SwFrameFormat* pOldFlyFormat, bool bMakeSdrGrafObj, bool& rbEraseTextObj,