This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 2062c1c193 Fix spelling
2062c1c193 is described below
commit 2062c1c19393be514cc48b1d5cab7b3622b1c0f2
Author: John Bampton <[email protected]>
AuthorDate: Mon Jan 27 03:32:38 2025 +1000
Fix spelling
(cherry picked from commit 283563b9c0dcf2bdcc56a42902294ce89bc77622)
---
main/editeng/source/accessibility/AccessibleEditableTextPara.cxx | 4 ++--
main/extensions/qa/integration/extensions/MethodHandler.java | 4 ++--
main/extensions/qa/integration/extensions/ServicesHandler.java | 4 ++--
main/forms/source/xforms/model.hxx | 2 +-
main/qadevOOo/runner/basicrunner/BasicIfcTest.java | 2 +-
main/qadevOOo/runner/util/DBTools.java | 2 +-
main/sc/source/filter/inc/xelink.hxx | 2 +-
main/solenv/bin/modules/installer/worker.pm | 2 +-
main/svgio/source/svgreader/svgsvgnode.cxx | 2 +-
main/sw/source/core/text/porlay.cxx | 2 +-
main/writerfilter/source/dmapper/PropertyMap.cxx | 2 +-
11 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
b/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
index 582387d256..5a729ac816 100644
--- a/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
+++ b/main/editeng/source/accessibility/AccessibleEditableTextPara.cxx
@@ -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)
@@ -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() );
diff --git a/main/extensions/qa/integration/extensions/MethodHandler.java
b/main/extensions/qa/integration/extensions/MethodHandler.java
index 79824e50ee..78926ecdc1 100644
--- a/main/extensions/qa/integration/extensions/MethodHandler.java
+++ b/main/extensions/qa/integration/extensions/MethodHandler.java
@@ -72,12 +72,12 @@ public class MethodHandler implements XPropertyHandler
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
diff --git a/main/extensions/qa/integration/extensions/ServicesHandler.java
b/main/extensions/qa/integration/extensions/ServicesHandler.java
index f90b1ad26e..86801e4814 100644
--- a/main/extensions/qa/integration/extensions/ServicesHandler.java
+++ b/main/extensions/qa/integration/extensions/ServicesHandler.java
@@ -106,12 +106,12 @@ public class ServicesHandler implements XPropertyHandler
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
diff --git a/main/forms/source/xforms/model.hxx
b/main/forms/source/xforms/model.hxx
index 5eeff7369b..10110ccf80 100644
--- a/main/forms/source/xforms/model.hxx
+++ b/main/forms/source/xforms/model.hxx
@@ -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();
diff --git a/main/qadevOOo/runner/basicrunner/BasicIfcTest.java
b/main/qadevOOo/runner/basicrunner/BasicIfcTest.java
index 9a013a399c..dcd2b45404 100644
--- a/main/qadevOOo/runner/basicrunner/BasicIfcTest.java
+++ b/main/qadevOOo/runner/basicrunner/BasicIfcTest.java
@@ -53,7 +53,7 @@ public class BasicIfcTest {
/**
* 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.
diff --git a/main/qadevOOo/runner/util/DBTools.java
b/main/qadevOOo/runner/util/DBTools.java
index c9a413bb0f..cbac8332d7 100644
--- a/main/qadevOOo/runner/util/DBTools.java
+++ b/main/qadevOOo/runner/util/DBTools.java
@@ -57,7 +57,7 @@ import java.sql.DriverManager;
/**
* Provides useful methods for working with SOffice databases.
-* Database creation, data transferring, outputting infromation.
+* Database creation, data transferring, outputting information.
*/
public class DBTools {
diff --git a/main/sc/source/filter/inc/xelink.hxx
b/main/sc/source/filter/inc/xelink.hxx
index e7dc104fac..ac96c72593 100644
--- a/main/sc/source/filter/inc/xelink.hxx
+++ b/main/sc/source/filter/inc/xelink.hxx
@@ -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;
diff --git a/main/solenv/bin/modules/installer/worker.pm
b/main/solenv/bin/modules/installer/worker.pm
index d7452091b5..7cacb14989 100644
--- a/main/solenv/bin/modules/installer/worker.pm
+++ b/main/solenv/bin/modules/installer/worker.pm
@@ -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*$//;
diff --git a/main/svgio/source/svgreader/svgsvgnode.cxx
b/main/svgio/source/svgreader/svgsvgnode.cxx
index 28adcfbda7..b63cb023e5 100644
--- a/main/svgio/source/svgreader/svgsvgnode.cxx
+++ b/main/svgio/source/svgreader/svgsvgnode.cxx
@@ -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();
diff --git a/main/sw/source/core/text/porlay.cxx
b/main/sw/source/core/text/porlay.cxx
index ccc6df6c41..3a6377a263 100644
--- a/main/sw/source/core/text/porlay.cxx
+++ b/main/sw/source/core/text/porlay.cxx
@@ -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() )
diff --git a/main/writerfilter/source/dmapper/PropertyMap.cxx
b/main/writerfilter/source/dmapper/PropertyMap.cxx
index 99f78fe1ce..721ee73105 100644
--- a/main/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/main/writerfilter/source/dmapper/PropertyMap.cxx
@@ -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)
{