From e3a85e449ffc4bf98943279d3ffe3dcda007dc24 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 13 Mar 2015 22:10:43 +0100 Subject: [PATCH] Typos for description Change-Id: I1579c4a79f8806d4580b282737e829462361af98 --- sw/source/core/undo/SwUndoPageDesc.cxx | 2 +- sw/source/uibase/wrtsh/select.cxx | 2 +- winaccessibility/source/service/AccObject.cxx | 2 +- wizards/com/sun/star/wizards/web/data/CGDocument.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sw/source/core/undo/SwUndoPageDesc.cxx b/sw/source/core/undo/SwUndoPageDesc.cxx index 00dc9a3f70ab..a4cfc012c327 100644 --- a/sw/source/core/undo/SwUndoPageDesc.cxx +++ b/sw/source/core/undo/SwUndoPageDesc.cxx @@ -201,7 +201,7 @@ void SwUndoPageDesc::ExchangeContentNodes( SwPageDesc& rSource, SwPageDesc &rDes const SwFmtHeader& rSourceHead = rSource.GetMaster().GetHeader(); 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! const SfxPoolItem* pItem; rDest.GetMaster().GetAttrSet().GetItemState( RES_HEADER, false, &pItem ); diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx index f438df4bcb56..565dbf312ef3 100644 --- a/sw/source/uibase/wrtsh/select.cxx +++ b/sw/source/uibase/wrtsh/select.cxx @@ -208,7 +208,7 @@ long SwWrtShell::SelAll() return 1; } -// Desciption: Text search +// Description: Text search sal_uLong SwWrtShell::SearchPattern( const SearchOptions& rSearchOpt, bool bSearchInNotes, SwDocPositions eStt, SwDocPositions eEnd, diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx index 180208d1f02b..fb4a864d48f1 100644 --- a/winaccessibility/source/service/AccObject.cxx +++ b/winaccessibility/source/service/AccObject.cxx @@ -737,7 +737,7 @@ AccObject* AccObject::NextChild() return NULL; } /** - * update action desciption desc + * update action description desc * @param * @return */ diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.py b/wizards/com/sun/star/wizards/web/data/CGDocument.py index 795fb8f85a88..7bb83ab1d3df 100644 --- a/wizards/com/sun/star/wizards/web/data/CGDocument.py +++ b/wizards/com/sun/star/wizards/web/data/CGDocument.py @@ -29,7 +29,7 @@ from com.sun.star.document.MacroExecMode import NEVER_EXECUTE 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. On the one hand, the user can set those fields to a custom value, relevant only for the web-wizard. -- 2.11.4.GIT