diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /sc | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/chgtrack.cxx | 4 | ||||
-rw-r--r-- | sc/source/filter/excel/xeformula.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleCell.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleContextBase.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleEditObject.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/Accessibility/AccessiblePreviewCell.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/attrdlg/tabpages.cxx | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx index 254e423832b7..903d06bf1eca 100644 --- a/sc/source/core/tool/chgtrack.cxx +++ b/sc/source/core/tool/chgtrack.cxx @@ -838,7 +838,7 @@ ScChangeActionDel::ScChangeActionDel( const sal_uLong nActionNumber, const ScChangeActionState eStateP, const sal_uLong nRejectingNumber, const ScBigRange& aBigRangeP, const OUString& aUserP, const DateTime& aDateTimeP, const OUString &sComment, - const ScChangeActionType eTypeP, const SCsCOLROW nD, ScChangeTrack* pTrackP) : // wich of nDx and nDy is set is depend on the type + const ScChangeActionType eTypeP, const SCsCOLROW nD, ScChangeTrack* pTrackP) : // which of nDx and nDy is set depends on the type ScChangeAction(eTypeP, aBigRangeP, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment), pTrack( pTrackP ), pFirstCell( NULL ), @@ -1184,7 +1184,7 @@ ScChangeActionMove::ScChangeActionMove( const sal_uLong nRejectingNumber, const ScBigRange& aToBigRange, const OUString& aUserP, const DateTime& aDateTimeP, const OUString &sComment, const ScBigRange& aFromBigRange, - ScChangeTrack* pTrackP) : // wich of nDx and nDy is set is depend on the type + ScChangeTrack* pTrackP) : // which of nDx and nDy is set depends on the type ScChangeAction(SC_CAT_MOVE, aToBigRange, nActionNumber, nRejectingNumber, eStateP, aDateTimeP, aUserP, sComment), aFromRange(aFromBigRange), pTrack( pTrackP ), diff --git a/sc/source/filter/excel/xeformula.cxx b/sc/source/filter/excel/xeformula.cxx index 1ef37c34fd9e..5265bd1fd4cd 100644 --- a/sc/source/filter/excel/xeformula.cxx +++ b/sc/source/filter/excel/xeformula.cxx @@ -697,7 +697,7 @@ void XclExpFmlaCompImpl::RecalcTokenClass( const XclExpTokenConvInfo& rConvInfo, case EXC_PARAMCONV_RPX: /* If parent token has REF class (REF token in REFTYPE function parameter), then RPX repeats the previous - effective conversion (wich will be either ORG or ARR, + effective conversion (which will be either ORG or ARR, but never VAL), otherwise falls back to ORG conversion. */ eClassConv = bWasRefClass ? ePrevClassConv : EXC_CLASSCONV_ORG; break; diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index e167eb2b4faf..72c61917dc49 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -73,7 +73,7 @@ ScAccessibleCell::~ScAccessibleCell() { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index 3b58ba1fb40b..71932dcd2978 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -63,7 +63,7 @@ ScAccessibleContextBase::~ScAccessibleContextBase(void) { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx b/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx index 7aefcce961c8..20f18bc2ac33 100644 --- a/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx @@ -156,7 +156,7 @@ ScAccessibleDataPilotControl::~ScAccessibleDataPilotControl(void) { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } @@ -565,7 +565,7 @@ ScAccessibleDataPilotButton::~ScAccessibleDataPilotButton(void) { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx index afcd4ff01bc3..74fefb455a0c 100644 --- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx @@ -1266,7 +1266,7 @@ ScAccessibleDocumentPagePreview::~ScAccessibleDocumentPagePreview(void) { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessibleEditObject.cxx b/sc/source/ui/Accessibility/AccessibleEditObject.cxx index 93d175d446c4..b99d4826776d 100644 --- a/sc/source/ui/Accessibility/AccessibleEditObject.cxx +++ b/sc/source/ui/Accessibility/AccessibleEditObject.cxx @@ -63,7 +63,7 @@ ScAccessibleEditObject::~ScAccessibleEditObject() { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx index 2b8df1b29faa..6ae7159bcbb1 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx @@ -59,7 +59,7 @@ ScAccessiblePreviewCell::~ScAccessiblePreviewCell() { // increment refcount to prevent double call off dtor osl_atomic_increment( &m_refCount ); - // call dispose to inform object wich have a weak reference to this object + // call dispose to inform object which have a weak reference to this object dispose(); } } diff --git a/sc/source/ui/attrdlg/tabpages.cxx b/sc/source/ui/attrdlg/tabpages.cxx index 94ecdc0f3c99..6f4da2036fc8 100644 --- a/sc/source/ui/attrdlg/tabpages.cxx +++ b/sc/source/ui/attrdlg/tabpages.cxx @@ -95,7 +95,7 @@ void ScTabPageProtection::Reset( const SfxItemSet& rCoreAttrs ) bDontCare = bTriEnabled; if (bTriEnabled) { - // Defaults wich appear when a TriState will be clicked away: + // Defaults which appear when a TriState will be clicked away: // (because everything combined is an attribute, and also only // everything combined as DontCare can be available - #38543#) |