summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-02-23 18:47:10 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-24 16:44:31 +0100
commit85643ad3b66ee057a6d620d6284a2b1b19de8dc8 (patch)
treec86f6330310039bcc69ac518d486d27186de0651
parentfa2a43c29051b1bdcd0aef2e9cebfd206a4448ce (diff)
Fix typos
Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b Reviewed-on: https://gerrit.libreoffice.org/50260 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r--UnoControls/source/base/basecontrol.cxx2
-rw-r--r--framework/source/jobs/jobdata.cxx2
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
-rw-r--r--sc/source/ui/view/drawview.cxx2
-rw-r--r--sfx2/source/dialog/splitwin.cxx4
5 files changed, 6 insertions, 6 deletions
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;