This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 141ed1b0e8 Fix spelling (#368)
141ed1b0e8 is described below
commit 141ed1b0e8f66573b5bd315db0ad0769b0a91455
Author: John Bampton <[email protected]>
AuthorDate: Thu May 29 17:50:59 2025 +1000
Fix spelling (#368)
* misc: fix spelling
* Update ignored words list
---
.github/linters/codespell.txt | 30 ----------------------
main/automation/source/server/statemnt.cxx | 2 +-
main/basic/source/comp/io.cxx | 2 +-
.../connectivity/dbase/DBaseStringFunctions.java | 6 ++---
main/filter/source/graphicfilter/idxf/dxfentrd.hxx | 2 +-
main/filter/source/graphicfilter/itiff/itiff.cxx | 2 +-
main/forms/source/xforms/propertysetbase.cxx | 2 +-
main/graphite/graphite-2.3.1.patch | 2 +-
.../source/text/shared/guide/chart_legend.xhp | 2 +-
main/idlc/source/astarray.cxx | 2 +-
.../DevelopersGuide/Forms/DataAwareness.java | 2 +-
.../DevelopersGuide/Forms/KeyGenerator.java | 2 +-
.../java/DocumentHandling/DocumentConverter.java | 2 +-
main/offapi/com/sun/star/ucb/XCommandProcessor.idl | 2 +-
main/offapi/com/sun/star/ui/XImageManager.idl | 2 +-
.../src/main/java/convwatch/DirectoryHelper.java | 2 +-
.../src/main/java/convwatch/FileHelper.java | 2 +-
.../src/main/java/graphical/DirectoryHelper.java | 2 +-
.../src/main/java/graphical/FileHelper.java | 2 +-
.../OOoRunner/src/main/java/util/DesktopTools.java | 4 +--
.../OOoRunner/src/main/java/util/SysUtils.java | 2 +-
.../accessibility_XAccessibleTable.xba | 4 +--
.../pentaho/output/text/TextRawReportTarget.java | 2 +-
main/sax/inc/sax/tools/converter.hxx | 6 ++---
main/sc/addin/datefunc/dfa.cl | 2 +-
main/sc/addin/rot13/rot13.cl | 2 +-
main/sc/inc/externalrefmgr.hxx | 2 +-
main/sc/source/filter/qpro/qpro.cxx | 2 +-
main/sd/source/ui/sidebar/MasterPageDescriptor.cxx | 2 +-
main/sfx2/source/appl/app.cxx | 2 +-
main/sfx2/source/menu/mnuitem.cxx | 4 +--
.../soltools/adjustvisibility/adjustvisibility.cxx | 2 +-
main/stoc/test/testregistry.cxx | 4 +--
main/svtools/inc/svtools/table/tablemodel.hxx | 2 +-
main/svx/inc/svx/sdr/overlay/overlaytools.hxx | 4 +--
main/sw/source/ui/lingu/hhcwrp.cxx | 2 +-
main/vcl/aqua/source/gdi/aquaprintaccessoryview.mm | 2 +-
main/vcl/aqua/source/gdi/salprn.cxx | 2 +-
main/vcl/inc/vcl/window.hxx | 2 +-
main/vcl/unx/generic/gdi/xrender_peer.hxx | 2 +-
main/writerfilter/source/dmapper/DomainMapper.cxx | 4 +--
.../xml/sxc/pexcel/records/NumberFormat.java | 2 +-
main/xmloff/inc/xmloff/xmluconv.hxx | 6 ++---
main/xmlsecurity/source/xmlsec/xmlstreamio.cxx | 2 +-
.../source/api/i18n/XBreakIteratorTest.java | 2 +-
45 files changed, 56 insertions(+), 86 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index ea5e71903a..94fcd04429 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -14,34 +14,22 @@ abour
aboved
aboves
abreviated
-absolete
absolulte
absolut
abstact
-abtract
abvious
-acccess
acccount
-accelarator
-accellerators
-accending
acceses
accesible
-accesory
accessort
-accociated
-accrodingly
-accssor
accure
accured
acend
acessor
aci
-acitivation
acive
acount
acounts
-acsii
acssumed
acter
actibity
@@ -223,8 +211,6 @@ arithmetics
arive
ariving
arn't
-arrary
-arrray
arry
arrys
ascendin
@@ -237,13 +223,7 @@ assebly
assemly
assigment
assigne
-assignes
-assignmet
-assiociated
assistent
-assocations
-assocciated
-assoiciative
assomption
asssigned
asssuming
@@ -300,13 +280,9 @@ aways
axises
axpressed
aynchronous
-bacause
bacic
-backets
-backslashs
bais
baisc
-balacing
barbedos
basci
basf
@@ -316,22 +292,16 @@ bboolean
bbooleans
beaviour
becames
-becase
becaus
-becuse
beed
beeen
befor
befure
-begginning
-begines
-begining
beginn
behavious
behaviuor
behavour
behinde
-behvaiour
bejond
belove
beng
diff --git a/main/automation/source/server/statemnt.cxx
b/main/automation/source/server/statemnt.cxx
index 3c6d80f61c..c6e8d99f9c 100644
--- a/main/automation/source/server/statemnt.cxx
+++ b/main/automation/source/server/statemnt.cxx
@@ -1918,7 +1918,7 @@ sal_Bool FindShortcutErrors::IsWinOK( Window *pWin )
case FDS_ACTION_MARK:
{
sal_Bool bMissing = sal_False;
- if ( !bHasAccel && aText.Len() )
// should there be an accelarator defined
+ if ( !bHasAccel && aText.Len() )
// should there be an accelerator defined
{
Window* pChild;
diff --git a/main/basic/source/comp/io.cxx b/main/basic/source/comp/io.cxx
index bc00556afa..9ce972ca14 100644
--- a/main/basic/source/comp/io.cxx
+++ b/main/basic/source/comp/io.cxx
@@ -199,7 +199,7 @@ void SbiParser::Input()
aGen.Gen( _CHAN0 ); // ResetChannel() nicht mehr in StepINPUT()
}
-// OPEN stringexpr FOR mode ACCCESS access mode AS Channel [Len=n]
+// OPEN stringexpr FOR mode ACCESS access mode AS Channel [Len=n]
void SbiParser::Open()
{
diff --git
a/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
b/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
index 430de96fad..d6503e3929 100644
--- a/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
+++ b/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
@@ -53,7 +53,7 @@ public class DBaseStringFunctions
upper(xRowRes);
lower(xRowRes);
- acsii(xRowRes);
+ ascii(xRowRes);
char_length(xRowRes);
concat(xRowRes);
chartest(xRowRes);
@@ -98,10 +98,10 @@ public class DBaseStringFunctions
where = temp;
}
- private void acsii(final XRowSet xRowRes) throws
com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyException
+ private void ascii(final XRowSet xRowRes) throws
com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyException
{
final XRow row = execute(xRowRes, "ASCII('2') ");
- assertTrue("acsii('2') failed!", row.getInt(1) == 50);
+ assertTrue("ascii('2') failed!", row.getInt(1) == 50);
}
private void char_length(final XRowSet xRowRes) throws
com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyException
diff --git a/main/filter/source/graphicfilter/idxf/dxfentrd.hxx
b/main/filter/source/graphicfilter/idxf/dxfentrd.hxx
index f9950417d4..c661f31af9 100644
--- a/main/filter/source/graphicfilter/idxf/dxfentrd.hxx
+++ b/main/filter/source/graphicfilter/idxf/dxfentrd.hxx
@@ -470,7 +470,7 @@ class DXFHatchEntity : public DXFBasicEntity
DXFVector aElevationPoint;
sal_Int32 nFlags;
// 70 (solid fill = 1, pattern fill = 0)
- sal_Int32 nAssociativityFlag;
// 71 (assoiciative = 1, non-associative = 0)
+ sal_Int32 nAssociativityFlag;
// 71 (associative = 1, non-associative = 0)
sal_Int32 nBoundaryPathCount;
// 91
sal_Int32 nHatchStyle;
// 75 (odd parity = 0, outmost area = 1, entire area = 2 )
sal_Int32 nHatchPatternType;
// 76 (user defined = 0, predefined = 1, custom = 2)
diff --git a/main/filter/source/graphicfilter/itiff/itiff.cxx
b/main/filter/source/graphicfilter/itiff/itiff.cxx
index 405da00746..22876ed21e 100644
--- a/main/filter/source/graphicfilter/itiff/itiff.cxx
+++ b/main/filter/source/graphicfilter/itiff/itiff.cxx
@@ -160,7 +160,7 @@ sal_uLong TIFFReader::DataTypeSize()
switch ( nDataType )
{
case 1 : // BYTE
- case 2 : // ACSII
+ case 2 : // ASCII
case 6 : // SIGNED Byte
case 7 : // UNDEFINED
nSize = 1;
diff --git a/main/forms/source/xforms/propertysetbase.cxx
b/main/forms/source/xforms/propertysetbase.cxx
index 6cfa9c923f..5eeac391b5 100644
--- a/main/forms/source/xforms/propertysetbase.cxx
+++ b/main/forms/source/xforms/propertysetbase.cxx
@@ -153,7 +153,7 @@ PropertyAccessorBase&
PropertySetBase::locatePropertyHandler( sal_Int32 nHandle
DBG_ASSERT( aPropertyPos != m_aAccessors.end() &&
aPropertyPos->second.get(),
"PropertySetBase::locatePropertyHandler: accessor map is corrupted!" );
// neither should this be called for handles where there is no
accessor, nor should a
- // NULL accssor be in the map
+ // NULL accessor be in the map
return *aPropertyPos->second;
}
diff --git a/main/graphite/graphite-2.3.1.patch
b/main/graphite/graphite-2.3.1.patch
index 768c139126..718a52b05b 100644
--- a/main/graphite/graphite-2.3.1.patch
+++ b/main/graphite/graphite-2.3.1.patch
@@ -1332,7 +1332,7 @@
else
+ {
// Weird, but can happen with an empty segment.
- Warn("No assocations");
+ Warn("No associations");
-
+ }
// Assert(pslot->m_vpslotAssoc.Size() > 0);
diff --git a/main/helpcontent2/source/text/shared/guide/chart_legend.xhp
b/main/helpcontent2/source/text/shared/guide/chart_legend.xhp
index 64c28291bf..4334e33350 100644
--- a/main/helpcontent2/source/text/shared/guide/chart_legend.xhp
+++ b/main/helpcontent2/source/text/shared/guide/chart_legend.xhp
@@ -50,7 +50,7 @@
<paragraph role="listitem" id="par_id3147210" xml-lang="en-US" l10n="U">Choose
from the available tabs to make modifications, then click
<emph>OK</emph>.</paragraph>
</listitem>
</list>
-<paragraph role="note" id="par_id3145674" xml-lang="en-US" l10n="U">To select
the legend, first double-click on the chart (see step 1), then click on the
legend. You can now move the legend within the chart using the
mouse.</paragraph><comment>ufi: removed an absolete note</comment>
+<paragraph role="note" id="par_id3145674" xml-lang="en-US" l10n="U">To select
the legend, first double-click on the chart (see step 1), then click on the
legend. You can now move the legend within the chart using the
mouse.</paragraph><comment>ufi: removed an obsolete note</comment>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id3154347" xml-lang="en-US" l10n="U"><link
href="text/schart/01/05010000.xhp" name="Format - Object Properties">Format -
Object Properties</link></paragraph>
<embed href="text/shared/guide/chart_axis.xhp#chart_axis"/>
diff --git a/main/idlc/source/astarray.cxx b/main/idlc/source/astarray.cxx
index 74d6f04c2e..cc6174dc39 100644
--- a/main/idlc/source/astarray.cxx
+++ b/main/idlc/source/astarray.cxx
@@ -38,7 +38,7 @@ AstArray::AstArray(const OString& name, AstType* pType, const
ExprList& rDimExpr
}
AstArray::AstArray(AstType* pType, const ExprList& rDimExpr, AstScope* pScope)
- : AstType(NT_array, OString("arrary_"), pScope)
+ : AstType(NT_array, OString("array_"), pScope)
, m_pType(pType)
, m_dimension((sal_uInt32)(rDimExpr.size()))
, m_dimExpressions(rDimExpr)
diff --git a/main/odk/examples/DevelopersGuide/Forms/DataAwareness.java
b/main/odk/examples/DevelopersGuide/Forms/DataAwareness.java
index 723820f095..67258ec7ca 100644
--- a/main/odk/examples/DevelopersGuide/Forms/DataAwareness.java
+++ b/main/odk/examples/DevelopersGuide/Forms/DataAwareness.java
@@ -208,7 +208,7 @@ public class DataAwareness extends DocumentBasedExample
implements XPropertyChan
/* ------------------------------------------------------------------ */
public void resetted( EventObject aEvent ) throws
com.sun.star.uno.RuntimeException
{
- // check if this reset occurred becase we're on a new record
+ // check if this reset occurred because we're on a new record
XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source
);
try
{
diff --git a/main/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
b/main/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
index 8edc06c498..2b559ab37b 100644
--- a/main/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
+++ b/main/odk/examples/DevelopersGuide/Forms/KeyGenerator.java
@@ -238,7 +238,7 @@ class KeyGeneratorForReset extends UniqueColumnValue
implements XResetListener
/* ------------------------------------------------------------------ */
public void resetted( com.sun.star.lang.EventObject aEvent ) throws
com.sun.star.uno.RuntimeException
{
- // check if this reset occurred becase we're on a new record
+ // check if this reset occurred because we're on a new record
XPropertySet xFormProps = UNO.queryPropertySet( aEvent.Source );
try
{
diff --git a/main/odk/examples/java/DocumentHandling/DocumentConverter.java
b/main/odk/examples/java/DocumentHandling/DocumentConverter.java
index 4853bfee93..dbc8c1792a 100644
--- a/main/odk/examples/java/DocumentHandling/DocumentConverter.java
+++ b/main/odk/examples/java/DocumentHandling/DocumentConverter.java
@@ -84,7 +84,7 @@ public class DocumentConverter {
} else {
// Converting the document to the favoured type
try {
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
String sUrl = "file:///"
+ entries[ i ].getAbsolutePath().replace( '\\', '/' );
diff --git a/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
b/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
index 9ef903cd8b..a8f28387c2 100644
--- a/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/main/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -64,7 +64,7 @@ published interface XCommandProcessor :
com::sun::star::uno::XInterface
/** creates a unique identifier for a command.
<p>This identifier can be used to abort the execution of the command
- accociated with that identifier. Note that it is generally not
+ associated with that identifier. Note that it is generally not
necessary to obtain a new id for each command, because commands
are
executed synchronously. So the id for a command is valid again
after a
command previously associated with this id has finished. In
fact you
diff --git a/main/offapi/com/sun/star/ui/XImageManager.idl
b/main/offapi/com/sun/star/ui/XImageManager.idl
index 3b2f8c2f6a..8ce3237ad2 100644
--- a/main/offapi/com/sun/star/ui/XImageManager.idl
+++ b/main/offapi/com/sun/star/ui/XImageManager.idl
@@ -63,7 +63,7 @@
module com { module sun { module star { module ui {
/** specifies access functions to an images manager interface to add,
- replace and remove images assocations to command URLs.
+ replace and remove images associations to command URLs.
<p>
An image manager controls a number of image sets which are specified
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/DirectoryHelper.java
b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/DirectoryHelper.java
index 771c5caa8b..5bf1a0b4c9 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/DirectoryHelper.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/DirectoryHelper.java
@@ -122,7 +122,7 @@ public class DirectoryHelper
// adding file to List
try
{
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
// String stringUrl = "file:///" + aFileEntries[ i
].getAbsolutePath().replace( '\\', '/' );
String aStr = aDirEntries[ i ].getAbsolutePath();
m_aFileList.add(aStr);
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/FileHelper.java
b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/FileHelper.java
index 3a5b42f8cb..069dabd2dc 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/FileHelper.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/FileHelper.java
@@ -170,7 +170,7 @@ public class FileHelper
// adding file to List
try
{
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
String stringUrl = "file:///"
+ entries[ i ].getAbsolutePath().replace( '\\', '/' );
files.add(stringUrl);
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/graphical/DirectoryHelper.java
b/main/qadevOOo/java/OOoRunner/src/main/java/graphical/DirectoryHelper.java
index f6ea3af1b2..a017f4413b 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/graphical/DirectoryHelper.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/graphical/DirectoryHelper.java
@@ -126,7 +126,7 @@ public class DirectoryHelper
// adding file to List
try
{
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
// String stringUrl = "file:///" + aFileEntries[ i
].getAbsolutePath().replace( '\\', '/' );
String aStr = aDirEntries[ i ].getAbsolutePath();
m_aFileList.add(aStr);
diff --git
a/main/qadevOOo/java/OOoRunner/src/main/java/graphical/FileHelper.java
b/main/qadevOOo/java/OOoRunner/src/main/java/graphical/FileHelper.java
index 8b2678e1b8..233bd49e74 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/graphical/FileHelper.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/graphical/FileHelper.java
@@ -201,7 +201,7 @@ public class FileHelper
// adding file to List
try
{
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
String stringUrl = "file:///"
+ entries[ i ].getAbsolutePath().replace( '\\', '/' );
files.add(stringUrl);
diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/util/DesktopTools.java
b/main/qadevOOo/java/OOoRunner/src/main/java/util/DesktopTools.java
index 06693f211b..f41aa01ed4 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/util/DesktopTools.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/util/DesktopTools.java
@@ -131,13 +131,13 @@ public class DesktopTools
}
/**
- * returns an object arrary of all open documents
+ * returns an object array of all open documents
* @param xMSF the MultiServiceFactory
* @return returns an Array of document kinds like ["swriter"]
*/
/**
* returns an array of all open documents
- * @param xMSF the XMultiSerivceFactory
+ * @param xMSF the XMultiServiceFactory
* @return returns an array of all open documents
*/
public static Object[] getAllOpenDocuments(XMultiServiceFactory xMSF)
diff --git a/main/qadevOOo/java/OOoRunner/src/main/java/util/SysUtils.java
b/main/qadevOOo/java/OOoRunner/src/main/java/util/SysUtils.java
index d1ffdbc12e..703c5d8134 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/util/SysUtils.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/util/SysUtils.java
@@ -74,7 +74,7 @@ public static Object[] traverse( String afileDirectory ) {
} else {
// adding file to List
try {
- // Composing the URL by replacing all backslashs
+ // Composing the URL by replacing all backslashes
String stringUrl = "file:///"
+ entries[ i ].getAbsolutePath().replace( '\\', '/' );
files.add(stringUrl);
diff --git
a/main/qadevOOo/tests/basic/ifc/accessibility/XAccessibleTable/accessibility_XAccessibleTable.xba
b/main/qadevOOo/tests/basic/ifc/accessibility/XAccessibleTable/accessibility_XAccessibleTable.xba
index ee2263bf5e..9a3553f7b7 100644
---
a/main/qadevOOo/tests/basic/ifc/accessibility/XAccessibleTable/accessibility_XAccessibleTable.xba
+++
b/main/qadevOOo/tests/basic/ifc/accessibility/XAccessibleTable/accessibility_XAccessibleTable.xba
@@ -141,7 +141,7 @@ On Error Goto ErrHndl
locRes = (selRows(i) >= selRows(i-1))
bOK = bOK AND locRes
if NOT locRes then
- Out.Log("Element "+i+" : Returned sequence is not in accending
order.")
+ Out.Log("Element "+i+" : Returned sequence is not in ascending
order.")
break
End If
wend
@@ -166,7 +166,7 @@ On Error Goto ErrHndl
locRes = (selCols(i) >= selCols(i-1))
bOK = bOK AND locRes
if NOT locRes then
- Out.Log("Element "+i+" : Returned sequence is not in accending
order.")
+ Out.Log("Element "+i+" : Returned sequence is not in ascending
order.")
break
End If
wend
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
index c44724a20e..9ee8efce29 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/TextRawReportTarget.java
@@ -353,7 +353,7 @@ public class TextRawReportTarget extends
OfficeDocumentReportTarget
// derive section style ..
// This is a rather cheap solution to the problem. In a sane world, we
would have to feed the
- // footer multiple times. Right now, we simply rely on the balacing,
which should make sure that
+ // footer multiple times. Right now, we simply rely on the balancing,
which should make sure that
// the column's content are evenly distributed.
final XmlWriter writer = getXmlWriter();
final AttributeList attrs = new AttributeList();
diff --git a/main/sax/inc/sax/tools/converter.hxx
b/main/sax/inc/sax/tools/converter.hxx
index 594705f15e..dbab791554 100644
--- a/main/sax/inc/sax/tools/converter.hxx
+++ b/main/sax/inc/sax/tools/converter.hxx
@@ -49,7 +49,7 @@ namespace com { namespace sun { namespace star {
namespace sax {
/** the Converter converts values of various types from
- their internal represantation to the textual form used in xml
+ their internal representation to the textual form used in xml
and back.
All unit types are expressed as com::sun::star::util::MeasureUnit
@@ -184,9 +184,9 @@ public:
static void encodeBase64(rtl::OUStringBuffer& aStrBuffer, const
com::sun::star::uno::Sequence<sal_Int8>& aPass);
// Decode a base 64 encoded string into a sequence of bytes. The first
- // version can be used for attribute values only, bacause it does not
+ // version can be used for attribute values only, because it does not
// return any chars left from conversion.
- // For text submitted throgh the SAX characters call, the later method
+ // For text submitted through the SAX characters call, the later method
// must be used!
static void decodeBase64(com::sun::star::uno::Sequence<sal_Int8>&
aPass, const rtl::OUString& sBuffer);
diff --git a/main/sc/addin/datefunc/dfa.cl b/main/sc/addin/datefunc/dfa.cl
index 09436c2e0e..30cf8a53b2 100644
--- a/main/sc/addin/datefunc/dfa.cl
+++ b/main/sc/addin/datefunc/dfa.cl
@@ -513,7 +513,7 @@ void CALLTYPE GetFunctionCount( USHORT *nCount )
* @param *nNo Input: Function number between 0 and nCount - 1
* @param *pFuncName Output: Functionname which should be called in the
AddIn-DLL
* @param *nParamCount Output: Number of Parameter. Must be greater than 0,
because there's always a return-Value. Maximum is 16.
- * @param *peType Output: Pointer to arrray with exactly 16 variables of typ
Paramtype. nParamCount Entries are set to the type of the corresponding
Parameters.
+ * @param *peType Output: Pointer to array with exactly 16 variables of typ
Paramtype. nParamCount Entries are set to the type of the corresponding
Parameters.
* @param *pInternalName Output: Functionname as seen by the Spreadsheet user
*
* @see #GetFunctionCount, #GetParameterDescription
diff --git a/main/sc/addin/rot13/rot13.cl b/main/sc/addin/rot13/rot13.cl
index 9f2dd4f8ea..3040a2b2e7 100644
--- a/main/sc/addin/rot13/rot13.cl
+++ b/main/sc/addin/rot13/rot13.cl
@@ -62,7 +62,7 @@ void CALLTYPE GetFunctionCount( USHORT *nCount )
* @param *nNo Input: Function number between 0 and nCount - 1
* @param *pFuncName Output: Functionname which should be called in the
AddIn-DLL
* @param *nParamCount Output: Number of Parameter. Must be greater than 0,
because there's always a return-Value. Maximum is 16.
- * @param *peType Output: Pointer to arrray with exactly 16 variables of typ
Paramtype. nParamCount Entries are set to the type of the corresponding
Parameters.
+ * @param *peType Output: Pointer to array with exactly 16 variables of typ
Paramtype. nParamCount Entries are set to the type of the corresponding
Parameters.
* @param *pInternalName Output: Functionname as seen by the Spreadsheet user
*
* @see #GetFunctionCount, #GetParameterDescription
diff --git a/main/sc/inc/externalrefmgr.hxx b/main/sc/inc/externalrefmgr.hxx
index 3416b28d7d..39745cf519 100644
--- a/main/sc/inc/externalrefmgr.hxx
+++ b/main/sc/inc/externalrefmgr.hxx
@@ -573,7 +573,7 @@ public:
/**
* Takes a flat file name, and convert it to an absolute URL path. An
- * absolute URL path begines with 'file:///.
+ * absolute URL path begins with 'file:///.
*
* @param rFile file name to convert
*/
diff --git a/main/sc/source/filter/qpro/qpro.cxx
b/main/sc/source/filter/qpro/qpro.cxx
index 8d5bb3c8c3..403e42df8d 100644
--- a/main/sc/source/filter/qpro/qpro.cxx
+++ b/main/sc/source/filter/qpro/qpro.cxx
@@ -158,7 +158,7 @@ FltError ScQProReader::import( ScDocument *pDoc )
{
switch( getId() )
{
- case 0x0000: // Begginning of file
+ case 0x0000: // Beginning of file
*mpStream >> nVersion;
break;
diff --git a/main/sd/source/ui/sidebar/MasterPageDescriptor.cxx
b/main/sd/source/ui/sidebar/MasterPageDescriptor.cxx
index ac5dcbd852..25d345995f 100644
--- a/main/sd/source/ui/sidebar/MasterPageDescriptor.cxx
+++ b/main/sd/source/ui/sidebar/MasterPageDescriptor.cxx
@@ -264,7 +264,7 @@ bool MasterPageDescriptor::UpdatePreview (
maLargePreview.GetBitmapEx(),
rSmallSize.Width());
// The large preview may not have the desired width. Scale it
- // accrodingly.
+ // accordingly.
if (maLargePreview.GetSizePixel().Width() != rLargeSize.Width())
maLargePreview = rRenderer.ScaleBitmap(
maLargePreview.GetBitmapEx(),
diff --git a/main/sfx2/source/appl/app.cxx b/main/sfx2/source/appl/app.cxx
index 4717b35f83..0aa2972c32 100644
--- a/main/sfx2/source/appl/app.cxx
+++ b/main/sfx2/source/appl/app.cxx
@@ -594,7 +594,7 @@ void SfxApplication::SetProgress_Impl
{
DBG_ASSERT( ( !pAppData_Impl->pProgress && pProgress ) ||
( pAppData_Impl->pProgress && !pProgress ),
- "Progress acitivation/deacitivation mismatch" );
+ "Progress activation/deactivation mismatch" );
if ( pAppData_Impl->pProgress && pProgress )
{
diff --git a/main/sfx2/source/menu/mnuitem.cxx
b/main/sfx2/source/menu/mnuitem.cxx
index 551c84c26a..42e87acbba 100644
--- a/main/sfx2/source/menu/mnuitem.cxx
+++ b/main/sfx2/source/menu/mnuitem.cxx
@@ -134,7 +134,7 @@ void SfxMenuControl::SetOwnMenu( SfxVirtualMenu* pMenu )
//--------------------------------------------------------------------
-// binds the instance to the specified id and assignes the title
+// binds the instance to the specified id and assigns the title
void SfxMenuControl::Bind(
SfxVirtualMenu* pOwn,
@@ -160,7 +160,7 @@ void SfxMenuControl::Bind(
//--------------------------------------------------------------------
-// binds the item to the specified menu and assignes the title
+// binds the item to the specified menu and assigns the title
void SfxMenuControl::Bind(
SfxVirtualMenu* pOwn,
diff --git a/main/soltools/adjustvisibility/adjustvisibility.cxx
b/main/soltools/adjustvisibility/adjustvisibility.cxx
index a1c04f2eb0..830accb93c 100644
--- a/main/soltools/adjustvisibility/adjustvisibility.cxx
+++ b/main/soltools/adjustvisibility/adjustvisibility.cxx
@@ -152,7 +152,7 @@ void adjustVisibility( const std::string& rFile, int fd,
bool bVerbose)
if ( aShdr.sh_type != SHT_SYMTAB ) {
continue;
}
- // Section is a symbol section. Get the assiociated data.
+ // Section is a symbol section. Get the associated data.
Elf_Data* pSymbolData;
if ( (pSymbolData = elf_getdata(pScn, 0)) == NULL ) {
throw ElfError(rFile, "elf_getdata() failed");
diff --git a/main/stoc/test/testregistry.cxx b/main/stoc/test/testregistry.cxx
index 16bb0628b2..54590a353c 100644
--- a/main/stoc/test/testregistry.cxx
+++ b/main/stoc/test/testregistry.cxx
@@ -226,7 +226,7 @@ void test_SimpleRegistry(
xSubKey->setLongValue(123456789);
xSubKey = xKey->createKey(OUString(
RTL_CONSTASCII_USTRINGPARAM("SecondSubKey") ));
- xSubKey->setAsciiValue(OUString(
RTL_CONSTASCII_USTRINGPARAM("ich bin ein acsii value") ));
+ xSubKey->setAsciiValue(OUString(
RTL_CONSTASCII_USTRINGPARAM("ich bin ein ascii value") ));
xSubKey = xKey->createKey(OUString(
RTL_CONSTASCII_USTRINGPARAM("ThirdSubKey") ));
xSubKey->setStringValue(OUString(
RTL_CONSTASCII_USTRINGPARAM("ich bin ein unicode value") ));
@@ -251,7 +251,7 @@ void test_SimpleRegistry(
} else
if (name == OUString(
RTL_CONSTASCII_USTRINGPARAM("/FirstKey/SecondSubKey") ))
{
- TEST_ENSHURE( xSubKey->getAsciiValue() ==
OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein acsii value") ),
+ TEST_ENSHURE( xSubKey->getAsciiValue() ==
OUString( RTL_CONSTASCII_USTRINGPARAM("ich bin ein ascii value") ),
"test_SimpleRegistry
error 11" );
} else
if (name == OUString(
RTL_CONSTASCII_USTRINGPARAM("/FirstKey/ThirdSubKey") ))
diff --git a/main/svtools/inc/svtools/table/tablemodel.hxx
b/main/svtools/inc/svtools/table/tablemodel.hxx
index 4e9eb2f946..57a9ccc07d 100644
--- a/main/svtools/inc/svtools/table/tablemodel.hxx
+++ b/main/svtools/inc/svtools/table/tablemodel.hxx
@@ -320,7 +320,7 @@ namespace svt { namespace table
//====================================================================
//= ITableModel
//====================================================================
- /** declares the interface to implement by an abtract table model
+ /** declares the interface to implement by an abstract table model
*/
class SAL_NO_VTABLE SVT_DLLPUBLIC ITableModel
{
diff --git a/main/svx/inc/svx/sdr/overlay/overlaytools.hxx
b/main/svx/inc/svx/sdr/overlay/overlaytools.hxx
index d2bd9b06e0..11ed086260 100644
--- a/main/svx/inc/svx/sdr/overlay/overlaytools.hxx
+++ b/main/svx/inc/svx/sdr/overlay/overlaytools.hxx
@@ -30,7 +30,7 @@
//////////////////////////////////////////////////////////////////////////////
// Overlay helper class which holds a BotmapEx which is to be visualized
// at the given logic position with the Bitmap's pixel size, unscaled and
-// unrotated (like a marker). The discrete pixel on the bitmap assocciated
+// unrotated (like a marker). The discrete pixel on the bitmap associated
// with the target position is given in discrete X,Y coordinates
namespace drawinglayer
{
@@ -45,7 +45,7 @@ namespace drawinglayer
// The logic position
basegfx::B2DPoint
maBasePosition;
- // The pixel inside the BitmapEx which is assocciated with
+ // The pixel inside the BitmapEx which is associated with
// the target position (offset in the bitmap)
sal_uInt16
mnCenterX;
sal_uInt16
mnCenterY;
diff --git a/main/sw/source/ui/lingu/hhcwrp.cxx
b/main/sw/source/ui/lingu/hhcwrp.cxx
index b5019d5dde..bf5cf2416c 100644
--- a/main/sw/source/ui/lingu/hhcwrp.cxx
+++ b/main/sw/source/ui/lingu/hhcwrp.cxx
@@ -496,7 +496,7 @@ void SwHHCWrapper::ReplaceUnit(
//!! back to false we do it now manually in order for the selection
//!! to be done properly in the following call to Left.
// We didn't fix it in Delete and Insert since it is currently
- // unclear if someone depends on this incorrect behvaiour
+ // unclear if someone depends on this incorrect behaviour
// of the flag.
rWrtShell.EndSelect();
diff --git a/main/vcl/aqua/source/gdi/aquaprintaccessoryview.mm
b/main/vcl/aqua/source/gdi/aquaprintaccessoryview.mm
index 182c5dbb49..dc738837dc 100644
--- a/main/vcl/aqua/source/gdi/aquaprintaccessoryview.mm
+++ b/main/vcl/aqua/source/gdi/aquaprintaccessoryview.mm
@@ -48,7 +48,7 @@ using namespace com::sun::star;
using namespace com::sun::star::beans;
using namespace com::sun::star::uno;
-/* Note: the accesory view as implemented here is already deprecated in
Leopard. Unfortunately
+/* Note: the accessory view as implemented here is already deprecated in
Leopard. Unfortunately
as long as our baseline is Tiger we cannot gain the advantages over
multiple accessory views
as well havs having accessory views AND a preview (as long as you are
linked vs. 10.4 libraries
the preview insists on not being present. This is unfortunate.
diff --git a/main/vcl/aqua/source/gdi/salprn.cxx
b/main/vcl/aqua/source/gdi/salprn.cxx
index 1a6ab75abe..619c7bc1b0 100644
--- a/main/vcl/aqua/source/gdi/salprn.cxx
+++ b/main/vcl/aqua/source/gdi/salprn.cxx
@@ -596,7 +596,7 @@ sal_Bool AquaSalInfoPrinter::StartJob( const String*
i_pFileName,
if( [pPrintOperation respondsToSelector:
@selector(setJobTitle:)] )
[pPrintOperation performSelector: @selector(setJobTitle:)
withObject: [CreateNSString( i_rJobName ) autorelease]];
- if( bShowPanel && mnCurPageRangeStart == 0 && nCurJob == 0) //
only the first range of pages (in the first job) gets the accesory view
+ if( bShowPanel && mnCurPageRangeStart == 0 && nCurJob == 0) //
only the first range of pages (in the first job) gets the accessory view
pReleaseAfterUse = [AquaPrintAccessoryView
setupPrinterPanel: pPrintOperation withController: &i_rController withState:
&aAccViewState];
bSuccess = sal_True;
diff --git a/main/vcl/inc/vcl/window.hxx b/main/vcl/inc/vcl/window.hxx
index d53ac0e050..4bba45a3e1 100644
--- a/main/vcl/inc/vcl/window.hxx
+++ b/main/vcl/inc/vcl/window.hxx
@@ -957,7 +957,7 @@ public:
virtual void SetText( const XubString& rStr );
virtual String GetText() const;
// return the actual text displayed
- // this may have e.g. accellerators removed or portions
+ // this may have e.g. accelerators removed or portions
// replaced by ellipsis
virtual String GetDisplayText() const;
// gets the visible background color. for transparent windows
diff --git a/main/vcl/unx/generic/gdi/xrender_peer.hxx
b/main/vcl/unx/generic/gdi/xrender_peer.hxx
index 280e172b2d..7d88990d9d 100644
--- a/main/vcl/unx/generic/gdi/xrender_peer.hxx
+++ b/main/vcl/unx/generic/gdi/xrender_peer.hxx
@@ -136,7 +136,7 @@ private:
XRenderPeer& mrRenderPeer;
Picture maPicture;
-private: // prevent copy and assignmet
+private: // prevent copy and assignment
ScopedPic( const ScopedPic& );
void operator=( const ScopedPic& );
};
diff --git a/main/writerfilter/source/dmapper/DomainMapper.cxx
b/main/writerfilter/source/dmapper/DomainMapper.cxx
index 6564a7b5a6..b77b7e7ec0 100644
--- a/main/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/main/writerfilter/source/dmapper/DomainMapper.cxx
@@ -1531,10 +1531,10 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
two lines in one layout (0x02).
For 0x01, if the higher byte of YYYY is zero, the text is not
scaled to fit the line height,
in opposite case, it is to be scaled.
- For 0x02, the higher byte of YYYY is determinig the prefix and
suffix of the run:
+ For 0x02, the higher byte of YYYY is determining the prefix
and suffix of the run:
no brackets (0x00) ,
() round brackets (0x01),
- [] square backets (0x02),
+ [] square brackets (0x02),
<> angle brackets (0x03) and
{} curly brackets (0x04).
???? is different and we do not know its signification
diff --git
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/NumberFormat.java
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/NumberFormat.java
index a8114f44c5..a9763aa3c2 100644
---
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/NumberFormat.java
+++
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/NumberFormat.java
@@ -59,7 +59,7 @@ public class NumberFormat implements BIFFRecord {
/**
* Reads the NumberFormat from the <code>InputStream</code> Byte array
- * containg strings are doubled in length becuse they use unicode
+ * containing strings are doubled in length because they use unicode
*
* @return the total number of bytes read
*/
diff --git a/main/xmloff/inc/xmloff/xmluconv.hxx
b/main/xmloff/inc/xmloff/xmluconv.hxx
index d8b5ae4277..f4948f346f 100644
--- a/main/xmloff/inc/xmloff/xmluconv.hxx
+++ b/main/xmloff/inc/xmloff/xmluconv.hxx
@@ -377,15 +377,15 @@ public:
static void encodeBase64(rtl::OUStringBuffer& aStrBuffer, const
com::sun::star::uno::Sequence<sal_Int8>& aPass);
// Decode a base 64 encoded string into a sequence of bytes. The first
- // version can be used for attribute values only, bacause it does not
+ // version can be used for attribute values only, because it does not
// return any chars left from conversion.
- // For text submitted throgh the SAX characters call, the later method
+ // For text submitted through the SAX characters call, the later method
// must be used!
static void decodeBase64(com::sun::star::uno::Sequence<sal_Int8>&
aPass, const rtl::OUString& sBuffer);
static sal_Int32
decodeBase64SomeChars(com::sun::star::uno::Sequence<sal_Int8>& aPass, const
rtl::OUString& sBuffer);
- /** convert num-forat and num-letter-sync values to NumberingType */
+ /** convert num-format and num-letter-sync values to NumberingType */
sal_Bool convertNumFormat( sal_Int16& rType,
const
::rtl::OUString& rNumFormat,
const
::rtl::OUString& rNumLetterSync,
diff --git a/main/xmlsecurity/source/xmlsec/xmlstreamio.cxx
b/main/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index 680a44e578..595aae67c5 100644
--- a/main/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/main/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -174,7 +174,7 @@ int xmlEnableStreamInputCallbacks()
//Register the callbacks into xmlSec
//In order to make the xmlsec io finding the callbacks firstly,
- //I put the callbacks at the very begining.
+ //I put the callbacks at the very beginning.
//Cleanup the older callbacks.
//Notes: all none default callbacks will lose.
diff --git a/test/testuno/source/api/i18n/XBreakIteratorTest.java
b/test/testuno/source/api/i18n/XBreakIteratorTest.java
index cb8da5faaa..c0574ceff9 100644
--- a/test/testuno/source/api/i18n/XBreakIteratorTest.java
+++ b/test/testuno/source/api/i18n/XBreakIteratorTest.java
@@ -580,7 +580,7 @@ public class XBreakIteratorTest {
/**
* Tries to determine script type (of all four types). <p>
* Has <b>OK</b> status if <code>LATIN</code> type returned
- * for ACSII character, <code>ASIAN</code> for Katakana Unicode
+ * for ASCII character, <code>ASIAN</code> for Katakana Unicode
* codepoints, <code>COMPLEX</code> for Arabic Unicode
* codepoints and <code>WEAK</code> for codepoints from Arrows
* Unicode block.