diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:28:55 +0100 |
commit | 7c7755473e41f28e78dc79b885f8a39783f64699 (patch) | |
tree | 1e807ab11b99e86166454fbd0080109b6e9da4ec | |
parent | 8655095a4910ca795dfd182e6796d9375727a694 (diff) |
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
-rw-r--r-- | cui/source/dialogs/cuifmsearch.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPage.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/UITools.hxx | 2 | ||||
-rw-r--r-- | editeng/source/items/svxfont.cxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/stringrepresentation.cxx | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java | 2 | ||||
-rw-r--r-- | reportdesign/inc/RptDef.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/GeometryHandler.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/undo/undoblk3.cxx | 2 | ||||
-rw-r--r-- | starmath/source/cursor.cxx | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/brwbox.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/svdpage.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/inftxt.cxx | 2 | ||||
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 | ||||
-rw-r--r-- | xmloff/inc/xmloff/xmltypes.hxx | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx index 500f412bd5df..f81425e2ba66 100644 --- a/cui/source/dialogs/cuifmsearch.cxx +++ b/cui/source/dialogs/cuifmsearch.cxx @@ -558,7 +558,7 @@ void FmSearchDialog::InitContext(sal_Int16 nContext) m_lnkContextSupplier.Call(&fmscContext); DBG_ASSERT(nResult > 0, "FmSearchDialog::InitContext : ContextSupplier didn't give me any controls !"); - // put teh field names into the respective listbox + // put the field names into the respective listbox m_lbField.Clear(); if (fmscContext.sFieldDisplayNames.Len() != 0) diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx index b5d4eadef78c..4c81b1d1f6e3 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.hxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx @@ -34,7 +34,7 @@ namespace dbaui //= OConnectionTabPage //========================================================================= - /** implements the connection page of teh data source properties dialog. + /** implements the connection page of the data source properties dialog. */ class OConnectionTabPage : public OConnectionHelper { diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx index 9539e384ecfe..5bec057852f3 100644 --- a/dbaccess/source/ui/inc/UITools.hxx +++ b/dbaccess/source/ui/inc/UITools.hxx @@ -188,7 +188,7 @@ namespace dbaui */ ::com::sun::star::awt::FontDescriptor CreateFontDescriptor( const Font& _rFont ); - /** call teh format dialog and set the selected format at the column + /** call the format dialog and set the selected format at the column @param _xAffectedCol Font to be converted @param _xField Font to be converted */ diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx index 7d5e72dc3336..0c943c7827b8 100644 --- a/editeng/source/items/svxfont.cxx +++ b/editeng/source/items/svxfont.cxx @@ -229,7 +229,7 @@ void SvxFont::DoOnCapitals(SvxDoCapitals &rDo, const xub_StrLen nPartLen) const while( nPos < nTxtLen ) { - // first in turn are teh uppercase letters + // first in turn are the uppercase letters // There are characters that are both upper- and lower-case L (eg blank) // Such ambiguities lead to chaos, this is why these characters are diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index 6802d3ed634a..5772daa67106 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -124,7 +124,7 @@ private: /** converts a string into his constant value if it exists, otherwise the type converter is used. * \param _rValue the value to be converted - * \param _ePropertyType teh type of the propery to be converted into + * \param _ePropertyType the type of the propery to be converted into * \return the converted value */ uno::Any convertStringToSimple( const ::rtl::OUString& _rValue,const uno::TypeClass& _ePropertyType ); diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java index 356ee0772791..4bce41405dbf 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java @@ -139,7 +139,7 @@ public class ViewContainer extends Thread // We use a system.exit() to finish the whole application. // And further we have registered THIS instance as a possible shutdown // hook at the runtime class. So our run() method will be called. - // Teh our view container should be empty - but + // Our view container should be empty - but // our listener container can include some references. // These objects wich to be informed then and release e.g. some // remote references. diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx index e415765466a8..da1efc198b3c 100644 --- a/reportdesign/inc/RptDef.hxx +++ b/reportdesign/inc/RptDef.hxx @@ -87,7 +87,7 @@ public: return lhs; } }; -/** returns teh object type depending on the service name +/** returns the object type depending on the service name @param _xComponent the report component */ REPORTDESIGN_DLLPUBLIC sal_uInt16 getObjectType(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent); diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx index e639500ce31c..b66c23982176 100644 --- a/reportdesign/source/ui/inc/GeometryHandler.hxx +++ b/reportdesign/source/ui/inc/GeometryHandler.hxx @@ -186,7 +186,7 @@ namespace rptui * * \param _sQuotedFunction the quoted function name * \param _Out_rDataField the data field which is used in the function - * \param _xFunctionsSupplier teh function supplier to search or empty if not used + * \param _xFunctionsSupplier the function supplier to search or empty if not used * \param _bSet If set to sal_True than the m_sDefaultFunction and m_sScope vars will be set if successful. * \return sal_True with known otherwise sal_False */ diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx index 10392dd6d8ae..fd8c3e0102d1 100644 --- a/sc/source/ui/undo/undoblk3.cxx +++ b/sc/source/ui/undo/undoblk3.cxx @@ -940,7 +940,7 @@ void ScUndoReplace::SetChangeTrack() if ( pChangeTrack ) { if ( pUndoDoc ) - { //! UndoDoc includes only teh changed cells, + { //! UndoDoc includes only the changed cells, // that is why an Iterator can be used pChangeTrack->AppendContentsIfInRefDoc( pUndoDoc, nStartChangeAction, nEndChangeAction ); diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index cb2e9554fc19..4aa4ed11ff13 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -293,7 +293,7 @@ void SmCursor::Delete(){ //Take the selected nodes and delete them... SmNodeList::iterator patchIt = TakeSelectedNodesFromList(pLineList); - //Get teh position to set after delete + //Get the position to set after delete PosAfterDelete = PatchLineList(pLineList, patchIt); //Finish editing diff --git a/svtools/inc/svtools/brwbox.hxx b/svtools/inc/svtools/brwbox.hxx index a62720f0923a..7e2ed70d7b04 100644 --- a/svtools/inc/svtools/brwbox.hxx +++ b/svtools/inc/svtools/brwbox.hxx @@ -660,7 +660,7 @@ public: @param _nRowId the current row @param _nColId - teh column id + the column id @param _bOnScreen <TRUE/> when the rectangle should be calculated OnScreen @return diff --git a/svx/inc/svx/svdpage.hxx b/svx/inc/svx/svdpage.hxx index 9d9e3f23d2ef..c8dd083019a4 100644 --- a/svx/inc/svx/svdpage.hxx +++ b/svx/inc/svx/svdpage.hxx @@ -234,7 +234,7 @@ public: @return This method returns <TRUE/> when the navigation positions stored in SdrObjects are up to date. - It returns <FALSE/> when teh navigation positions are not valid, + It returns <FALSE/> when the navigation positions are not valid, for example because no explicit navigation order has been defined, i.e. HasObjectNavigationOrder() would return <FALSE/>. */ diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx index 67b52b848223..62ac9a2184bb 100644 --- a/sw/source/core/text/inftxt.cxx +++ b/sw/source/core/text/inftxt.cxx @@ -1602,7 +1602,7 @@ SwTxtSlot::SwTxtSlot( const SwTxtSizeInfo *pNew, const SwLinePortion *pPor, else bOn = pPor->GetExpTxt( *pNew, aTxt ); - // Teh text is replaced ... + // The text is replaced ... if( bOn ) { pInf = (SwTxtSizeInfo*)pNew; diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 92c0b8e0db43..b6839f5309ef 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -260,7 +260,7 @@ protected: virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency ); public: - // public SalGraphics methods, the interface to teh independent vcl part + // public SalGraphics methods, the interface to the independent vcl part // get device resolution virtual void GetResolution( long& rDPIX, long& rDPIY ); diff --git a/xmloff/inc/xmloff/xmltypes.hxx b/xmloff/inc/xmloff/xmltypes.hxx index b49a1bb95951..c20394fd934e 100644 --- a/xmloff/inc/xmloff/xmltypes.hxx +++ b/xmloff/inc/xmloff/xmltypes.hxx @@ -64,7 +64,7 @@ #define MID_FLAG_MERGE_PROPERTY 0x01000000 // Export only: If an xml attribute with the same name has been exported -// already, supply its value to teh exportXML call and delete the existing +// already, supply its value to the exportXML call and delete the existing // atribute afterwards. #define MID_FLAG_MERGE_ATTRIBUTE 0x00800000 |