[Libreoffice-commits] core.git: sw/source winaccessibility/source wizards/com

Julien Nabet serval2412 at yahoo.fr
Fri Mar 13 14:11:51 PDT 2015


 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(-)

New commits:
commit e3a85e449ffc4bf98943279d3ffe3dcda007dc24
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Fri Mar 13 22:10:43 2015 +0100

    Typos for description
    
    Change-Id: I1579c4a79f8806d4580b282737e829462361af98

diff --git a/sw/source/core/undo/SwUndoPageDesc.cxx b/sw/source/core/undo/SwUndoPageDesc.cxx
index 00dc9a3..a4cfc01 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 f438df4..565dbf3 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 180208d..fb4a864 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 795fb8f..7bb83ab 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.


More information about the Libreoffice-commits mailing list