Typos for description

Change-Id: I1579c4a79f8806d4580b282737e829462361af98
This commit is contained in:
Julien Nabet
2015-03-13 22:10:43 +01:00
parent 119d19678a
commit e3a85e449f
4 changed files with 4 additions and 4 deletions

View File

@@ -201,7 +201,7 @@ void SwUndoPageDesc::ExchangeContentNodes( SwPageDesc& rSource, SwPageDesc &rDes
const SwFmtHeader& rSourceHead = rSource.GetMaster().GetHeader(); const SwFmtHeader& rSourceHead = rSource.GetMaster().GetHeader();
if( rDestHead.IsActive() ) if( rDestHead.IsActive() )
{ {
// Let the destination page descrition point to the source node position, // Let the destination page description point to the source node position,
// from now on this descriptor is responsible for the content nodes! // from now on this descriptor is responsible for the content nodes!
const SfxPoolItem* pItem; const SfxPoolItem* pItem;
rDest.GetMaster().GetAttrSet().GetItemState( RES_HEADER, false, &pItem ); rDest.GetMaster().GetAttrSet().GetItemState( RES_HEADER, false, &pItem );

View File

@@ -208,7 +208,7 @@ long SwWrtShell::SelAll()
return 1; return 1;
} }
// Desciption: Text search // Description: Text search
sal_uLong SwWrtShell::SearchPattern( const SearchOptions& rSearchOpt, bool bSearchInNotes, sal_uLong SwWrtShell::SearchPattern( const SearchOptions& rSearchOpt, bool bSearchInNotes,
SwDocPositions eStt, SwDocPositions eEnd, SwDocPositions eStt, SwDocPositions eEnd,

View File

@@ -737,7 +737,7 @@ AccObject* AccObject::NextChild()
return NULL; return NULL;
} }
/** /**
* update action desciption desc * update action description desc
* @param * @param
* @return * @return
*/ */

View File

@@ -29,7 +29,7 @@ from com.sun.star.document.MacroExecMode import NEVER_EXECUTE
from com.sun.star.document.UpdateDocMode import NO_UPDATE from com.sun.star.document.UpdateDocMode import NO_UPDATE
''' '''
About the member fields Title, Decription and Author: About the member fields Title, Description and Author:
There is an ambiguicy in handling these fields. There is an ambiguicy in handling these fields.
On the one hand, the user can set those fields to a custom value, On the one hand, the user can set those fields to a custom value,
relevant only for the web-wizard. relevant only for the web-wizard.