[Libreoffice-commits] core.git: chart2/source framework/source include/connectivity sw/inc

Julien Nabet serval2412 at yahoo.fr
Mon Mar 2 13:15:57 PST 2015


 chart2/source/controller/main/SelectionHelper.cxx     |    2 +-
 framework/source/fwe/xml/statusbardocumenthandler.cxx |    2 +-
 framework/source/fwe/xml/toolboxdocumenthandler.cxx   |    2 +-
 include/connectivity/sqlparse.hxx                     |    2 +-
 sw/inc/docary.hxx                                     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit f2cb2c6f6702a9e1488690e71395f9653900ce16
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Mar 2 22:13:35 2015 +0100

    Typos
    
    Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec

diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx
index fab28f5..1435dfb 100644
--- a/chart2/source/controller/main/SelectionHelper.cxx
+++ b/chart2/source/controller/main/SelectionHelper.cxx
@@ -419,7 +419,7 @@ OUString SelectionHelper::getHitObjectCID(
         if( aRet.equals( aPageCID ) )
         {
             OUString aDiagramCID = ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_DIAGRAM, OUString::number( 0 ) );
-            //todo: if more than one diagram is available in future do chack the list of all diagrams here
+            //todo: if more than one diagram is available in future do check the list of all diagrams here
             SdrObject* pDiagram = rDrawViewWrapper.getNamedSdrObject( aDiagramCID );
             if( pDiagram )
             {
diff --git a/framework/source/fwe/xml/statusbardocumenthandler.cxx b/framework/source/fwe/xml/statusbardocumenthandler.cxx
index 80f5efd..00d1461 100644
--- a/framework/source/fwe/xml/statusbardocumenthandler.cxx
+++ b/framework/source/fwe/xml/statusbardocumenthandler.cxx
@@ -227,7 +227,7 @@ throw(  SAXException, RuntimeException, std::exception )
                 if ( !m_bStatusBarStartFound )
                 {
                     OUString aErrorMessage = getErrorLineString();
-                    aErrorMessage += "Element 'statusbar:statusbaritem' must be embeded into element 'statusbar:statusbar'!";
+                    aErrorMessage += "Element 'statusbar:statusbaritem' must be embedded into element 'statusbar:statusbar'!";
                     throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
                 }
 
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index 05771ec..e3d35fa 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -275,7 +275,7 @@ throw(  SAXException, RuntimeException, std::exception )
                 if ( !m_bToolBarStartFound )
                 {
                     OUString aErrorMessage = getErrorLineString();
-                    aErrorMessage += "Element 'toolbar:toolbaritem' must be embeded into element 'toolbar:toolbar'!";
+                    aErrorMessage += "Element 'toolbar:toolbaritem' must be embedded into element 'toolbar:toolbar'!";
                     throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
                 }
 
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 398e69f..f2cf6bb 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -233,7 +233,7 @@ namespace connectivity
         void setParseTree(OSQLParseNode * pNewParseTree);
 
         // Is the parse in a special mode?
-        // Predicate chack is used to check a condition for a field
+        // Predicate check is used to check a condition for a field
         bool inPredicateCheck() const {return m_xField.is();}
         const OUString& getFieldName() const {return m_sFieldName;}
 
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 115a86c..098851e 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -207,7 +207,7 @@ public:
     void dumpAsXml(struct _xmlTextWriter* pWriter) const;
 
     /** Search next or previous Redline with the same Seq. No.
-       Search can be restricted via Lookahaed.
+       Search can be restricted via Lookahead.
        Using 0 or USHRT_MAX makes search the whole array. */
     sal_uInt16 FindNextOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const;
     sal_uInt16 FindPrevOfSeqNo( sal_uInt16 nSttPos, sal_uInt16 nLookahead = 20 ) const;


More information about the Libreoffice-commits mailing list