diff options
-rw-r--r-- | dbaccess/source/ui/inc/brwctrlr.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/browserlistbox.cxx | 2 | ||||
-rw-r--r-- | filter/qa/complex/filter/detection/typeDetection/Helper.java | 4 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java | 2 | ||||
-rw-r--r-- | sc/source/core/data/cell.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/AccessibleDocumentViewBase.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/ChildrenManager.hxx | 2 | ||||
-rw-r--r-- | vcl/win/source/app/salinst.cxx | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index 6fa6097e28ba..59d464764922 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 0fcf385b5b3f..02cd2ea2e95c 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 233f42a24aa2..97918345cbd3 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 3dafc669cf10..b21190d173aa 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 97282b03eaeb..5ffd85e1382c 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 cf75b9733b19..2d55c2898881 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 9620d5305da6..6f05fe95426a 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 aa449f27584c..276c427e1136 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: { |