Kaydet (Commit) c6f5d3ad authored tarafından Julien Nabet's avatar Julien Nabet

Typo: instert(ed)->insert(ed)

Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
üst 5d6358b0
......@@ -51,7 +51,7 @@ published interface XMenu: com::sun::star::uno::XInterface
getItemCount() or if it is negative.</p>
@param nItemId
specifies the ID of the menu item to be insterted.
specifies the ID of the menu item to be inserted.
@param aText
specifies the label of the menu item.
......@@ -61,7 +61,7 @@ published interface XMenu: com::sun::star::uno::XInterface
MenuItemStyle.
@param nItemPos
specifies the position where the menu item will be insterted.
specifies the position where the menu item will be inserted.
*/
void insertItem( [in] short nItemId,
[in] string aText,
......
......@@ -35,7 +35,7 @@ published interface XPopupMenu: XMenu
/** inserts a separator at the specified position.
@param nItemPos
specifies the position where the menu separator will be insterted.
specifies the position where the menu separator will be inserted.
*/
void insertSeparator( [in] short nItemPos );
......
......@@ -641,7 +641,7 @@ bool ScConditionEntry::operator== ( const ScConditionEntry& r ) const
void ScConditionEntry::Interpret( const ScAddress& rPos )
{
// Create formula cells
// Note: New Broadcaster (Note cells) may be insterted into the document!
// Note: New Broadcaster (Note cells) may be inserted into the document!
if ( ( pFormula1 && !pFCell1 ) || ( pFormula2 && !pFCell2 ) )
MakeCells( rPos );
......
......@@ -427,11 +427,11 @@ void ScDocumentPool::InitVersionMaps()
pVersionMap2 = new sal_uInt16 [ nMap2Count ];
for ( i=0, j=nMap2Start; i < nMap2New; i++, j++ )
pVersionMap2[i] = j;
// Two entries insterted ...
// Two entries inserted ...
for ( i=nMap2New, j=nMap2Start+nMap2New+2; i < nMap2Count; i++, j++ )
pVersionMap2[i] = j;
// Third Map: ATTR_INDENT from 350 insterted
// Third Map: ATTR_INDENT from 350 inserted
const sal_uInt16 nMap3Start = 100; // ATTR_STARTINDEX
const sal_uInt16 nMap3End = 160; // ATTR_ENDINDEX
......
......@@ -2911,7 +2911,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_STANDARD );
SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_NOTES);
// create and instert new draw masterpage
// create and insert new draw masterpage
SdPage* pMPage = mpModel->mpDoc->AllocSdPage(true);
pMPage->SetSize( pPage->GetSize() );
pMPage->SetBorder( pPage->GetLftBorder(),
......@@ -2928,7 +2928,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIn
xDrawPage = uno::Reference< drawing::XDrawPage >::query( pMPage->getUnoPage() );
// create and instert new notes masterpage
// create and insert new notes masterpage
SdPage* pMNotesPage = mpModel->mpDoc->AllocSdPage(true);
pMNotesPage->SetSize( pRefNotesPage->GetSize() );
pMNotesPage->SetPageKind(PK_NOTES);
......
......@@ -748,7 +748,7 @@ void SwGrfNode::ReleaseLink()
// #i15508# added extra processing after getting rid of the link. Use whatever is
// known from the formally linked graphic to get to a state as close to a directly
// unlinked insterted graphic as possible. Goal is to have a valid GfxLink at the
// unlinked inserted graphic as possible. Goal is to have a valid GfxLink at the
// ImplGraphic (see there) that holds temporary data to the original data and type
// information about the original data. Only when this is given will
// SvXMLGraphicHelper::ImplInsertGraphicURL which is used at export use that type
......
......@@ -88,7 +88,7 @@ class SwTabFrm: public SwLayoutFrm, public SwFlowFrm
/**
* Split() splits the Frm at the specified position: a Follow is
* created and constructed and insterted directly after this.
* created and constructed and inserted directly after this.
* Join() gets the Follow's content and destroys it.
*/
bool Split( const SwTwips nCutPos, bool bTryToSplit, bool bTableRowKeep );
......
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