include/salhelper/dynload.hxx         |    2 +-
 include/xmloff/txtparae.hxx           |    2 +-
 sc/source/filter/inc/stylesbuffer.hxx |    2 +-
 vcl/qt5/Qt5Instance.cxx               |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit cf1bb9d4cbaec9d746eb6850e905eb951587543f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jul 23 22:23:18 2018 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 24 08:21:45 2018 +0200

    Fix typo
    
    Change-Id: I2f9f532890bedf4aa3d86bf2aa4b6961846a915a
    Reviewed-on: https://gerrit.libreoffice.org/57886
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/vcl/qt5/Qt5Instance.cxx b/vcl/qt5/Qt5Instance.cxx
index c365afbe8ec2..3250abaf8f17 100644
--- a/vcl/qt5/Qt5Instance.cxx
+++ b/vcl/qt5/Qt5Instance.cxx
@@ -140,7 +140,7 @@ std::shared_ptr<SalBitmap> Qt5Instance::CreateSalBitmap()
 
 bool Qt5Instance::ImplYield(bool bWait, bool bHandleAllCurrentEvents)
 {
-    // Re-aquire the guard for user events when called via Q_EMIT 
ImplYieldSignal
+    // Re-acquire the guard for user events when called via Q_EMIT 
ImplYieldSignal
     SolarMutexGuard aGuard;
     bool wasEvent = DispatchUserEvents(bHandleAllCurrentEvents);
     if (!bHandleAllCurrentEvents && wasEvent)
commit a3ecd60aa0a9b58663e851aacafcb389f9a1fe52
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 21 11:15:00 2018 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 24 08:21:32 2018 +0200

    Fix typos
    
    Change-Id: I8758872f6a5270de3f9b9dea750b9d40c7a446db
    Reviewed-on: https://gerrit.libreoffice.org/57800
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index 12d54d5cffa4..e24645f9fadd 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -143,7 +143,7 @@ public:
             m_pLoader->acquire();
     }
 
-    /// Destructor, decrease the reference count and unload the library if it 
is tha last instance.
+    /// Destructor, decrease the reference count and unload the library if it 
is the last instance.
     ~ODynamicLoader()
     {
         if( m_pLoader )
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx
index 2322de350385..6a09abdaf30f 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -569,7 +569,7 @@ public:
      * they are control shapes, and if so, whether they should be exported or
      * not. If not, the form layer export will be notified accordingly.
      *
-     * The reason this method is located here is tha it needs to access the
+     * The reason this method is located here is that it needs to access the
      * XMLSectionExport, which is only available here.
      */
     void PreventExportOfControlsInMuteSections(
diff --git a/sc/source/filter/inc/stylesbuffer.hxx 
b/sc/source/filter/inc/stylesbuffer.hxx
index f187ac979733..3588512193c4 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -712,7 +712,7 @@ public:
 
     /** Creates the style sheet in the document described by this cell style 
object. */
     void                createCellStyle();
-    /** Stores tha passed final style name and creates the cell style, if it is
+    /** Stores the passed final style name and creates the cell style, if it is
         user-defined or modified built-in. */
     void                finalizeImport( const OUString& rFinalName );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to