[Libreoffice-commits] core.git: svx/source vcl/README.scheduler

Andrea Gelmini andrea.gelmini at gelma.net
Tue Sep 26 15:24:31 UTC 2017


 svx/source/dialog/framelink.cxx |    2 +-
 vcl/README.scheduler            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1512084e6d875a22ee140780075c1a8dd56c9401
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Sep 26 17:17:44 2017 +0200

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

diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index 2dc0b0290345..6ee2988ebcb6 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -413,7 +413,7 @@ void getCutSet(
 void getExtends(
     std::vector<ExtendSet>& rExtendSet,                         // target Left/Right values to fill
     const basegfx::B2DPoint& rOrigin,                           // own vector start
-    const StyleVectorCombination& rCombination,                 // own vector and offstets for lines
+    const StyleVectorCombination& rCombination,                 // own vector and offsets for lines
     const basegfx::B2DVector& rPerpendX,                        // normalized perpendicular to own vector
     const std::vector< StyleVectorCombination >& rStyleVector)  // other vectors emerging in this point
 {
diff --git a/vcl/README.scheduler b/vcl/README.scheduler
index 9f3d8b203829..77917daedfb6 100644
--- a/vcl/README.scheduler
+++ b/vcl/README.scheduler
@@ -93,7 +93,7 @@ can be added to the scheduler reasonably.
 
 Currently for Mac and Windows, we run main thread deferrals by disabling the
 SolarMutex using a boolean. In the case of the redirect, this makes
-tryToaAcquire and doAcquire return true or 1, while a release is ignored.
+tryToAcquire and doAcquire return true or 1, while a release is ignored.
 Also the IsCurrentThread() mutex check function will act accordingly, so all
 the DBG_TESTSOLARMUTEX won't fail.
 


More information about the Libreoffice-commits mailing list