diff options
-rw-r--r-- | chart2/source/view/inc/MinimumAndMaximumSupplier.hxx | 2 | ||||
-rw-r--r-- | forms/source/component/FormComponent.cxx | 2 | ||||
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/excel/xichart.cxx | 2 | ||||
-rw-r--r-- | sw/inc/htmltbl.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/doc/docnum.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/dtrans/X11_selection.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx b/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx index 01959188a89d..22d37281d5b7 100644 --- a/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx +++ b/chart2/source/view/inc/MinimumAndMaximumSupplier.hxx @@ -50,7 +50,7 @@ public: virtual bool isExpandNarrowValuesTowardZero( sal_Int32 nDimensionIndex ) = 0; virtual bool isSeparateStackingForDifferentSigns( sal_Int32 nDimensionIndex ) = 0; - //return a constant out of ::com::sun::star::chart::TimeUnit that allows to display the smallest distance between occuring dates + //return a constant out of ::com::sun::star::chart::TimeUnit that allows to display the smallest distance between occurring dates virtual long calculateTimeResolutionOnXAxis() = 0; virtual void setTimeResolutionOnXAxis( long nTimeResolution, const Date& rNullDate ) = 0; diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index f750c66e6ae9..84804cb64690 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -2038,7 +2038,7 @@ void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload } // now that we're connected (more or less, even if we did not find a column), - // we definitely want to forward any potentially occuring value changes + // we definitely want to forward any potentially occurring value changes m_bForwardValueChanges = sal_True; // let derived classes react on this new connection m_bLoaded = sal_True; diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index 381f2719ed74..aaf3956a52f9 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -315,7 +315,7 @@ public: Method to be called by OPropertySetHelper::fire. @param bIgnoreRuntimeExceptionsWhileFiring - indicates whether occuring RuntimeExceptions shall be + indicates whether occurring RuntimeExceptions shall be ignored when firing notifications @param pnHandles the id's of the properties that changed. @param nCount the number of elements in the arrays pnHandles, pNewValues and pOldValues. diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx index b70aee53b8fb..82a814591163 100644 --- a/sc/source/filter/excel/xichart.cxx +++ b/sc/source/filter/excel/xichart.cxx @@ -3837,7 +3837,7 @@ void XclImpChChart::ReadChDataFormat( XclImpStream& rStrm ) itr, XclImpChDataFormatMap::value_type(rPos, xDataFmt)); /* Do not overwrite existing data format group, Excel always uses the - first data format group occuring in any CHSERIES group. */ + first data format group occurring in any CHSERIES group. */ } } diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx index 59e583aab5de..86c98a003224 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.hxx @@ -311,7 +311,7 @@ public: - If bForce is set, table will be recalculated even if this was disallowed by SetMustNotResize. - If nDelay > 0 the calculation is delayed accordingly. Resizing calls - occuring during delay-time are ignored, but the delay may be counted + occurring during delay-time are ignored, but the delay may be counted under certain circumstances. - If nDelay == HTMLTABLE_RESIZE_NOW, resize immediately and do not consider any resize-calls that might possibly be in order. diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx index 503a5832c084..e40d43e9c775 100644 --- a/sw/source/core/doc/docnum.cxx +++ b/sw/source/core/doc/docnum.cxx @@ -328,7 +328,7 @@ bool SwDoc::OutlineUpDown( const SwPaM& rPam, short nOffset ) } /* If moving of the outline levels is applicable, i.e. for all - outline levels occuring in the document there has to be a valid + outline levels occurring in the document there has to be a valid target outline level implied by aMoveArr. */ bool bMoveApplicable = true; for (n = nSttPos; n < nEndPos; n++) diff --git a/vcl/unx/generic/dtrans/X11_selection.cxx b/vcl/unx/generic/dtrans/X11_selection.cxx index 9922696d8b7b..cf84aa451ac3 100644 --- a/vcl/unx/generic/dtrans/X11_selection.cxx +++ b/vcl/unx/generic/dtrans/X11_selection.cxx @@ -3741,7 +3741,7 @@ void SelectionManager::shutdown() throw() osl_terminateThread( m_aThread ); /* * Allow thread to finish before app exits to avoid pulling the carpet - * out from under it if pasting is occuring during shutdown + * out from under it if pasting is occurring during shutdown * * a) allow it to have the Mutex and * b) reschedule to allow it to complete callbacks to any |