Kaydet (Commit) 69b46d7a authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a
Reviewed-on: https://gerrit.libreoffice.org/63297
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 4bb28ad2
......@@ -631,7 +631,7 @@ unsigned char * codeSnippet( unsigned char * code, sal_Int32 functionIndex, sal
// #now load up the pointer to the saved fpr registers
// addi r6,r1,-2016
// if no dedicated floating point registers are used than we have NULL
// if no dedicated floating point registers are used then we have NULL
// pointer there
// li r6, 0
......
......@@ -621,7 +621,7 @@ bool ZipPackageStream::saveChild(
// at position zero...otherwise, assert and skip this stream...
if ( IsPackageMember() )
{
// if the password has been changed than the stream should not be package member any more
// if the password has been changed then the stream should not be package member any more
if ( m_bIsEncrypted && m_bToBeEncrypted )
{
// Should be handled close to the raw stream handling
......
......@@ -53,7 +53,7 @@ namespace accessibility {
<p>The different view modes of the Draw and Impress applications
are made accessible by derived classes. When the view mode is
changed than the object representing the document view is
changed then the object representing the document view is
disposed and replaced by a new instance of the then appropriate
derived class.</p>
......
......@@ -733,7 +733,7 @@ bool UCBStorageStream_Impl::Init()
}
else
{
// if the new file is edited than no source exist
// if the new file is edited then no source exist
m_bSourceRead = false;
//SetError( SVSTREAM_CANNOT_MAKE );
}
......
......@@ -965,7 +965,7 @@ ToolbarMenuEntry* ToolbarMenu::implCursorUpDown( bool bUp, bool bHomeEnd )
else
{
// if we have a currently selected entry and
// cursor keys are used than check if this entry
// cursor keys are used then check if this entry
// has a control that can use those cursor keys
ToolbarMenuEntry* pData = mpImpl->maEntryVector[n].get();
if( pData && pData->mpControl && !pData->mbHasText )
......
......@@ -2666,7 +2666,7 @@ sal_uInt32 DbGridControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId)
void DbGridControl::PreExecuteRowContextMenu(sal_uInt16 /*nRow*/, PopupMenu& rMenu)
{
bool bDelete = (m_nOptions & DbGridControlOptions::Delete) && GetSelectRowCount() && !IsCurrentAppending();
// if only a blank row is selected than do not delete
// if only a blank row is selected then do not delete
bDelete = bDelete && !((m_nOptions & DbGridControlOptions::Insert) && GetSelectRowCount() == 1 && IsRowSelected(GetRowCount() - 1));
rMenu.EnableItem(rMenu.GetItemId("delete"), bDelete);
......
......@@ -737,7 +737,7 @@ bool SwPaM::HasReadonlySel( bool bFormView ) const
/// This function returns the next node in direction of search. If there is no
/// left or the next is out of the area, then a null-pointer is returned.
/// @param rbFirst If <true> than first time request. If so than the position of
/// @param rbFirst If <true> then first time request. If so than the position of
/// the PaM must not be changed!
SwContentNode* GetNode( SwPaM & rPam, bool& rbFirst, SwMoveFnCollection const & fnMove,
bool bInReadOnly )
......
......@@ -2226,7 +2226,7 @@ void SwUndoTableNumFormat::UndoImpl(::sw::UndoRedoContext & rContext)
return;
SwTextNode* pTextNd = rDoc.GetNodes()[ m_nNodePos ]->GetTextNode();
// If more than one node was deleted than all "node" attributes were also
// If more than one node was deleted then all "node" attributes were also
// saved
if( pTextNd->HasSwAttrSet() )
pTextNd->ResetAllAttr();
......@@ -2687,7 +2687,7 @@ void SwUndoTableCpyTable::AddBoxAfter( const SwTableBox& rBox, const SwNodeIndex
{
UndoTableCpyTable_Entry *const pEntry = m_vArr.back().get();
// If the content was deleted than remove also the temporarily created node
// If the content was deleted then remove also the temporarily created node
if( bDelContent )
{
SwDoc* pDoc = rBox.GetFrameFormat()->GetDoc();
......
......@@ -88,7 +88,7 @@ public class BridgeTest
"\n\ncli_bridgetest_inprocess [bootstrap file] \n\n"
+ "bootstrap file \n"
+ "\t contains the entries UNO_TYPES and UNO_SERVICES.\n"
+ "\t If a file is not provided than it is assumed that a\n"
+ "\t If a file is not provided then it is assumed that a\n"
+ "\t cli_bridgetest_inprocess.ini file can be found in the\n "
+ "\t current working directory.\n"
);
......
......@@ -1683,7 +1683,7 @@ void TabControl::RemovePage( sal_uInt16 nPageId )
mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() );
}
// If current page is removed, than first page gets the current page
// If current page is removed, then first page gets the current page
if ( bIsCurrentPage )
{
mnCurPageId = 0;
......
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