instsetoo_native/util/openoffice.lst.README       |    2 +-
 sw/source/core/frmedt/feshview.cxx                |    4 ++--
 sw/source/filter/html/htmlreqifreader.cxx         |    2 +-
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 01df224f574c5a7788df0f2aea3345166d6ce250
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed May 26 19:39:39 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 27 14:57:53 2021 +0200

    Fix typos
    
    Change-Id: I9a4ba6b6369da0bac489718230880b04912bd1d7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116214
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/instsetoo_native/util/openoffice.lst.README 
b/instsetoo_native/util/openoffice.lst.README
index aa783bdbf9da..85beb92b9a1b 100644
--- a/instsetoo_native/util/openoffice.lst.README
+++ b/instsetoo_native/util/openoffice.lst.README
@@ -20,7 +20,7 @@
 Some documentation for the variables specified in file openoffice.lst.
 
 It contains values used by the creation of installation packages themselves,
-and as part of that contain subsitutions for variables used in scp2 (those will
+and as part of that contain substitutions for variables used in scp2 (those 
will
 be handled by the perl installer code)
 
 NOTE: For instdir, the corresponding files are created by
diff --git a/sw/source/core/frmedt/feshview.cxx 
b/sw/source/core/frmedt/feshview.cxx
index 7c7c0fbc43d1..d0a980fed49b 100644
--- a/sw/source/core/frmedt/feshview.cxx
+++ b/sw/source/core/frmedt/feshview.cxx
@@ -1070,7 +1070,7 @@ void SwFEShell::SelectionToTop( bool bTop )
                 if (auto pDrwModel
                     = 
pFormat->GetDoc()->getIDocumentDrawModelAccess().GetDrawModel())
                     // Not really understood why everything is on page 0...
-                    // but it is easier to handle sdrobjects, thats true
+                    // but it is easier to handle sdrobjects, that's true
                     if (auto pPage = pDrwModel->GetPage(0))
                     {
                         // nShift: it means how many layers the pObj have to 
be shifted up,
@@ -1089,7 +1089,7 @@ void SwFEShell::SelectionToTop( bool bTop )
                         // If there is a higher object (not null)...
                         if (pNextObj)
                         {
-                            // One level shift is neccessary
+                            // One level shift is necessary
                             nShift++;
                             // If this object is a textbox, two level 
increasing needed
                             // (one for the shape and one for the frame)
diff --git a/sw/source/filter/html/htmlreqifreader.cxx 
b/sw/source/filter/html/htmlreqifreader.cxx
index 05a3eae5b5b1..8dd62d25d831 100644
--- a/sw/source/filter/html/htmlreqifreader.cxx
+++ b/sw/source/filter/html/htmlreqifreader.cxx
@@ -505,7 +505,7 @@ bool WrapGraphicInRtf(const Graphic& rGraphic, const Size& 
rLogicSize, SvStream&
     rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_RESULT);
     rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_PICT);
 
-    // Prepare presendation data.
+    // Prepare presentation data.
     const sal_uInt8* pPresentationData = nullptr;
     sal_uInt64 nPresentationData = 0;
     SvMemoryStream aGraphicStream;
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index fb1408042a16..7b2903f9f4b2 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -2647,7 +2647,7 @@ void DomainMapper_Impl::PushPageHeaderFooter(bool 
bHeader, SectionPropertyMap::P
                                   m_bIsNewDoc ? 
uno::Reference<text::XTextCursor>()
                                               : 
xText->createTextCursorByRange(xText->getStart())));
             m_bDiscardHeaderFooter = false; // set only on success!
-            // Restore the original state of the shared prop after we stored 
the neccessary values.
+            // Restore the original state of the shared prop after we stored 
the necessary values.
             xPageStyle->setPropertyValue(getPropertyName(ePropShared), 
uno::makeAny(bIsShared));
         }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to