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
9 changes: 0 additions & 9 deletions .github/linters/codespell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1873,18 +1873,9 @@ inestart
infact
infinitly
infinte
infoemation
infor
informatikon
informatin
informatio
informations
informaton
infromation
ingegral
ingnore
ingnored
ingnoring
ingore
inh
inheritage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ namespace accessibility
DBG_CHKTHIS( AccessibleEditableTextPara, NULL );
::vos::OGuard aGuard( Application::GetSolarMutex() );

//Skip the bullet range to ingnore the bullet text
//Skip the bullet range to ignore the bullet text
SvxTextForwarder& rCacheTF = GetTextForwarder();
EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() );
if (aBulletInfo.bVisible)
Expand Down Expand Up @@ -2059,7 +2059,7 @@ namespace accessibility
else
{
sal_uInt16 nStartIndex, nEndIndex;
//For the bullet paragraph, the bullet string is ingnored for IAText::attributes() function.
//For the bullet paragraph, the bullet string is ignored for IAText::attributes() function.
SvxTextForwarder& rCacheTF = GetTextForwarder();
// MT IA2: Not used? sal_Int32 nBulletLen = 0;
EBulletInfo aBulletInfo = rCacheTF.GetBulletInfo( GetParagraphIndex() );
Expand Down
4 changes: 2 additions & 2 deletions main/extensions/qa/integration/extensions/MethodHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ public void actuatingPropertyChanged(String _propertyName, Object _newValue, Obj

public void addEventListener(com.sun.star.lang.XEventListener _eventListener)
{
// ingnoring this
// ignoring this
}

public void addPropertyChangeListener(com.sun.star.beans.XPropertyChangeListener _propertyChangeListener) throws com.sun.star.lang.NullPointerException
{
// ingnoring this
// ignoring this
}

public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.Type type) throws com.sun.star.beans.UnknownPropertyException
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ public void actuatingPropertyChanged(String _propertyName, Object _newValue, Obj

public void addEventListener(com.sun.star.lang.XEventListener _eventListener)
{
// ingnoring this
// ignoring this
}

public void addPropertyChangeListener(com.sun.star.beans.XPropertyChangeListener _propertyChangeListener) throws com.sun.star.lang.NullPointerException
{
// ingnoring this
// ignoring this
}

public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.Type type) throws com.sun.star.beans.UnknownPropertyException
Expand Down
2 changes: 1 addition & 1 deletion main/forms/source/xforms/model.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private:
MIPs_t maMIPs; /// map nodes to their MIPs

bool mbInitialized; /// has model been initialized ?
bool mbExternalData; /// is the data of this model to be considered an ingegral part of the document?
bool mbExternalData; /// is the data of this model to be considered an integral part of the document?

void initializePropertySet();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public BasicIfcTest(String name) {

/**
* Let the test run.
* @param xTestedEntry Informaton about the interface to test.
* @param xTestedEntry Information about the interface to test.
* @param tEnv The environment of the test.
* @param tParam The test parameters.
* @return A result of the test.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

/**
* Provides useful methods for working with SOffice databases.
* Database creation, data transferring, outputting infromation.
* Database creation, data transferring, outputting information.
*/
public class DBTools {

Expand Down
2 changes: 1 addition & 1 deletion main/sc/source/filter/inc/xelink.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private:
void CalcSortedIndexes();

private:
/** Data structure with infoemation about one Calc sheet. */
/** Data structure with information about one Calc sheet. */
struct XclExpTabInfoEntry
{
String maScName;
Expand Down
2 changes: 1 addition & 1 deletion main/solenv/bin/modules/installer/worker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@ sub compare_arrays
{
for ( my $i = 0; $i <= $#{$array1}; $i++ )
{
# ingnoring whitespaces at end and beginning
# ignoring whitespaces at end and beginning
${$array1}[$i] =~ s/^\s*//;
${$array2}[$i] =~ s/^\s*//;
${$array1}[$i] =~ s/\s*$//;
Expand Down
2 changes: 1 addition & 1 deletion main/svgio/source/svgreader/svgsvgnode.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ namespace svgio
drawinglayer::primitive2d::Primitive2DSequence aSequence;

// #125258# check now if we need to init some style settings locally. Do not do this
// in the constructor, there is not yet informatikon e.g. about existing CssStyles.
// in the constructor, there is not yet information e.g. about existing CssStyles.
// Here all nodes are read and interpreted
const_cast< SvgSvgNode* >(this)->initializeStyleAttributes();

Expand Down
2 changes: 1 addition & 1 deletion main/sw/source/core/text/porlay.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ sal_uInt16 SwScriptInfo::KashidaJustify( sal_Int32* pKernArray,
if( !IsKashidaLine(nStt))
return STRING_LEN;

// evaluate kashida informatin in collected in SwScriptInfo
// evaluate kashida information in collected in SwScriptInfo

sal_uInt16 nCntKash = 0;
while( nCntKash < CountKashida() )
Expand Down
2 changes: 1 addition & 1 deletion main/writerfilter/source/dmapper/PropertyMap.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ void SectionPropertyMap::ApplyBorderToPageStyles(
uno::Reference< beans::XPropertySet > xFirst;
uno::Reference< beans::XPropertySet > xSecond;
sal_Int32 nOffsetFrom = (nValue & 0x00E0) >> 5;
//sal_Int32 bPageDepth = (nValue & 0x0018) >> 3; //unused infromation: 0 - in front 1 - in back
//sal_Int32 bPageDepth = (nValue & 0x0018) >> 3; //unused information: 0 - in front 1 - in back
//todo: negative spacing (from ww8par6.cxx)
switch( nValue & 0x07)
{
Expand Down