[Libreoffice-commits] core.git: sc/source UnoControls/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 9 06:07:31 UTC 2018


 UnoControls/source/base/basecontainercontrol.cxx |    4 ++--
 sc/source/ui/view/gridwin4.cxx                   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 93a14053ad81a296c4542607f4a4e4acbda2fa38
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Nov 8 23:30:24 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Nov 9 07:05:30 2018 +0100

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

diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx
index 9c6bef517e53..40bb1dc98166 100644
--- a/UnoControls/source/base/basecontainercontrol.cxx
+++ b/UnoControls/source/base/basecontainercontrol.cxx
@@ -208,10 +208,10 @@ void SAL_CALL BaseContainerControl::addControl ( const OUString& rName, const Re
     pNewControl->xControl->setContext       ( static_cast<OWeakObject*>(this)    );
     pNewControl->xControl->addEventListener ( static_cast< XEventListener* >( static_cast< XWindowListener* >( this ) ) );
 
-    // when container has a peer ...
+    // when container has a peer...
     if (getPeer().is())
     {
-        // .. then create a peer on child
+        // ... then create a peer on child
         pNewControl->xControl->createPeer ( getPeer()->getToolkit(), getPeer() );
     }
 
diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index 542a4c6283c6..1ed36c4ed414 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -1118,7 +1118,7 @@ void ScGridWindow::PaintTile( VirtualDevice& rDevice,
     // integer multiples of pixels.
     //
     // See also desktop/source/lib/init.cxx for details, where we have to set
-    // the stuff accorndingly for the VirtualDevice creation.
+    // the stuff accordingly for the VirtualDevice creation.
 
     // page break zoom, and aLogicMode in ScViewData - hardcode that to what
     // we mean as 100% (256px tiles meaning 3840 twips)


More information about the Libreoffice-commits mailing list