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 d4e90fa53a Fix spelling (#343)
d4e90fa53a is described below
commit d4e90fa53a3eacfb53fe9d64b9b647e4f7569c84
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 31 00:52:25 2025 +1000
Fix spelling (#343)
* Fix spelling
* Update ignored words list
---
.github/linters/codespell.txt | 7 -------
main/helpcontent2/source/text/shared/01/06130010.xhp | 2 +-
main/offapi/com/sun/star/sdbc/XBatchExecution.idl | 2 +-
main/officecfg/registry/schema/org/openoffice/Setup.xcs | 4 ++--
main/sc/source/ui/view/viewfunc.cxx | 2 +-
main/svgio/source/svgreader/svgsvgnode.cxx | 10 +++++-----
main/svx/source/unodraw/unoshape.cxx | 2 +-
main/winaccessibility/source/UAccCOM/MAccessible.cpp | 2 +-
8 files changed, 12 insertions(+), 19 deletions(-)
diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 18529dbdd6..2426221e05 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -584,16 +584,10 @@ commans
commatas
commitable
commited
-commma
commmand
-commmands
-commmon
commnent
-commom
commont
commpn
-comnmand
-comobobox
comparation
compareable
comparion
@@ -2619,7 +2613,6 @@ produktion
proeprties
proerties
proerty
-programatic
programatically
programing
programm
diff --git a/main/helpcontent2/source/text/shared/01/06130010.xhp
b/main/helpcontent2/source/text/shared/01/06130010.xhp
index 2e2fcf46b9..b5cd41aedb 100644
--- a/main/helpcontent2/source/text/shared/01/06130010.xhp
+++ b/main/helpcontent2/source/text/shared/01/06130010.xhp
@@ -33,7 +33,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:MacroRecorder" id="bm_id986626"
localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:MacroRecorder" id="bm_id3156045"
localize="false"/>
<paragraph role="heading" id="hd_id3153383" xml-lang="en-US" level="1"
l10n="U"><link href="text/shared/01/06130010.xhp" name="Record Macro">Record
Macro</link></paragraph>
-<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:MacroRecorder">Records a new
macro.</ahelp><comment>icon and comnmand!</comment></paragraph>
+<paragraph role="paragraph" id="par_id3152952" xml-lang="en-US"
l10n="U"><ahelp hid=".uno:MacroRecorder">Records a new
macro.</ahelp><comment>icon and command!</comment></paragraph>
</section>
<section id="howtoget">
<embed href="text/shared/00/00000406.xhp#recordmacro"/>
diff --git a/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
b/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
index 43309d6075..a4c39ee8b9 100644
--- a/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
+++ b/main/offapi/com/sun/star/sdbc/XBatchExecution.idl
@@ -41,7 +41,7 @@
published interface XBatchExecution: com::sun::star::uno::XInterface
{
- /** adds a SQL command to the current batch of commmands for the
statement
+ /** adds a SQL command to the current batch of commands for the
statement
object.
@param sql
the SQL statement which should be appended to the batch.
diff --git a/main/officecfg/registry/schema/org/openoffice/Setup.xcs
b/main/officecfg/registry/schema/org/openoffice/Setup.xcs
index 67fefed5d2..309777a522 100644
--- a/main/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -111,7 +111,7 @@
<!-- UIHints: setup -->
<info>
<desc>It's the "most actual" filter,
which is able to import/export ALL currently implemented features of this
office module.
- It has to be the programatic name
of the filter.</desc>
+ It has to be the programmatic
name of the filter.</desc>
</info>
</prop>
<prop oor:name="ooSetupFactoryActualTemplateFilter"
oor:type="xs:string">
@@ -447,7 +447,7 @@
<prop oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean"
oor:nillable="false">
<info>
<author>OS</author>
- <desc>Indicates that the decimal separator (dot or commma)
is used as appropriate for the selected locale instead of the one related to
the default keyboard layout.</desc>
+ <desc>Indicates that the decimal separator (dot or comma)
is used as appropriate for the selected locale instead of the one related to
the default keyboard layout.</desc>
<label>Decimal separator key same as locale
setting.</label>
</info>
<value>true</value>
diff --git a/main/sc/source/ui/view/viewfunc.cxx
b/main/sc/source/ui/view/viewfunc.cxx
index 808098799a..36931fa5d1 100644
--- a/main/sc/source/ui/view/viewfunc.cxx
+++ b/main/sc/source/ui/view/viewfunc.cxx
@@ -757,7 +757,7 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB
nTab, const EditTextOb
bCommon = aAttrTester.NeedsCellAttr();
// formulas have to be recognized even if they're
formatted
- // (but commmon attributes are still collected)
+ // (but common attributes are still collected)
if ( !bSimple && aEngine.GetParagraphCount() == 1 )
{
diff --git a/main/svgio/source/svgreader/svgsvgnode.cxx
b/main/svgio/source/svgreader/svgsvgnode.cxx
index b63cb023e5..f7fab25224 100644
--- a/main/svgio/source/svgreader/svgsvgnode.cxx
+++ b/main/svgio/source/svgreader/svgsvgnode.cxx
@@ -320,7 +320,7 @@ namespace svgio
if(getParent())
{
// #122594# if width/height is not given, it's 100% (see
5.1.2 The 'svg' element in SVG1.1 spec).
- // If it is relative, the question is to what. The
previous implementatin assumed relative to the
+ // If it is relative, the question is to what. The
previous implementation assumed relative to the
// local ViewBox which is implied by (4.2 Basic data
types):
//
// "Note that the non-property <length> definition also
allows a percentage unit identifier.
@@ -331,7 +331,7 @@ namespace svgio
// bounding box width or height on a given object (refer
to the section that describes object
// bounding box units)."
- // Comparisons with commom browsers show, that it's mostly
interpreted relative to the viewport
+ // Comparisons with common browsers show, that it's mostly
interpreted relative to the viewport
// of the parent, and so does the new implementation.
// Extract known viewport data
@@ -426,7 +426,7 @@ namespace svgio
else
{
// create mapping
- // #i122610 SVG 1.1 defines in section 5.1.2
that if the attribute perserveAspectRatio is not specified,
+ // #i122610 SVG 1.1 defines in section 5.1.2
that if the attribute preserveAspectRatio is not specified,
// then the effect is as if a value of
'xMidYMid meet' were specified.
SvgAspectRatio
aRatioDefault(Align_xMidYMid,false,true);
const SvgAspectRatio& rRatio =
getSvgAspectRatio().isSet()? getSvgAspectRatio() : aRatioDefault;
@@ -533,11 +533,11 @@ namespace svgio
fW = fViewBoxWidth;
fH = fViewBoxHeight;
}
- // SVG 1.1 defines in section 5.1.2 that x,y
has no meanig for the outermost SVG element.
+ // SVG 1.1 defines in section 5.1.2 that x,y
has no meaning for the outermost SVG element.
aSvgCanvasRange = basegfx::B2DRange(0.0, 0.0,
fW, fH);
// create mapping
- // SVG 1.1 defines in section 5.1.2 that if
the attribute perserveAspectRatio is not specified,
+ // SVG 1.1 defines in section 5.1.2 that if
the attribute preserveAspectRatio is not specified,
// then the effect is as if a value of
'xMidYMid meet' were specified.
SvgAspectRatio
aRatioDefault(Align_xMidYMid,false,true);
const SvgAspectRatio& rRatio =
getSvgAspectRatio().isSet()? getSvgAspectRatio() : aRatioDefault;
diff --git a/main/svx/source/unodraw/unoshape.cxx
b/main/svx/source/unodraw/unoshape.cxx
index 706825ca54..8bfb9d6de2 100644
--- a/main/svx/source/unodraw/unoshape.cxx
+++ b/main/svx/source/unodraw/unoshape.cxx
@@ -1314,7 +1314,7 @@ void SAL_CALL SvxShape::setSize( const awt::Size& rSize )
if( mpObj.is() && mpModel)
{
// #123539# optimization for 3D chart object generation: do not use UNO
- // API commmands to get the range, this is too expensive since for 3D
+ // API commands to get the range, this is too expensive since for 3D
// scenes it may recalculate the whole scene since in AOO this depends
// on the contained geometry (layouted to show all content)
const bool b3DConstruction(dynamic_cast< E3dObject* >(mpObj.get()) &&
mpModel->isLocked());
diff --git a/main/winaccessibility/source/UAccCOM/MAccessible.cpp
b/main/winaccessibility/source/UAccCOM/MAccessible.cpp
index 7a7e77680b..1d3f8b6ab8 100644
--- a/main/winaccessibility/source/UAccCOM/MAccessible.cpp
+++ b/main/winaccessibility/source/UAccCOM/MAccessible.cpp
@@ -704,7 +704,7 @@ STDMETHODIMP CMAccessible::get_accKeyboardShortcut(VARIANT
varChild, BSTR *pszKe
m_pIParent->get_accRole(varChild, &varParentRole);
- if( m_pIParent &&
varParentRole.lVal == ROLE_SYSTEM_COMBOBOX ) // edit in comoboBox
+ if( m_pIParent &&
varParentRole.lVal == ROLE_SYSTEM_COMBOBOX ) // edit in comboBox
{
m_pIParent->get_accKeyboardShortcut(varChild, pszKeyboardShortcut);
return S_OK;