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 a71d59940e Fix spelling (#247)
a71d59940e is described below
commit a71d59940e9b3c872d6afee57a30dbc3dfe6168e
Author: John Bampton <[email protected]>
AuthorDate: Fri Jan 10 23:45:15 2025 +1000
Fix spelling (#247)
(cherry picked from commit ca0014a11564db4404ca1428d5cd6d6bb96e2c25)
---
.../drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +-
main/framework/source/layoutmanager/layoutmanager.cxx | 2 +-
.../com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl | 2 +-
main/offapi/com/sun/star/task/InteractionHandler.idl | 10 +++++-----
main/offapi/com/sun/star/ucb/XDynamicResultSet.idl | 2 +-
main/sdext/source/presenter/PresenterWindowManager.cxx | 8 ++++----
main/solenv/bin/patch_tool.pl | 4 ++--
main/svtools/source/control/toolbarmenu.cxx | 2 +-
main/svx/source/form/fmobj.cxx | 2 +-
main/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx | 2 +-
main/toolkit/source/controls/animatedimages.cxx | 4 ++--
main/vcl/source/window/printdlg.cxx | 2 +-
main/vcl/win/source/gdi/salgdi3.cxx | 2 +-
.../org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java | 6 +++---
14 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
b/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 5b6165d0a2..6a1f1b9be1 100644
--- a/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/main/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -2050,7 +2050,7 @@ namespace drawinglayer
aViewTransform.scale(fDPIXChange,
fDPIYChange);
}
- // also take scaling from Size reduction into
acount
+ // also take scaling from Size reduction into
account
if(!basegfx::fTools::equal(fReduceFactor, 1.0))
{
aViewTransform.scale(fReduceFactor,
fReduceFactor);
diff --git a/main/framework/source/layoutmanager/layoutmanager.cxx
b/main/framework/source/layoutmanager/layoutmanager.cxx
index 3b03f37ce8..de72f0db85 100644
--- a/main/framework/source/layoutmanager/layoutmanager.cxx
+++ b/main/framework/source/layoutmanager/layoutmanager.cxx
@@ -1365,7 +1365,7 @@ throw ( RuntimeException )
{
vos::OGuard aGuard( Application::GetSolarMutex() );
- // Add layout manager as listener to get notifications about toolbar
button activties
+ // Add layout manager as listener to get notifications about toolbar
button activities
Window* pContainerWindow = VCLUnoHelper::GetWindow( m_xContainerWindow
);
if ( pContainerWindow )
pContainerWindow->AddChildEventListener( LINK( this,
LayoutManager, WindowEventListener ) );
diff --git
a/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
b/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
index c9003a1d03..2901e65e65 100644
--- a/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
+++ b/main/offapi/com/sun/star/linguistic2/XLinguServiceEventBroadcaster.idl
@@ -62,7 +62,7 @@ published interface XLinguServiceEventBroadcaster :
com::sun::star::uno::XInterf
<FALSE/> otherwise.
@param xLstnr
- the listener to be addded.
+ the listener to be added.
*/
boolean addLinguServiceEventListener (
[in] com::sun::star::linguistic2::XLinguServiceEventListener
xLstnr );
diff --git a/main/offapi/com/sun/star/task/InteractionHandler.idl
b/main/offapi/com/sun/star/task/InteractionHandler.idl
index 3c801272b4..05537feed1 100644
--- a/main/offapi/com/sun/star/task/InteractionHandler.idl
+++ b/main/offapi/com/sun/star/task/InteractionHandler.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module task {
//============================================================================
/** An interaction request handler that lets the user handle requests via GUI
dialogs.
- <p>The interaction handler service has a numerof of <a
href="#built_in_handler">built-in handlers</a>, responsible
+ <p>The interaction handler service has a number of <a
href="#built_in_handler">built-in handlers</a>, responsible
for a lot of well known interactions. Additionally, there's a
configuration module which allows to
<a href="#configuring_handlers">configure additional handlers</a>,
responsible for arbitrary requests.</a></p>
@@ -123,7 +123,7 @@ module com { module sun { module star { module task {
<DT><code>"Folder"</code></DT>
<DD><const scope="com::sun::star::ucb">IOErrorCode::CANT_CREATE</const>
- only. The name of the foler in which a resource cannot be created (a
+ only. The name of the folder in which a resource cannot be created (a
<atom>string</atom>).</DD>
<DT><code>"Volume"</code> and <code>"OtherVolume"</code></DT>
@@ -133,7 +133,7 @@ module com { module sun { module star { module task {
</DL></P>
<a name="configuring_handlers"></a>
- <h3>Configurating additional Handlers</h3>
+ <h3>Configuring additional Handlers</h3>
<p>It is possible to configure additional interaction handlers, to which
certain requests can be delegated. The
configuration node
<code>/org.openoffice.Interaction/InteractionHandlers</code> is evaluated and
respected
@@ -143,12 +143,12 @@ module com { module sun { module star { module task {
by full-qualified type name. Also, for each type, it can specify whether
it is responsible for only this particular
type, or all possibly existent derived types.</p>
- <p>Whenever the <code>InteractionHandler</code> encounteres a request it
cannot fulfill itself, it will examine
+ <p>Whenever the <code>InteractionHandler</code> encounters a request it
cannot fulfill itself, it will examine
the configuration, to find a handler implementation for the request, and
delegate it to the first matching
handler.</p>
<p>If multiple custom interaction handlers declare themself responsible
for the same request type, it is not
- defined which handler will actully be invoked. Thus, when deploying a
custom interaction handler, ensure
+ defined which handler will actually be invoked. Thus, when deploying a
custom interaction handler, ensure
that the types you specify are general enough to cover all requests you
want to handle, but also specific
enough to not cover requests which other handlers might be interested
in.</p>
*/
diff --git a/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
b/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
index 2fe29453a9..44b617c4c4 100644
--- a/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
+++ b/main/offapi/com/sun/star/ucb/XDynamicResultSet.idl
@@ -96,7 +96,7 @@ module com { module sun { module star { module ucb {
<li> The listener is allowed to access both
<type>ContentResultSet</type>s,
they must be both valid.</li>
<li> It is not allowed to start a second notify-call.</li>
- <li> All addditional things we want to send as notification are to be
+ <li> All additional things we want to send as notification are to be
queued.</li>
<li> Any other calls are to be accepted and treated.</li>
</ol>
diff --git a/main/sdext/source/presenter/PresenterWindowManager.cxx
b/main/sdext/source/presenter/PresenterWindowManager.cxx
index c7e148a482..4db0e327d4 100644
--- a/main/sdext/source/presenter/PresenterWindowManager.cxx
+++ b/main/sdext/source/presenter/PresenterWindowManager.cxx
@@ -888,7 +888,7 @@ void PresenterWindowManager::LayoutStandardMode (void)
double nSlidePreviewTop (0);
// For the current slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
PresenterPaneContainer::SharedPaneDescriptor pPane (
mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL));
@@ -908,7 +908,7 @@ void PresenterWindowManager::LayoutStandardMode (void)
// For the next slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane =
mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL);
if (pPane.get() != NULL)
@@ -964,7 +964,7 @@ void PresenterWindowManager::LayoutNotesMode (void)
}
// For the current slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane =
mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL);
if (pPane.get() != NULL)
@@ -982,7 +982,7 @@ void PresenterWindowManager::LayoutNotesMode (void)
// For the next slide view calculate the outer height from the outer
- // width. This takes into acount the slide aspect ratio and thus has to
+ // width. This takes into account the slide aspect ratio and thus has to
// go over the inner pane size.
pPane =
mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL);
if (pPane.get() != NULL)
diff --git a/main/solenv/bin/patch_tool.pl b/main/solenv/bin/patch_tool.pl
index 9178d793f0..d241f8d8e7 100644
--- a/main/solenv/bin/patch_tool.pl
+++ b/main/solenv/bin/patch_tool.pl
@@ -615,7 +615,7 @@ sub CheckFeatureSets($$)
if (scalar @added_features > 0)
{
- $installer::logger::Info->printf("Warning: %d features have been
addded\n", scalar @added_features);
+ $installer::logger::Info->printf("Warning: %d features have been
added\n", scalar @added_features);
my @new_features_with_existing_parents = ();
foreach my $new_feature (@added_features)
@@ -760,7 +760,7 @@ sub CheckAddedComponents ($$)
else
{
$installer::logger::Info->printf(
- "Warning: %d components have been addded\n",
+ "Warning: %d components have been added\n",
scalar @added_components);
# Check that the referencing features are also new.
diff --git a/main/svtools/source/control/toolbarmenu.cxx
b/main/svtools/source/control/toolbarmenu.cxx
index ef6bdd3245..b226fe6111 100644
--- a/main/svtools/source/control/toolbarmenu.cxx
+++ b/main/svtools/source/control/toolbarmenu.cxx
@@ -412,7 +412,7 @@ void ToolbarMenu_Impl::notifyHighlightedEntry()
if( pEntry->mpControl )
{
sal_Int32 nChildIndex = 0;
- // todo: if other controls than ValueSet are
allowed, addapt this code
+ // todo: if other controls than ValueSet are
allowed, adapt this code
ValueSet* pValueSet = dynamic_cast< ValueSet*
>( pEntry->mpControl );
if( pValueSet )
nChildIndex = static_cast< sal_Int32 >(
pValueSet->GetItemPos( pValueSet->GetSelectItemId() ) );
diff --git a/main/svx/source/form/fmobj.cxx b/main/svx/source/form/fmobj.cxx
index 78018f9a59..c9a06f77b8 100644
--- a/main/svx/source/form/fmobj.cxx
+++ b/main/svx/source/form/fmobj.cxx
@@ -584,7 +584,7 @@ Reference< XInterface > FmFormObj::ensureModelEnv(const
Reference< XInterface >
xDestContainer->insertByIndex(nCurrentDestIndex, makeAny(xCurrentDestForm));
++nCurrentDestIndex;
- // like nCurrentSourceIndex,
nCurrentDestIndex now points 'behind' the form it actally means
+ // like nCurrentSourceIndex,
nCurrentDestIndex now points 'behind' the form it actually means
}
catch(Exception&)
{
diff --git a/main/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
b/main/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
index df9d012c03..09347f841e 100644
--- a/main/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
+++ b/main/svx/source/sdr/contact/viewobjectcontactofgraphic.cxx
@@ -214,7 +214,7 @@ namespace sdr
// #i103720# forget event to avoid possible deletion by
the following ActionChanged call
// which may use
createPrimitive2DSequence/impPrepareGraphicWithAsynchroniousLoading again.
- // Deletion is actally done by the scheduler who leaded to coming
here
+ // Deletion is actually done by the scheduler who leaded to coming
here
mpAsynchLoadEvent = 0;
// Invalidate all paint areas and check existing animation (which
may have changed).
diff --git a/main/toolkit/source/controls/animatedimages.cxx
b/main/toolkit/source/controls/animatedimages.cxx
index ba705411eb..3a0ca22a8f 100644
--- a/main/toolkit/source/controls/animatedimages.cxx
+++ b/main/toolkit/source/controls/animatedimages.cxx
@@ -430,7 +430,7 @@ namespace toolkit
lcl_checkIndex( *m_pData, i_index, *this, true );
- // actaul insertion
+ // actual insertion
m_pData->aImageSets.insert( m_pData->aImageSets.begin() + i_index,
i_imageURLs );
// listener notification
@@ -447,7 +447,7 @@ namespace toolkit
lcl_checkIndex( *m_pData, i_index, *this );
- // actaul insertion
+ // actual insertion
m_pData->aImageSets[ i_index ] = i_imageURLs;
// listener notification
diff --git a/main/vcl/source/window/printdlg.cxx
b/main/vcl/source/window/printdlg.cxx
index 75f24a0090..9dee89ba5c 100644
--- a/main/vcl/source/window/printdlg.cxx
+++ b/main/vcl/source/window/printdlg.cxx
@@ -1083,7 +1083,7 @@ void PrintDialog::readFromSettings()
maNUpPage.readFromSettings();
maOptionsPage.readFromSettings();
- // read last selected tab page; if it exists, actiavte it
+ // read last selected tab page; if it exists, activate it
SettingsConfigItem* pItem = SettingsConfigItem::get();
rtl::OUString aValue = pItem->getValue( rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( "PrintDialog" ) ),
rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM( "LastPage" ) ) );
diff --git a/main/vcl/win/source/gdi/salgdi3.cxx
b/main/vcl/win/source/gdi/salgdi3.cxx
index 054c1cd87e..74490845a5 100644
--- a/main/vcl/win/source/gdi/salgdi3.cxx
+++ b/main/vcl/win/source/gdi/salgdi3.cxx
@@ -354,7 +354,7 @@ static Unicode2LangType aLangFromCodeChart[]= {
// {0x1200, 0x139F, LANGUAGE_AMHARIC_ETHIOPIA}, // Ethiopic
// {0x1200, 0x139F, LANGUAGE_TIGRIGNA_ETHIOPIA}, // Ethiopic
{0x13A0, 0x13FF, LANGUAGE_CHEROKEE_UNITED_STATES}, // Cherokee
-// {0x1400, 0x167F, LANGUAGE_CANADIAN_ABORIGINAL}, // Canadian Aboriginial
Syllabics
+// {0x1400, 0x167F, LANGUAGE_CANADIAN_ABORIGINAL}, // Canadian Aboriginal
Syllabics
// {0x1680, 0x169F, LANGUAGE_OGHAM}, // Ogham
// {0x16A0, 0x16F0, LANGUAGE_RUNIC}, // Runic
// {0x1700, 0x171F, LANGUAGE_TAGALOG}, //
Tagalog
diff --git
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
index b3e156d88c..c4db5cc6bc 100644
---
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
+++
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
@@ -86,9 +86,9 @@ public class SheetSettings implements OfficeConstants {
}
/**
- * sets the position of the acitve cell
+ * sets the position of the active cell
*
- * @param activeCell the current curor position
+ * @param activeCell the current cursor position
*/
public void setCursor(Point activeCell) {
@@ -97,7 +97,7 @@ public class SheetSettings implements OfficeConstants {
}
/**
- * Gets the position of the acitve cell
+ * Gets the position of the active cell
*
* @return The position as a <code>Point</code>
*/