diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:13:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:15:01 +0100 |
commit | f2cb2c6f6702a9e1488690e71395f9653900ce16 (patch) | |
tree | 3d6f08c906f66a376709e64cf72f515a88555a68 | |
parent | f16c427d5668e5fe9d41268e18a71cfca3aaf1c1 (diff) |
Typos
Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
-rw-r--r-- | chart2/source/controller/main/SelectionHelper.cxx | 2 | ||||
-rw-r--r-- | framework/source/fwe/xml/statusbardocumenthandler.cxx | 2 | ||||
-rw-r--r-- | framework/source/fwe/xml/toolboxdocumenthandler.cxx | 2 | ||||
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 | ||||
-rw-r--r-- | sw/inc/docary.hxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx index fab28f5fbbad..1435dfbadf23 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 80f5efd5ace6..00d1461c5369 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 05771ec80a89..e3d35fac72ee 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 398e69f256c9..f2cf6bbb4860 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 115a86c908e0..098851e487ce 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; |