[Libreoffice-commits] core.git: cui/source dbaccess/source editeng/source extensions/source odk/examples reportdesign/inc reportdesign/source sc/source starmath/source svtools/inc svx/inc sw/source vcl/inc xmloff/inc

Julien Nabet serval2412 at yahoo.fr
Sat Feb 23 06:31:05 PST 2013


 cui/source/dialogs/cuifmsearch.cxx                                           |    2 +-
 dbaccess/source/ui/dlg/ConnectionPage.hxx                                    |    2 +-
 dbaccess/source/ui/inc/UITools.hxx                                           |    2 +-
 editeng/source/items/svxfont.cxx                                             |    2 +-
 extensions/source/propctrlr/stringrepresentation.cxx                         |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java |    2 +-
 reportdesign/inc/RptDef.hxx                                                  |    2 +-
 reportdesign/source/ui/inc/GeometryHandler.hxx                               |    2 +-
 sc/source/ui/undo/undoblk3.cxx                                               |    2 +-
 starmath/source/cursor.cxx                                                   |    2 +-
 svtools/inc/svtools/brwbox.hxx                                               |    2 +-
 svx/inc/svx/svdpage.hxx                                                      |    2 +-
 sw/source/core/text/inftxt.cxx                                               |    2 +-
 vcl/inc/win/salgdi.h                                                         |    2 +-
 xmloff/inc/xmloff/xmltypes.hxx                                               |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

New commits:
commit 7c7755473e41f28e78dc79b885f8a39783f64699
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 23 15:28:03 2013 +0100

    Fix typo "teh" -> "the"
    
    Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a

diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx
index 500f412..f81425e 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 b5d4ead..4c81b1d 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 9539e38..5bec057 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 7d5e72d..0c943c7 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 6802d3e..5772daa 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 356ee07..4bce414 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 e415765..da1efc1 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 e639500..b66c239 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 10392dd..fd8c3e0 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 cb2e955..4aa4ed1 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 a62720f..7e2ed70 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 9d9e3f2..c8dd083 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 67b52b8..62ac9a2 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 92c0b8e..b6839f5 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 b49a1bb..c20394f 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
 


More information about the Libreoffice-commits mailing list