Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,8 @@ accessbility
accessibiliy
accessiblity
accessort
accidentially
accidentically
accociated
accoding
accoringly
accound
accout
accoutn
accpet
accrodingly
accssor
Expand Down Expand Up @@ -3626,11 +3620,9 @@ transfoprmation
transforme
translteration
transmition
transorm
transparant
transparecy
transtion
transtorm
trapeziod
tre
tread
Expand Down
2 changes: 1 addition & 1 deletion main/chart2/source/tools/AxisHelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ sal_Int32 AxisHelper::getExplicitNumberFormatKeyForAxis(

if( nDimensionIndex == 1 )
{
//only take those series into accoutn that are attached to this axis
//only take those series into account that are attached to this axis
sal_Int32 nAttachedAxisIndex = DataSeriesHelper::getAttachedAxisIndex(xDataSeries);
if( nAttachedAxisIndex != nAxisIndex )
continue;
Expand Down
2 changes: 1 addition & 1 deletion main/chart2/source/view/charttypes/PieChart.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ void PieChart::createShapes()
}

//---------------------------
//transforme to unit circle:
//transform to unit circle:
double fUnitCircleWidthAngleDegree = m_pPosHelper->getWidthAngleDegree( fLogicStartAngleValue, fLogicEndAngleValue );
double fUnitCircleStartAngleDegree = m_pPosHelper->transformToAngleDegree( fLogicStartAngleValue );
double fUnitCircleInnerRadius = m_pPosHelper->transformToRadius( fLogicInnerRadius );
Expand Down
2 changes: 1 addition & 1 deletion main/chart2/source/view/charttypes/Splines.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ void SplineCalculater::CalculateBSplines(
while ( r !=0 && cc-r < p )
{
fEliminate = aMatN[r][ cc - aShift[r] ];
if ( fEliminate != 0.0) // else element is accidentically zero, no action needed
if ( fEliminate != 0.0) // else element is accidentally zero, no action needed
{
// row r -= fEliminate * row cc only relevant for right side
aMatN[r][cc - aShift[r]] = 0.0;
Expand Down
2 changes: 1 addition & 1 deletion main/sc/source/filter/excel/exctools.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void XclImpOutlineBuffer::SetOutlineArray( ScOutlineArray* pOArray )
}


// transtorm xcl-outline into SC-outline
// transform xcl-outline into SC-outline
void XclImpOutlineBuffer::MakeScOutline( void )
{
if( !pOutlineArray || !HasOutline() )
Expand Down
2 changes: 1 addition & 1 deletion main/sdext/source/presenter/PresenterPaneBorderPainter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public:
const css::awt::Rectangle& rInnerBox,
const css::drawing::framework::BorderType eBorderType) const;

/** Transorm the outer bounding box of a window to the bounding box of
/** Transform the outer bounding box of a window to the bounding box of
the inner content area.
@param rsPaneURL
Specifies the pane style that is used to determine the border sizes.
Expand Down
2 changes: 1 addition & 1 deletion main/svx/source/sdr/contact/objectcontactofpageview.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace sdr

// if there is something to show, use a primitive processor to render it. There
// is a choice between VCL and Canvas processors currently. The decision is made in
// createProcessor2DFromOutputDevice and takes into accout things like the
// createProcessor2DFromOutputDevice and takes into account things like the
// Target is a MetaFile, a VDev or something else. The Canvas renderer is triggered
// currently using the shown boolean. Canvas is not yet the default.
if(xPrimitiveSequence.hasElements())
Expand Down
2 changes: 1 addition & 1 deletion main/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ namespace sdr
// create page content
xPageContent = mpExtractor->createPrimitive2DSequenceForPage(rDisplayInfo);

// #i105548# reset VOCRedirector to not accidentially have a pointer to a
// #i105548# reset VOCRedirector to not accidentally have a pointer to a
// temporary class, so calls to it are avoided safely
mpExtractor->SetViewObjectContactRedirector(0);

Expand Down
2 changes: 1 addition & 1 deletion main/vcl/inc/unx/wmadaptor.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public:
* tell whether legacy partial full screen handling is necessary
* see #i107249#: NET_WM_STATE_FULLSCREEN is not well defined, but de facto
* modern WM's interpret it the "right" way, namely they make "full screen"
* taking twin view or Xinerama into accound and honor the positioning hints
* taking twin view or Xinerama into account and honor the positioning hints
* to see which screen actually was meant to use for fullscreen.
*/
bool isLegacyPartialFullscreen() const
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/generic/app/saldata.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ void SalXLib::Init()
{
/*
* if a -display switch was used, we need
* to set the environment accoringly since
* to set the environment accordingly since
* the clipboard build another connection
* to the xserver using $DISPLAY
*/
Expand Down
2 changes: 1 addition & 1 deletion main/vcl/unx/gtk/app/gtkdata.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ void GtkXLib::Init()

/*
* if a -display switch was used, we need
* to set the environment accoringly since
* to set the environment accordingly since
* the clipboard build another connection
* to the xserver using $DISPLAY
*/
Expand Down