summaryrefslogtreecommitdiff
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
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>
-rw-r--r--package/qa/cppunit/test_package.cxx2
-rw-r--r--package/source/zipapi/XBufferedThreadedStream.cxx2
-rw-r--r--sc/source/ui/docshell/dbdocfun.cxx2
-rw-r--r--sw/source/filter/html/htmlform.cxx6
-rw-r--r--sw/source/filter/ww8/ww8graf.cxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/package/qa/cppunit/test_package.cxx b/package/qa/cppunit/test_package.cxx
index 0e1f4778184d..d4d533f67002 100644
--- a/package/qa/cppunit/test_package.cxx
+++ b/package/qa/cppunit/test_package.cxx
@@ -188,7 +188,7 @@ namespace
sal_Int32 nSize = xStrm->available();
uno::Sequence<sal_Int8> aBytes;
- //Read chuncks of increasing size
+ //Read chunks of increasing size
nReadSize += 1024;
while (nSize > 0)
diff --git a/package/source/zipapi/XBufferedThreadedStream.cxx b/package/source/zipapi/XBufferedThreadedStream.cxx
index 59a89f9c64e1..b8ae6e644e25 100644
--- a/package/source/zipapi/XBufferedThreadedStream.cxx
+++ b/package/source/zipapi/XBufferedThreadedStream.cxx
@@ -69,7 +69,7 @@ XBufferedThreadedStream::~XBufferedThreadedStream()
}
/**
- * Reads from UnbufferedStream in a seperate thread and stores the buffer blocks
+ * Reads from UnbufferedStream in a separate thread and stores the buffer blocks
* in maPendingBuffers queue for further use.
*/
void XBufferedThreadedStream::produce()
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx
index 71426d86ea70..5f1eb7acde8a 100644
--- a/sc/source/ui/docshell/dbdocfun.cxx
+++ b/sc/source/ui/docshell/dbdocfun.cxx
@@ -742,7 +742,7 @@ bool ScDBDocFunc::Query( SCTAB nTab, const ScQueryParam& rQueryParam,
rDoc.CopyToDocument(aLocalParam.nCol1, aLocalParam.nRow1, nDestTab,
aLocalParam.nCol2, aLocalParam.nRow2, nDestTab,
InsertDeleteFlags::ALL, false, *pUndoDoc);
- // secure attributs in case they were copied along
+ // secure attributes in case they were copied along
if (pDestData)
{
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,