Kaydet (Commit) 85643ad3 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Fix typos

Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b
Reviewed-on: https://gerrit.libreoffice.org/50260Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst fa2a43c2
...@@ -265,7 +265,7 @@ void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToo ...@@ -265,7 +265,7 @@ void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToo
if ( !m_xPeer.is() ) 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 ); WindowDescriptor* pDescriptor = impl_getWindowDescriptor( xParentPeer );
if ( m_bVisible ) if ( m_bVisible )
......
...@@ -190,7 +190,7 @@ void JobData::setService( const OUString& sService ) ...@@ -190,7 +190,7 @@ void JobData::setService( const OUString& sService )
the underlying configuration! (That must be done from outside. the underlying configuration! (That must be done from outside.
Because the caller must have the configuration already open to Because the caller must have the configuration already open to
get the values for sEvent and sAlias! And doing so it can perform 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. Further it make no sense to initialize and start a disabled job.
So this initialization method will be called for enabled jobs only.) So this initialization method will be called for enabled jobs only.)
......
...@@ -608,7 +608,7 @@ namespace osl_FileBase ...@@ -608,7 +608,7 @@ namespace osl_FileBase
void getSystemPathFromFileURL_004(); void getSystemPathFromFileURL_004();
void getSystemPathFromFileURL_005(); void getSystemPathFromFileURL_005();
// test case fot getFileURLFromSystemPath // test case for getFileURLFromSystemPath
void getFileURLFromSystemPath_001(); void getFileURLFromSystemPath_001();
void getFileURLFromSystemPath_002(); void getFileURLFromSystemPath_002();
void getFileURLFromSystemPath_003(); void getFileURLFromSystemPath_003();
......
...@@ -373,7 +373,7 @@ void ScDrawView::MarkListHasChanged() ...@@ -373,7 +373,7 @@ void ScDrawView::MarkListHasChanged()
ScClient* pClient = static_cast<ScClient*>( pViewSh->GetIPClient() ); ScClient* pClient = static_cast<ScClient*>( pViewSh->GetIPClient() );
if ( pClient && pClient->IsObjectInPlaceActive() && !bUnoRefDialog ) 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(); pClient->DeactivateObject();
// replacing image ole graphics is now done in ScClient::UIActivate // replacing image ole graphics is now done in ScClient::UIActivate
} }
......
...@@ -412,7 +412,7 @@ void SfxSplitWindow::Split() ...@@ -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 // apply FIXED item size as 'original' item size to improve layouting of undock-dock-cycle of a window
{ {
DeactivateUpdateMode aDeactivateUpdateMode( *this ); DeactivateUpdateMode aDeactivateUpdateMode( *this );
...@@ -731,7 +731,7 @@ void SfxSplitWindow::InsertWindow_Impl( SfxDock_Impl const * pDock, ...@@ -731,7 +731,7 @@ void SfxSplitWindow::InsertWindow_Impl( SfxDock_Impl const * pDock,
delete pDeactivateUpdateMode; 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 // 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; std::vector< std::pair< sal_uInt16, long > > aNewOrgSizes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment