diff options
32 files changed, 36 insertions, 36 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index cd22751726c5..e449e82613f6 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -1752,7 +1752,7 @@ bool StarBASIC::RTError( SbError code, const OUString& rMsg, sal_Int32 l, sal_In { // very confusing, even though MakeErrorText sets up the error text // seems that this is not used ( if rMsg already has content ) - // In the case of VBA MakeErrorText also formats the error to be alittle more + // In the case of VBA MakeErrorText also formats the error to be a little more // like vba ( adds an error number etc ) if ( SbiRuntime::isVBAEnabled() && ( code == SbERR_BASIC_COMPAT ) ) { diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx index f95a04589987..a5ceb6a9a3f7 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -609,7 +609,7 @@ RaiseInfo::RaiseInfo(typelib_TypeDescription * pTD)throw () // 2.Pass: Get the total needed memory for class ExceptionType // (with embedded type_info) and keep the sizes for each instance - // is stored in alloced int array + // is stored in allocated int array int *excecptionTypeSizeArray = new int[nLen]; nLen = 0; diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx index 90f5880165cd..85461bf0aa85 100644 --- a/chart2/source/view/axes/VCartesianAxis.cxx +++ b/chart2/source/view/axes/VCartesianAxis.cxx @@ -1132,7 +1132,7 @@ void VCartesianAxis::get2DAxisMainLine( B2DVector& rStart, B2DVector& rEnd, AxisLabelAlignment& rAlignment, double fCrossesOtherAxis ) const { //m_aAxisProperties might get updated and changed here because - // the label alignmant and inner direction sign depends exactly of the choice of the axis line position which is made here in this method + // the label alignment and inner direction sign depends exactly of the choice of the axis line position which is made here in this method double fMinX = m_pPosHelper->getLogicMinX(); double fMinY = m_pPosHelper->getLogicMinY(); diff --git a/connectivity/source/drivers/macab/MacabResultSet.cxx b/connectivity/source/drivers/macab/MacabResultSet.cxx index a9d98fb8f6a3..c125af2d6afc 100644 --- a/connectivity/source/drivers/macab/MacabResultSet.cxx +++ b/connectivity/source/drivers/macab/MacabResultSet.cxx @@ -83,7 +83,7 @@ void MacabResultSet::someMacabRecords(const MacabCondition *pCondition) delete m_aMacabRecords; // The copy constructor copies everything but records (including the - // maximum alloted size, which means that we'll never have to resize) + // maximum allocated size, which means that we'll never have to resize) m_aMacabRecords = new MacabRecords(allRecords); if(pCondition->isAlwaysFalse()) diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx index 51778a9f80db..db08cb9033e9 100644 --- a/desktop/source/deployment/registry/package/dp_package.cxx +++ b/desktop/source/deployment/registry/package/dp_package.cxx @@ -526,7 +526,7 @@ BackendImpl::PackageImpl::isRegistered_( { //In case the object was created for a removed extension (m_bRemoved = true) //but the extension is not registered, then bundle will be empty. Then - //the return value will be Optional<...>.IsPresent= false. Althoug this is + //the return value will be Optional<...>.IsPresent= false. Although this is //not true, this does not matter. Then registerPackage or revokePackage //would never be called for the items. But since the extension is removed //and not registered anyway, this does not matter. diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 9ff216a307cf..25854db1f9c4 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -389,7 +389,7 @@ namespace namespace { /** Helper class to buffer and hold a Primive target vector. It - encapsulates the new/delete functionality and aloows to work + encapsulates the new/delete functionality and allows to work on pointers of the implementation classes. All data will be converted to uno sequences of uno references when accessing the data. diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 8cd007a3de34..7d8af23f6b1f 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -483,7 +483,7 @@ sal_uInt32 ImpEditEngine::WriteRTF( SvStream& rOutput, EditSelection aSel ) sal_uInt32 nNumber = nStyle + 1; rOutput.WriteUInt32AsString( nNumber ); - // Attribute, alos from Parent! + // Attribute, also from Parent! for ( sal_uInt16 nParAttr = EE_PARA_START; nParAttr <= EE_CHAR_END; nParAttr++ ) { if ( pStyle->GetItemSet().GetItemState( nParAttr ) == SfxItemState::SET ) diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx index ea253438079f..7724107ea230 100644 --- a/framework/source/helper/persistentwindowstate.cxx +++ b/framework/source/helper/persistentwindowstate.cxx @@ -122,7 +122,7 @@ void SAL_CALL PersistentWindowState::frameAction(const css::frame::FrameActionEv case css::frame::FrameAction_COMPONENT_REATTACHED : { // nothing todo here, because its not allowed to change position and size - // of an alredy existing frame! + // of an already existing frame! } break; diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index ae1e07a5619c..d4522a903470 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -250,9 +250,9 @@ sal_Bool SAL_CALL Desktop::terminate() // This is special trick to "ignore existing quick starter" for debug purposes. // Attention: - // Order of alled listener is important ! - // some of them are harmless .-) - // But some of them can be dangerous. E.g. it would be dangerous if we close our pipe + // Order of called listener is important! + // Some of them are harmless,-) + // but some can be dangerous. E.g. it would be dangerous if we close our pipe // and dont terminate in real because another listener throws a veto exception .-) bool bTerminate = false; diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index b77144d8a50c..fe29f5c5146b 100644 --- a/include/canvas/base/canvascustomspritehelper.hxx +++ b/include/canvas/base/canvascustomspritehelper.hxx @@ -147,7 +147,7 @@ namespace canvas bool isActive() const { return mbActive; } protected: - /** Notifies that caller is again in sync with current alph + /** Notifies that caller is again in sync with current alpha const, but modifies state visible to derived classes. beware of passing this information to the diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx index 388153718d02..247bf7b99546 100644 --- a/include/canvas/canvastools.hxx +++ b/include/canvas/canvastools.hxx @@ -258,7 +258,7 @@ namespace canvas transformed rectangle. This method checks for polygonal containedness, i.e. the - transformed rectangle is not represented as an axis-alignd + transformed rectangle is not represented as an axis-aligned rectangle anymore (like calcTransformedRectBounds()), but polygonal. Thus, the insideness test is based on tight bounds. diff --git a/include/comphelper/serviceinfohelper.hxx b/include/comphelper/serviceinfohelper.hxx index e5ee70866aec..cfbb5ce6d1de 100644 --- a/include/comphelper/serviceinfohelper.hxx +++ b/include/comphelper/serviceinfohelper.hxx @@ -29,7 +29,7 @@ namespace comphelper { * * you can override the <code>getSupprotedServiceNames</code> to implement a XServiceInfo. * you can use the static helper methods to combine your services with that of parent - * or aggregatet classes. + * or aggregated classes. */ class COMPHELPER_DLLPUBLIC ServiceInfoHelper : public ::com::sun::star::lang::XServiceInfo { diff --git a/include/dbaccess/controllerframe.hxx b/include/dbaccess/controllerframe.hxx index 7a990d0acc1c..edebdaee5645 100644 --- a/include/dbaccess/controllerframe.hxx +++ b/include/dbaccess/controllerframe.hxx @@ -36,7 +36,7 @@ namespace dbaui //= ControllerFrame struct ControllerFrame_Data; - /** helper class to ancapsulate the frame which a controller is plugged into, + /** helper class to encapsulate the frame which a controller is plugged into, doing some common actions on it. */ class ControllerFrame diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx index 3c4de2782e4d..6325b23fe12a 100644 --- a/include/oox/ole/vbaproject.hxx +++ b/include/oox/ole/vbaproject.hxx @@ -65,7 +65,7 @@ private: -/** Base class for objects that attach a amcro to a specific action. +/** Base class for objects that attach a macro to a specific action. Purpose is to collect objects that need to attach a VBA macro to an action. The VBA project will be loaded at a very late point of the document import diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx index 224dcb7e94d8..0a39b70bef90 100644 --- a/include/unotools/viewoptions.hxx +++ b/include/unotools/viewoptions.hxx @@ -144,10 +144,10 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op /*-**************************************************************************************************** @short use it to delete an entry of dynamic view set - @descr You can use this method to delete anexisting node in configuration. + @descr You can use this method to delete an existing node in configuration. But if you call a Set- or Get- method again on this instance the item is created again! If you do nothing after this call - your view will die relay in configuration ... + your view will die relay in configuration... @seealso method Exist() diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 965d47065d79..59af8ee62c7b 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -600,7 +600,7 @@ public: sal_uInt16 GetListBoxMaximumLineCount() const; // maximum column count for the ColorValueSet control. Default is 12 and this is optimized for the - // color scheme which has 12-color alogned layout for the part taken over from Symphony. Do + // color scheme which has 12-color aligned layout for the part taken over from Symphony. Do // only change this if you know what you are doing. void SetColorValueSetColumnCount(sal_uInt16 nCount); sal_uInt16 GetColorValueSetColumnCount() const; diff --git a/oox/source/dump/dumperbase.cxx b/oox/source/dump/dumperbase.cxx index 9b3cc6c58593..7c215514b413 100644 --- a/oox/source/dump/dumperbase.cxx +++ b/oox/source/dump/dumperbase.cxx @@ -562,7 +562,7 @@ OUString lclTrimQuotedStringList( const OUString& rStr ) { // quoted string, skip leading quote character ++nPos; - // process quoted text and ambedded literal quote characters + // process quoted text and embedded literal quote characters OUStringBuffer aToken; do { diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index 9accde974966..e2d2f00c75fa 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -2758,7 +2758,7 @@ struct SetDirtyAfterLoadHandler * this method here then. */ - // If the cell was alsready dirty because of CalcAfterLoad, + // If the cell was already dirty because of CalcAfterLoad, // FormulaTracking has to take place. if (pCell->GetDirty()) pCell->SetDirty(); diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index 90eb0fe7cd15..2d73d3ec157b 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -3684,7 +3684,7 @@ void ScDocument::SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt ) (*it)->SetAllFormulasDirty(rCxt); } - // Allthough Charts are also set to dirty in Tracking without AutoCalc + // Although Charts are also set to dirty in Tracking without AutoCalc // if all formulas are dirty, the charts can no longer be caught // (#45205#) - that is why all Charts have to be explicitly handled again if (pChartListenerCollection) diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx index f8c5ac79e932..f24c705a5685 100644 --- a/sc/source/core/data/dptabsrc.cxx +++ b/sc/source/core/data/dptabsrc.cxx @@ -793,7 +793,7 @@ void ScDPSource::CreateRes_Impl() nDataOrient = sheet::DataPilotFieldOrientation_ROW; } - // TODO: Aggreate pDataNames, pDataRefValues, nDataRefOrient, and + // TODO: Aggregate pDataNames, pDataRefValues, nDataRefOrient, and // eDataFunctions into a structure and use vector instead of static // or pointer arrays. vector<OUString> aDataNames; diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx index 7afa1d66870f..0ed03201dd92 100644 --- a/sc/source/core/data/patattr.cxx +++ b/sc/source/core/data/patattr.cxx @@ -952,7 +952,7 @@ void ScPatternAttr::GetFromEditItemSet( const SfxItemSet* pEditSet ) void ScPatternAttr::FillEditParaItems( SfxItemSet* pEditSet ) const { // already there in GetFromEditItemSet, but not in FillEditItemSet - // Default horizontal alignmnet is always implemented as left + // Default horizontal alignment is always implemented as left const SfxItemSet& rMySet = GetItemSet(); diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx index 5a63adca5d4d..e173f45c8dd1 100644 --- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx +++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx @@ -286,7 +286,7 @@ private: } } } - // sort children alpahbetically + // sort children alphabetically ::std::sort( m_vStr.begin(), m_vStr.end(), alphaSort() ); } }; diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx index 9e59223ecaf3..2d1add3a91ab 100644 --- a/sd/source/ui/view/ToolBarManager.cxx +++ b/sd/source/ui/view/ToolBarManager.cxx @@ -126,7 +126,7 @@ public: */ void ClearGroup (sd::ToolBarManager::ToolBarGroup eGroup); - /** Add a shell. When the specified shell has alreadt been requested + /** Add a shell. When the specified shell has already been requested for another group then it is moved to this group. @param eGroup The group to which to add the shell. diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx index 716e02394281..1dde126d5b38 100644 --- a/slideshow/source/inc/eventmultiplexer.hxx +++ b/slideshow/source/inc/eventmultiplexer.hxx @@ -681,8 +681,8 @@ public: This method is to be used from the AnimationNode objects to signal that audio playback has just - stopped. This will invoke all registered audio - stopped andlers. + stopped. This will invoke all registered audio + stopped handlers. @param rNode Node for which audio has stopped. diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 582ecbe66cf3..05713df654ef 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -1354,7 +1354,7 @@ void SVTXFormattedField::setFormatKey(sal_Int32 nKey) else { // probably I am in a block, in which first the key and next the formatter will be set, - // initially this happens quite certain, as the properties are set in alphabettic sequence, + // initially this happens quite certain, as the properties are set in alphabetic sequence, // and the FormatsSupplier is processed before the FormatKey nKeyToSetDelayed = nKey; } diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index 95152e42cfb9..86d96bec4fc0 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx @@ -1110,7 +1110,7 @@ namespace svxform else xContainer = Reference< XIndexContainer > (GetNavModel()->GetForms(), UNO_QUERY); - // allways insert at the end + // always insert at the end nIndex = xContainer->getCount(); // UndoAction for insertion diff --git a/sw/source/core/text/EnhancedPDFExportHelper.cxx b/sw/source/core/text/EnhancedPDFExportHelper.cxx index 36e94e2dc768..e8b787bf908f 100644 --- a/sw/source/core/text/EnhancedPDFExportHelper.cxx +++ b/sw/source/core/text/EnhancedPDFExportHelper.cxx @@ -330,7 +330,7 @@ bool SwTaggedPDFHelper::CheckReopenTag() // - rFrm is not the first page frame (reopen Document tag) // - rFrm is a follow frame (reopen Master tag) // - rFrm is a fly frame anchored at content (reopen Anchor paragraph tag) - // - rFrm is a fly frame anchord at page (reopen Document tag) + // - rFrm is a fly frame anchored at page (reopen Document tag) // - rFrm is a follow flow row (reopen TableRow tag) // - rFrm is a cell frame in a follow flow row (reopen TableData tag) if ( ( rFrm.IsPageFrm() && static_cast<const SwPageFrm&>(rFrm).GetPrev() ) || diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx index 94e8ef05b186..2f73c228b271 100644 --- a/sw/source/core/text/itrcrsr.cxx +++ b/sw/source/core/text/itrcrsr.cxx @@ -1644,7 +1644,7 @@ sal_Int32 SwTextCursor::GetCrsrOfst( SwPosition *pPos, const Point &rPoint, if ( nSpaceAdd ) { sal_Int32 nCharCnt = 0; - // #i41860# Thai justified alignemt needs some + // #i41860# Thai justified alignment needs some // additional information: aDrawInf.SetNumberOfBlanks( pPor->InTextGrp() ? static_cast<const SwTextPortion*>(pPor)->GetSpaceCnt( aSizeInf, nCharCnt ) : diff --git a/sw/source/core/text/txthyph.cxx b/sw/source/core/text/txthyph.cxx index 9ced752ad8aa..8a410b31c565 100644 --- a/sw/source/core/text/txthyph.cxx +++ b/sw/source/core/text/txthyph.cxx @@ -272,7 +272,7 @@ bool SwTextPortion::CreateHyphen( SwTextFormatInfo &rInf, SwTextGuess &rGuess ) { SvxAlternativeSpelling aAltSpell; aAltSpell = SvxGetAltSpelling( xHyphWord ); - OSL_ENSURE( aAltSpell.bIsAltSpelling, "no alternatve spelling" ); + OSL_ENSURE( aAltSpell.bIsAltSpelling, "no alternative spelling" ); OUString aAltText = aAltSpell.aReplacement; nPorEnd = aAltSpell.nChangedPos + rGuess.BreakStart() - rGuess.FieldDiff(); diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index e5111e1073d1..8db81f9c9074 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -461,7 +461,7 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT XML_Requires, "wps", FSEND); /** - This is to avoid AltenateContent within another AlternateContent. + This is to avoid AlternateContent within another AlternateContent. So when Choice is Open, only write the DML Drawing instead of both DML and VML Drawing in another AlternateContent. **/ diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 9a1165e7c0a6..e59e0ecd6946 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -3211,7 +3211,7 @@ namespace // hack the word one onto the range we use. However it's unclear what word's // categorization is. So we don't do that here yet. -// Additional to the categorization, when word encounters weak text for ambigious +// Additional to the categorization, when word encounters weak text for ambiguos // chars it uses idcthint to indicate which way to bias. We don't have a idcthint // feature in writer. diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index c64ced6f7a2a..344ac2e93046 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -83,7 +83,7 @@ using namespace ::xmloff::token; // SO API string constants -// service prefix and service anems +// service prefix and service names const sal_Char sAPI_textfield_prefix[] = "com.sun.star.text.TextField."; const sal_Char sAPI_fieldmaster_prefix[] = "com.sun.star.text.FieldMaster."; const sal_Char sAPI_presentation_prefix[] = "com.sun.star.presentation.TextField."; |