[Libreoffice-commits] core.git: dbaccess/source extensions/source filter/qa odk/examples sc/source sd/source svx/inc vcl/win

Julien Nabet serval2412 at yahoo.fr
Sat Feb 23 10:11:17 PST 2013


 dbaccess/source/ui/inc/brwctrlr.hxx                                       |    2 +-
 extensions/source/propctrlr/browserlistbox.cxx                            |    2 +-
 filter/qa/complex/filter/detection/typeDetection/Helper.java              |    4 ++--
 odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java |    2 +-
 sc/source/core/data/cell.cxx                                              |    2 +-
 sd/source/ui/inc/AccessibleDocumentViewBase.hxx                           |    2 +-
 svx/inc/svx/ChildrenManager.hxx                                           |    2 +-
 vcl/win/source/app/salinst.cxx                                            |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 2dca0ccf0760a64eab986c178873926a6a125cc5
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 23 19:09:11 2013 +0100

    Fix typo recieved/received
    
    Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648

diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx
index 6fa6097..59d4647 100644
--- a/dbaccess/source/ui/inc/brwctrlr.hxx
+++ b/dbaccess/source/ui/inc/brwctrlr.hxx
@@ -114,7 +114,7 @@ namespace dbaui
         sal_uInt16              m_nFormActionNestingLevel;      // see enter-/leaveFormAction
 
         sal_Bool                m_bLoadCanceled : 1;            // the load was canceled somehow
-        bool                    m_bCannotSelectUnfiltered : 1;  // recieved an DATA_CANNOT_SELECT_UNFILTERED error
+        bool                    m_bCannotSelectUnfiltered : 1;  // received an DATA_CANNOT_SELECT_UNFILTERED error
 
     protected:
         class FormErrorHelper
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index 0fcf385..02cd2ea 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -162,7 +162,7 @@ namespace pcr
         */
         void SAL_CALL dispose();
 
-        /** sets the notification mode, so that notifications recieved from the controls are
+        /** sets the notification mode, so that notifications received from the controls are
             forwarded to our IControlContext either synchronously or asynchronously
             @param  _eMode
                 the new notification mode
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index 233f42a..9791834 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -134,13 +134,13 @@ public class Helper  {
 
              // example: data = "firstData;secondData;;forthData"
              // => three tokens => missing one data because the imagine
-             // "thirdData" was not recieved by data.nextToken()
+             // "thirdData" was not received by data.nextToken()
              // Therefore here comes a special handling for empty datas
              boolean nextIsData = false;
              int dataCount = 0;
              while (data.hasMoreTokens()) {
                  String myToken = data.nextToken();
-                 // if the "thirdData" will be recieved, myToken=";" but
+                 // if the "thirdData" will be received, myToken=";" but
                  // vData must add an empty String
                  if (myToken.equals(";")){
                      if (nextIsData ) {
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
index 3dafc66..b21190d 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
@@ -351,7 +351,7 @@ public class LinguisticExamples
         public void processLinguServiceEvent( LinguServiceEvent aServiceEvent )
         {
             //! do here whatever you think needs to be done depending
-            //! on the event recieved (e.g. trigger background spellchecking
+            //! on the event received (e.g. trigger background spellchecking
             //! or hyphenation again.)
 
             System.out.println("Listener called");
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx
index 97282b0..5ffd85e 100644
--- a/sc/source/core/data/cell.cxx
+++ b/sc/source/core/data/cell.cxx
@@ -780,7 +780,7 @@ ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, cons
     pCode = rCell.pCode->Clone();
 
     //  set back any errors and recompile
-    //  not in the Clipboard - it must keep the recieved error flag
+    //  not in the Clipboard - it must keep the received error flag
     //  Special Length=0: as bad cells are generated, then they are also retained
     if ( pCode->GetCodeError() && !pDocument->IsClipboard() && pCode->GetLen() )
     {
diff --git a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
index cf75b97..2d55c28 100644
--- a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
+++ b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx
@@ -122,7 +122,7 @@ public:
     //=====  IAccessibleViewForwarderListener  ================================
 
     /** A view forwarder change is signalled for instance when any of the
-        window events is recieved.  Thus, instead of overloading the four
+        window events is received.  Thus, instead of overloading the four
         windowResized... methods it will be sufficient in most cases just to
         overload this method.
      */
diff --git a/svx/inc/svx/ChildrenManager.hxx b/svx/inc/svx/ChildrenManager.hxx
index 9620d53..6f05fe9 100644
--- a/svx/inc/svx/ChildrenManager.hxx
+++ b/svx/inc/svx/ChildrenManager.hxx
@@ -53,7 +53,7 @@ class ChildrenManagerImpl;
     forwarder in the shape tree info.</p>
 
     <p>A children manager registers itself at the broadcaster passed to its
-    constructor and transforms/forwards the recieved events to the listeners
+    constructor and transforms/forwards the received events to the listeners
     of the also given context base.  The transformation process includes
     interpreting a <type>document::XEventListener</type>, the change from
     XShape references to the associated XAccessible reference, and the
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index aa449f2..276c427e1 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -726,7 +726,7 @@ LRESULT CALLBACK SalComWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lPar
             rDef = FALSE;
             break;
         // If we get this message, because another GetMessage() call
-        // has recieved this message, we must post this message to
+        // has received this message, we must post this message to
         // us again, because in the other case we wait forever.
         case SAL_MSG_RELEASEWAITYIELD:
             {


More information about the Libreoffice-commits mailing list