[Libreoffice-commits] core.git: package/qa package/source sc/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Sun Jun 11 19:20:02 UTC 2017


 package/qa/cppunit/test_package.cxx               |    2 +-
 package/source/zipapi/XBufferedThreadedStream.cxx |    2 +-
 sc/source/ui/docshell/dbdocfun.cxx                |    2 +-
 sw/source/filter/html/htmlform.cxx                |    6 +++---
 sw/source/filter/ww8/ww8graf.cxx                  |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 5c1aedccd2a96d0ecd51f477d2f2b68f50d61338
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Jun 9 12:52:59 2017 +0200

    Fix typos
    
    Change-Id: I81740a3ff9474e971556e9e7d4aa245151163d0e
    Reviewed-on: https://gerrit.libreoffice.org/38608
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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,


More information about the Libreoffice-commits mailing list