[Libreoffice-commits] .: connectivity/inc connectivity/source dbaccess/source filter/source fpicker/source framework/source hwpfilter/source mysqlc/source odk/examples qadevOOo/tests sfx2/source starmath/source sw/inc sw/source udkapi/com

Michael Meeks michael at kemper.freedesktop.org
Mon Feb 13 07:28:37 PST 2012


 connectivity/inc/connectivity/sdbcx/VCatalog.hxx                              |    2 +-
 connectivity/source/drivers/kab/KStatement.cxx                                |    2 +-
 connectivity/source/drivers/macab/MacabStatement.cxx                          |    2 +-
 connectivity/source/drivers/mozab/MStatement.cxx                              |    2 +-
 dbaccess/source/core/api/RowSetCache.cxx                                      |    2 +-
 dbaccess/source/ui/dlg/DbAdminImpl.hxx                                        |    2 +-
 dbaccess/source/ui/querydesign/QueryDesignView.cxx                            |    2 +-
 dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx                         |    4 ++--
 filter/source/config/cache/filterfactory.cxx                                  |   10 +++++-----
 fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx                       |    4 ++--
 framework/source/classes/framecontainer.cxx                                   |    2 +-
 framework/source/dispatch/dispatchprovider.cxx                                |    2 +-
 framework/source/jobs/jobdata.cxx                                             |    2 +-
 hwpfilter/source/hwpreader.cxx                                                |    2 +-
 mysqlc/source/mysqlc_statement.cxx                                            |    2 +-
 odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx           |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java |    2 +-
 qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java                              |    2 +-
 sfx2/source/control/shell.cxx                                                 |    2 +-
 starmath/source/mathmlimport.cxx                                              |    2 +-
 sw/inc/editsh.hxx                                                             |    2 +-
 sw/source/core/table/swnewtable.cxx                                           |    2 +-
 sw/source/filter/ww8/writerhelper.hxx                                         |    2 +-
 sw/source/filter/ww8/ww8graf.hxx                                              |    2 +-
 sw/source/filter/ww8/ww8par5.cxx                                              |    2 +-
 sw/source/filter/ww8/ww8par6.cxx                                              |    2 +-
 sw/source/filter/ww8/ww8scan.cxx                                              |    2 +-
 udkapi/com/sun/star/script/ContextInformation.idl                             |    4 ++--
 28 files changed, 35 insertions(+), 35 deletions(-)

New commits:
commit 806bec7107c426d0d05ceabd82da159e75d7f5ed
Author: Elton Chung <elton at layerjet.com>
Date:   Sat Feb 11 12:37:03 2012 +0800

    Fix typos in comments

diff --git a/connectivity/inc/connectivity/sdbcx/VCatalog.hxx b/connectivity/inc/connectivity/sdbcx/VCatalog.hxx
index dd2787a..95b963d 100644
--- a/connectivity/inc/connectivity/sdbcx/VCatalog.hxx
+++ b/connectivity/inc/connectivity/sdbcx/VCatalog.hxx
@@ -88,7 +88,7 @@ namespace connectivity
             */
             virtual ::rtl::OUString buildName(  const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow >& _xRow);
 
