[Libreoffice-commits] core.git: framework/source sal/qa sc/source sfx2/source UnoControls/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat Feb 24 15:44:51 UTC 2018


 UnoControls/source/base/basecontrol.cxx |    2 +-
 framework/source/jobs/jobdata.cxx       |    2 +-
 sal/qa/osl/file/osl_File.cxx            |    2 +-
 sc/source/ui/view/drawview.cxx          |    2 +-
 sfx2/source/dialog/splitwin.cxx         |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 85643ad3b66ee057a6d620d6284a2b1b19de8dc8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Feb 23 18:47:10 2018 +0100

    Fix typos
    
    Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b
    Reviewed-on: https://gerrit.libreoffice.org/50260
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx
index 24e62711b6ce..517ddb67586f 100644
--- a/UnoControls/source/base/basecontrol.cxx
+++ b/UnoControls/source/base/basecontrol.cxx
@@ -265,7 +265,7 @@ void SAL_CALL BaseControl::createPeer(  const   Reference< XToolkit >&      xToo
 
     if ( !m_xPeer.is() )
     {
-        // use method "BaseControl::getWindowDescriptor()" fot change window attributes !!!
+        // use method "BaseControl::getWindowDescriptor()" to change window attributes!
         WindowDescriptor* pDescriptor = impl_getWindowDescriptor( xParentPeer );
 
         if ( m_bVisible )
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index d6855e0603b1..53f7b285850d 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -190,7 +190,7 @@ void JobData::setService( const OUString& sService )
                 the underlying configuration! (That must be done from outside.
                 Because the caller must have the configuration already open to
                 get the values for sEvent and sAlias! And doing so it can perform
-                only, if the time stamp values are readed outside too.
+                only, if the time stamp values are read outside too.
                 Further it make no sense to initialize and start a disabled job.
                 So this initialization method will be called for enabled jobs only.)
 
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index a5fe20a03b9c..8a57c2471df7 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -608,7 +608,7 @@ namespace osl_FileBase
         void getSystemPathFromFileURL_004();
         void getSystemPathFromFileURL_005();
 
-        // test case fot getFileURLFromSystemPath
+        // test case for getFileURLFromSystemPath
         void getFileURLFromSystemPath_001();
         void getFileURLFromSystemPath_002();
         void getFileURLFromSystemPath_003();
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index f797f4ed1c13..30c934de4951 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -373,7 +373,7 @@ void ScDrawView::MarkListHasChanged()
     ScClient* pClient = static_cast<ScClient*>( pViewSh->GetIPClient() );
     if ( pClient && pClient->IsObjectInPlaceActive() && !bUnoRefDialog )
     {
-        // do not display the handles fot ViewShell::Activate from the Reset2Open
+        // do not display the handles for ViewShell::Activate from the Reset2Open
         pClient->DeactivateObject();
         // replacing image ole graphics is now done in ScClient::UIActivate
     }
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index d51a54c3e6ac..6b083b434d33 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -412,7 +412,7 @@ void SfxSplitWindow::Split()
         }
     }
 
-    // workaround insuffiency of <SplitWindow> regarding dock layouting:
+    // workaround insufficiency of <SplitWindow> regarding dock layouting:
     // apply FIXED item size as 'original' item size to improve layouting of undock-dock-cycle of a window
     {
         DeactivateUpdateMode aDeactivateUpdateMode( *this );
@@ -731,7 +731,7 @@ void SfxSplitWindow::InsertWindow_Impl( SfxDock_Impl const * pDock,
 
     delete pDeactivateUpdateMode;
 
-    // workaround insuffiency of <SplitWindow> regarding dock layouting:
+    // workaround insufficiency of <SplitWindow> regarding dock layouting:
     // apply FIXED item size as 'original' item size to improve layouting of undock-dock-cycle of a window
     {
         std::vector< std::pair< sal_uInt16, long > > aNewOrgSizes;


More information about the Libreoffice-commits mailing list