-            /** fills a vector with the nescessary names which can be used in combination with the collections.
+            /** fills a vector with the necessary names which can be used in combination with the collections.
                 For each row buildName will be called.
                 @param  _xResult
                     The resultset which should be used to fill the names. Will be disposed after return and set to NULL.
diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx
index 1571b92..29ff93e 100644
--- a/connectivity/source/drivers/kab/KStatement.cxx
+++ b/connectivity/source/drivers/kab/KStatement.cxx
@@ -525,7 +525,7 @@ sal_Bool KabCommonStatement::convertFastPropertyValue(
 // -------------------------------------------------------------------------
 void KabCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any&) throw (Exception)
 {
-    // set the value to whatever is nescessary
+    // set the value to whatever is necessary
     switch (nHandle)
     {
         case PROPERTY_ID_QUERYTIMEOUT:
diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx
index a5293f0..acd149d 100644
--- a/connectivity/source/drivers/macab/MacabStatement.cxx
+++ b/connectivity/source/drivers/macab/MacabStatement.cxx
@@ -552,7 +552,7 @@ sal_Bool MacabCommonStatement::convertFastPropertyValue(
 // -------------------------------------------------------------------------
 void MacabCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any&) throw (Exception)
 {
-    // set the value to whatever is nescessary
+    // set the value to whatever is necessary
     switch (nHandle)
     {
         case PROPERTY_ID_QUERYTIMEOUT:
diff --git a/connectivity/source/drivers/mozab/MStatement.cxx b/connectivity/source/drivers/mozab/MStatement.cxx
index c8a59a6..d216df9 100644
--- a/connectivity/source/drivers/mozab/MStatement.cxx
+++ b/connectivity/source/drivers/mozab/MStatement.cxx
@@ -424,7 +424,7 @@ sal_Bool OCommonStatement::convertFastPropertyValue(
 // -------------------------------------------------------------------------
 void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& /*rValue*/) throw (Exception)
 {
-    // set the value to what ever is nescessary
+    // set the value to whatever is necessary
     switch(nHandle)
     {
         case PROPERTY_ID_QUERYTIMEOUT:
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index 6a853e6..63850dd 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -273,7 +273,7 @@ ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs,
         {
             if ( bBookmarkable )
             {
-                // here I know that we have a read only bookmarable cursor
+                // here I know that we have a read only bookmarkable cursor
                 _xRs->beforeFirst();
                 m_nPrivileges = Privilege::SELECT;
                 m_pCacheSet = new WrappedResultSet(i_nMaxRows);
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.hxx b/dbaccess/source/ui/dlg/DbAdminImpl.hxx
index 2e4c2b2..c620c85 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.hxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.hxx
@@ -137,7 +137,7 @@ namespace dbaui
         */
         String getConnectionURL() const;
 
-        /// fill the nescessary information from the url line
+        /// fill the necessary information from the url line
         void convertUrl(SfxItemSet& _rDest);
 
         const MapInt2String& getIndirectProperties() const { return m_aIndirectPropTranslator; }
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 16c87e4..397cedb 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -3125,7 +3125,7 @@ void OQueryDesignView::GetFocus()
     OQueryView::GetFocus();
     if ( m_pSelectionBox && !m_pSelectionBox->HasChildPathFocus() )
     {
-        // first we have to deactivate the current cell to refill when nescessary
+        // first we have to deactivate the current cell to refill when necessary
         m_pSelectionBox->DeactivateCell();
         m_pSelectionBox->ActivateCell(m_pSelectionBox->GetCurRow(), m_pSelectionBox->GetCurColumnId());
         m_pSelectionBox->GrabFocus();
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
index 35b666f..0f2f5a8 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
@@ -255,7 +255,7 @@ namespace dbaui
             @param  _sFieldName
                 The field name inserted by the user.
             @param  _pEntry
-                The entry which will contain the nescessary entries.
+                The entry which will contain the necessary entries.
             @param  _bListAction
                 Will be set to <TRUE/> when we are in a list action otherwise <FALSE/>
             @return
@@ -279,7 +279,7 @@ namespace dbaui
             @param  _xMetaData
                 Use to parse the node to a string.
             @param  _pEntry
-                The entry which will contain the nescessary entries.
+                The entry which will contain the necessary entries.
             @param  _bListAction
                 Will be set to <TRUE/> when we are in a list action otherwise <FALSE/>
             @return
diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx
index cbd1e7e..87702f7 100644
--- a/filter/source/config/cache/filterfactory.cxx
+++ b/filter/source/config/cache/filterfactory.cxx
@@ -372,9 +372,9 @@ OUStringList FilterFactory::impl_queryMatchByDocumentService(const QueryTokenize
             const CacheItem                 aFilter = pCache->getItem(FilterCache::E_FILTER, sName);
                 CacheItem::const_iterator pProp   ;
 
-            // "matchByDocumentService="                    => any filter will be adressed here
-            // "matchByDocumentService=all"                 => any filter will be adressed here
-            // "matchByDocumentService=com.sun.star..."     => only filter matching this document service will be adressed
+            // "matchByDocumentService="                    => any filter will be addressed here
+            // "matchByDocumentService=all"                 => any filter will be addressed here
+            // "matchByDocumentService=com.sun.star..."     => only filter matching this document service will be addressed
             ::rtl::OUString sCheckValue = aFilter.getUnpackedValueOrDefault(PROPNAME_DOCUMENTSERVICE, ::rtl::OUString());
             if (
                 (!sDocumentService.isEmpty()                   ) &&
@@ -388,7 +388,7 @@ OUStringList FilterFactory::impl_queryMatchByDocumentService(const QueryTokenize
             // "iflags="        => not allowed
             // "iflags=-1"      => not allowed
             // "iflags=0"       => not usefull
-            // "iflags=283648"  => only filter, which has set these flag field will be adressed
+            // "iflags=283648"  => only filter, which has set these flag field will be addressed
             sal_Int32 nCheckValue = aFilter.getUnpackedValueOrDefault(PROPNAME_FLAGS, (sal_Int32)0);
             if (
                 (nIFlags > 0                       ) &&
@@ -401,7 +401,7 @@ OUStringList FilterFactory::impl_queryMatchByDocumentService(const QueryTokenize
             // "eflags="        => not allowed
             // "eflags=-1"      => not allowed
             // "eflags=0"       => not usefull
-            // "eflags=283648"  => only filter, which has not set these flag field will be adressed
+            // "eflags=283648"  => only filter, which has not set these flag field will be addressed
             if (
                 (nEFlags > 0                       ) &&
                 ((nCheckValue & nEFlags) == nEFlags)
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
index 78e7ecd..174881a 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
@@ -269,9 +269,9 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
         void impl_sta_EnableControl(const RequestRef& rRequest);
 
         //---------------------------------------------------------------------
-        /** create all needed (optional!) UI controls adressed by the field nFeatures.
+        /** create all needed (optional!) UI controls addressed by the field nFeatures.
          *  The given number nFeatures is used as a flag field. Use const values FEATURE_XXX
-         *  to adress it.
+         *  to address it.
          *
          *  Internal new controls will be added to the dialog. Every control can be accessed
          *  by it's own control id. Those control ID must be one of the const set
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 67e7dbf..6c2bbdd 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -227,7 +227,7 @@ sal_uInt32 FrameContainer::getCount() const
                 So it will be marked as deprecated and should be replaced by "getAllElements()".
 
     @param      nIndex
-                    a valud between 0 and (getCount()-1) to adress one container item
+                    a valud between 0 and (getCount()-1) to address one container item
 
     @return     a reference to a frame inside the container, which match with given index
 
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index a3f3eb0..562dd74 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -369,7 +369,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame
     {
         css::uno::Reference< css::frame::XDispatchProvider > xParent( xFrame->getCreator(), css::uno::UNO_QUERY );
         if (xParent.is())
-            // SELF => we must adress the parent directly... and not his parent or any other parent!
+            // SELF => we must address the parent directly... and not his parent or any other parent!
             xDispatcher = xParent->queryDispatch(aURL, SPECIALTARGET_SELF, 0);
     }
 
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index f65c3d9..d059fd4 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -162,7 +162,7 @@ JobData::~JobData()
 //________________________________
 /**
     @short      initalize this instance as a job with configuration
-    @descr      They given alias can be used to adress some configuraton data.
+    @descr      They given alias can be used to address some configuraton data.
                 We read it and fill our internal structures. Of course old informations
                 will be lost doing so.
 
diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index 5eb6391..5e977dc 100644
--- a/hwpfilter/source/hwpreader.cxx
+++ b/hwpfilter/source/hwpreader.cxx
@@ -4764,7 +4764,7 @@ void HwpReader::makeShowPageNum()
 
 
 /**
- * mail merge operation using hwp adressbook and hwp data form.
+ * mail merge operation using hwp addressbook and hwp data form.
  * not support operation in OO writer.
  */
 void HwpReader::makeMailMerge(MailMerge * hbox)
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx
index 736a3b1..c323835 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -424,7 +424,7 @@ void OCommonStatement::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const
     throw (Exception)
 {
     OSL_TRACE("OCommonStatement::setFastPropertyValue_NoBroadcast");
-    // set the value to what ever is nescessary
+    // set the value to what ever is necessary
     switch (nHandle) {
         case PROPERTY_ID_QUERYTIMEOUT:
         case PROPERTY_ID_MAXFIELDSIZE:
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
index ea1bf91..2d24f8b 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
@@ -302,7 +302,7 @@ sal_Bool OStatement_Base::convertFastPropertyValue(
 // -------------------------------------------------------------------------
 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue) throw (Exception)
 {
-    // set the value to what ever is nescessary
+    // set the value to what ever is necessary
     switch(nHandle)
     {
         case PROPERTY_ID_QUERYTIMEOUT:
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index a7cd1ce..8f3f7f1 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -565,7 +565,7 @@ public class FunctionHelper
                 OfficeConnect.getOfficeContext();
 
             // First prepare frame for loading
-            // We must adress it inside the frame tree without any complications.
+            // We must address it inside the frame tree without any complications.
             // So we set an unambigous (we hope it) name and use it later.
             // Don't forget to reset original name after that.
                    sOldName = xFrame.getName();
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
index 2391eb5..5251464 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
@@ -245,7 +245,7 @@ public class ScTableSheetObj extends TestCase {
         // do not execute com::sun::star::sheets::XCellSeries::fillAuto()
         tEnv.addObjRelation("XCELLSERIES_FILLAUTO", new Boolean(false));
 
-        // set the adress ranges of the cells (see values set above): for e.g. XSheetOutline test
+        // set the address ranges of the cells (see values set above): for e.g. XSheetOutline test
         tEnv.addObjRelation("CellRangeAddress",
             new CellRangeAddress((short)0, 6, 6, 8, 8));
         tEnv.addObjRelation("CellRangeSubAddress",
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index ecda3ac..fbb5cd6 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -443,7 +443,7 @@ SfxRepeatTarget* SfxShell::GetRepeatTarget() const
 /*  [Description]
 
     Returns a pointer to the <SfxRepeatTarget> instance that is used in
-    SID_REPEAT as repeat target when it is adressed from the <SfxUndoManager>
+    SID_REPEAT as repeat target when it is addressed from the <SfxUndoManager>
     supplied by this SfxShell. The return value can be NULL.
 
     [Note]
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 50a412c..6c94b65 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -2293,7 +2293,7 @@ void SmXMLRowContext_Impl::EndElement()
         //If the first or last element is an operator with stretchyness
         //set then we must create a brace node here from those elements,
         //removing the stretchness from the operators and applying it to
-        //ourselves, and creating the appropiate dummy StarMath none bracket
+        //ourselves, and creating the appropriate dummy StarMath none bracket
         //to balance the arrangement
         if (((aRelationArray[0]->GetScaleMode() == SCALE_HEIGHT)
             && (aRelationArray[0]->GetType() == NMATH))
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index a16330a..0f35852 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -284,7 +284,7 @@ public:
     /* FormatCollections (new) - Explaining the general naming pattern:
      * GetXXXCount() returns the count of xxx in the document.
      * GetXXX(i)     returns i-th xxx (ERR_RAISE if beyond range!).
-     * DelXXX(i)     delets i-th xxx  (ERR_RAISE if beyond range!).
+     * DelXXX(i)     deletes i-th xxx  (ERR_RAISE if beyond range!).
      * GetCurXXX()   returns xxx that is valid at cursor or in ranges.
      *               returns 0, if not unanimuous.
      * SetXXX()      sets xxx at cursor or in ranges.
diff --git a/sw/source/core/table/swnewtable.cxx b/sw/source/core/table/swnewtable.cxx
index 2bba4e2..d2ba75e 100644
--- a/sw/source/core/table/swnewtable.cxx
+++ b/sw/source/core/table/swnewtable.cxx
@@ -834,7 +834,7 @@ bool SwTable::PrepareMerge( const SwPaM& rPam, SwSelBoxes& rBoxes,
     // box, the left and right border does not need to be changed.
     // The right and bottom border instead has to be derived from the right-
     // bottom box of the selection. If this is a overlapped cell,
-    // the appropiate master box.
+    // the appropriate master box.
     SwTableBox* pLastBox = 0; // the right-bottom (master) cell
     SwDoc* pDoc = GetFrmFmt()->GetDoc();
     SwPosition aInsPos( *pMergeBox->GetSttNd()->EndOfSectionNode() );
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 2f16b06..5218e5a 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -622,7 +622,7 @@ namespace sw
             e.g. Page Anchored elements will not be. For the winword export we
             need them to have something to be anchored to. So this method
             returns all the floating elements in a document as a STL container
-            of sw::Frames which are guaranteed to have an appropiate anchor.
+            of sw::Frames which are guaranteed to have an appropriate anchor.
 
             @param rDoc
             The SwDoc document to get the styles from
diff --git a/sw/source/filter/ww8/ww8graf.hxx b/sw/source/filter/ww8/ww8graf.hxx
index 867c893..f4b110e 100644
--- a/sw/source/filter/ww8/ww8graf.hxx
+++ b/sw/source/filter/ww8/ww8graf.hxx
@@ -85,7 +85,7 @@ public:
     void InsertTextLayerObject(SdrObject* pObject);
     /*
      cmc: We should have have seperate ZOrder classes for 95- and 97+ and
-     instantiate the appropiate one at run time.
+     instantiate the appropriate one at run time.
      */
     void InsertDrawingObject(SdrObject* pObj, short nWwHeight);
     // new parameter <_bInHeaderFooter>, indicating that object is in header or footer
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index 6a7a02a..e6b1de4 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -1372,7 +1372,7 @@ the field, which gives the same effect and meaning, to do so we must
 get any bookmarks in the field range, and begin them immediately before
 the set/ask field, and end them directly afterwards. MapBookmarkVariables
 returns an identifier of the bookmark attribute to close after inserting
-the appropiate set/ask field.
+the appropriate set/ask field.
 */
 long SwWW8ImplReader::MapBookmarkVariables(const WW8FieldDesc* pF,
     String &rOrigName, const String &rData)
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index e83b262..ba7d7ea 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -1457,7 +1457,7 @@ bool SwWW8ImplReader::SetBorder(SvxBoxItem& rBox, const WW8_BRC* pbrc,
 
             nSetBorders has a bit set for each location that a sprm set a
             border, so with a sprm set, but no border, then disable the
-            appropiate border
+            appropriate border
             */
             rBox.SetLine( 0, aIdArr[ i+1 ] );
         }
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index aab03f5..dfc04be 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -6499,7 +6499,7 @@ WW8PLCF_HdFt::WW8PLCF_HdFt( SvStream* pSt, WW8Fib& rFib, WW8Dop& rDop )
       endnote seperators, the documentation also gets the index numbers
       backwards when specifiying which bits to test. The bottom six bits
       of this value must be tested and skipped over. Each section's
-      grpfIhdt is then tested for the existence of the appropiate headers
+      grpfIhdt is then tested for the existence of the appropriate headers
       and footers, at the end of each section the nIdxOffset must be updated
       to point to the beginning of the next section's group of headers and
       footers in this PLCF, UpdateIndex does that task.
diff --git a/udkapi/com/sun/star/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl
index 11ea503..62a4002 100644
--- a/udkapi/com/sun/star/script/ContextInformation.idl
+++ b/udkapi/com/sun/star/script/ContextInformation.idl
@@ -40,8 +40,8 @@
  */
 published struct ContextInformation
 {
-    /** Full qualified name to adress the module or function associated with the context.
-        If the module or function can't be adressed by name, e.g., in case that a runtime
+    /** Full qualified name to address the module or function associated with the context.
+        If the module or function can't be addressed by name, e.g., in case that a runtime
         generated eval-module is executed, this string is empty
      */
     string Name;


More information about the Libreoffice-commits mailing list