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 6532831cf2 Fix spelling (#334)
6532831cf2 is described below
commit 6532831cf2dffbd9b8c04776b17db4052ccb95df
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 19 01:19:15 2025 +1000
Fix spelling (#334)
* Fix spelling
* Update ignored words list
(cherry picked from commit 531ea755b68a06923ca5d8afa1216255df2c3fff)
---
main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx | 2 +-
main/basic/source/uno/scriptcont.cxx | 2 +-
main/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx | 2 +-
main/chart2/source/controller/main/ChartController.cxx | 2 +-
main/chart2/source/tools/RelativePositionHelper.cxx | 2 +-
main/connectivity/inc/connectivity/sqlparse.hxx | 2 +-
main/dbaccess/source/core/api/RowSet.cxx | 2 +-
main/dbaccess/source/core/dataaccess/databasedocument.cxx | 2 +-
.../inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx | 4 ++--
.../inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx | 4 ++--
main/drawinglayer/source/primitive2d/graphicprimitive2d.cxx | 2 +-
main/extensions/source/propctrlr/cellbindinghelper.cxx | 2 +-
main/filter/source/msfilter/svxmsbas.cxx | 2 +-
main/filter/source/xslt/export/wordml/ooo2wordml_path.xsl | 2 +-
main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl | 4 ++--
main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl | 2 +-
main/framework/inc/services/dispatchhelper.hxx | 2 +-
main/framework/source/services/desktop.cxx | 2 +-
main/linguistic/source/gciterator.cxx | 2 +-
main/offapi/com/sun/star/form/control/GridControl.idl | 2 +-
main/offapi/com/sun/star/presentation/DrawPage.idl | 6 +++---
main/offapi/com/sun/star/text/DocumentIndex.idl | 2 +-
main/offapi/com/sun/star/text/textfield/DatabaseName.idl | 2 +-
main/pyuno/source/module/pyuno_callable.cxx | 2 +-
main/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java | 2 +-
.../com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java | 2 +-
main/reportdesign/source/ui/inc/ReportController.hxx | 2 +-
main/sc/source/core/inc/interpre.hxx | 2 +-
main/scripting/source/provider/MasterScriptProvider.cxx | 2 +-
main/sd/source/ui/inc/tools/IdleDetection.hxx | 2 +-
main/sd/source/ui/slidesorter/model/SlideSorterModel.cxx | 2 +-
main/sdext/source/presenter/PresenterToolBar.hxx | 2 +-
main/sfx2/source/doc/guisaveas.cxx | 2 +-
main/svtools/inc/svtools/javacontext.hxx | 2 +-
main/svx/inc/svx/ChildrenManager.hxx | 4 ++--
main/svx/source/accessibility/ChildrenManagerImpl.hxx | 4 ++--
main/sw/source/core/access/accnotextframe.cxx | 2 +-
main/sw/source/core/crsr/findtxt.cxx | 2 +-
main/sw/source/core/draw/dcontact.cxx | 2 +-
main/sw/source/core/layout/flylay.cxx | 4 ++--
main/sw/source/core/layout/laycache.cxx | 2 +-
main/sw/source/ui/config/optpage.cxx | 2 +-
main/sw/source/ui/dialog/ascfldlg.cxx | 2 +-
main/sw/source/ui/uno/unotxdoc.cxx | 2 +-
main/vcl/inc/printergfx.hxx | 2 +-
main/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java | 4 ++--
main/writerfilter/source/dmapper/DomainMapperTableManager.cxx | 2 +-
main/writerfilter/source/dmapper/TDefTableHandler.cxx | 2 +-
main/writerfilter/source/ooxml/README.efforts | 2 +-
main/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 2 +-
main/xmloff/source/draw/shapeexport.cxx | 2 +-
main/xmlsecurity/source/component/documentdigitalsignatures.cxx | 4 ++--
main/xmlsecurity/source/helper/xsecctl.cxx | 4 ++--
53 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
b/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
index 46518edb92..9b6a535f5f 100644
--- a/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
+++ b/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
@@ -58,7 +58,7 @@ namespace basegfx
// Start value for holes is -1, for polygons it's zero. Ech
time a polygon is contained in another one,
// it's depth is increased when inside a polygon, decreased
when inside a hole. The result is a depth
// which e.g. is -1 for holes outside everything, 1 for a
polygon covered by another polygon and zero
- // for e.g. holes in a polygon or polygons outside everythig
else.
+ // for e.g. holes in a polygon or polygons outside everything
else.
// In the 2nd step, all polygons with depth other than zero are
removed. If bKeepAboveZero is used,
// all polygons < 1 are removed. The bKeepAboveZero mode is
useful for clipping, e.g. just append
// one polygon to another and use this mode -> only parts where
two polygons overlapped will be kept.
diff --git a/main/basic/source/uno/scriptcont.cxx
b/main/basic/source/uno/scriptcont.cxx
index 74d4e58039..026fd5f59b 100644
--- a/main/basic/source/uno/scriptcont.cxx
+++ b/main/basic/source/uno/scriptcont.cxx
@@ -363,7 +363,7 @@ Any SAL_CALL SfxScriptLibraryContainer::importLibraryElement
}
catch(uno::Exception&)
{
- OSL_TRACE("Failed to get documument
object for %s", rtl::OUStringToOString( aElementName, RTL_TEXTENCODING_UTF8
).getStr() );
+ OSL_TRACE("Failed to get document
object for %s", rtl::OUStringToOString( aElementName, RTL_TEXTENCODING_UTF8
).getStr() );
}
}
}
diff --git a/main/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
b/main/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
index f022a70991..52beee8aa5 100644
--- a/main/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
+++ b/main/chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
@@ -195,7 +195,7 @@ void SAL_CALL CreationWizardUnoDlg::notifyTermination(
const lang::EventObject&
void SAL_CALL CreationWizardUnoDlg::disposing( const lang::EventObject&
/*Source*/ ) throw (uno::RuntimeException)
{
- //Listener should deregister himself and relaese all references to the
closing object.
+ //Listener should deregister himself and release all references to the
closing object.
}
//-------------------------------------------------------------------------
diff --git a/main/chart2/source/controller/main/ChartController.cxx
b/main/chart2/source/controller/main/ChartController.cxx
index cec9b48bae..93cad1b312 100644
--- a/main/chart2/source/controller/main/ChartController.cxx
+++ b/main/chart2/source/controller/main/ChartController.cxx
@@ -924,7 +924,7 @@ void ChartController::impl_deleteDrawViewController()
::notifyClosing( const lang::EventObject& rSource )
throw(uno::RuntimeException)
{
- //Listener should deregister himself and relaese all references to the
closing object.
+ //Listener should deregister himself and release all references to the
closing object.
TheModelRef aModelRef( m_aModel, m_aModelMutex);
if( impl_releaseThisModel( rSource.Source ) )
diff --git a/main/chart2/source/tools/RelativePositionHelper.cxx
b/main/chart2/source/tools/RelativePositionHelper.cxx
index 19210d67b9..8fb071ac7f 100644
--- a/main/chart2/source/tools/RelativePositionHelper.cxx
+++ b/main/chart2/source/tools/RelativePositionHelper.cxx
@@ -259,7 +259,7 @@ bool RelativePositionHelper::centerGrow(
const double fPosCheckThreshold = 0.02;
const double fSizeCheckThreshold = 0.1;
- // grow/shrink, back to relaative
+ // grow/shrink, back to relative
aSize.Primary += fAmountX;
aSize.Secondary += fAmountY;
diff --git a/main/connectivity/inc/connectivity/sqlparse.hxx
b/main/connectivity/inc/connectivity/sqlparse.hxx
index 153a3e9dcd..2b9b0c7ece 100644
--- a/main/connectivity/inc/connectivity/sqlparse.hxx
+++ b/main/connectivity/inc/connectivity/sqlparse.hxx
@@ -110,7 +110,7 @@ namespace connectivity
//==========================================================================
// OSQLParseNodesContainer
- // grabage collection of nodes
+ // garbage collection of nodes
//==========================================================================
class OSQLParseNodesContainer
{
diff --git a/main/dbaccess/source/core/api/RowSet.cxx
b/main/dbaccess/source/core/api/RowSet.cxx
index 65a87bdead..05d0d9edc1 100644
--- a/main/dbaccess/source/core/api/RowSet.cxx
+++ b/main/dbaccess/source/core/api/RowSet.cxx
@@ -569,7 +569,7 @@ void ORowSet::freeResources( bool _bComplete )
m_xColumns = NULL;
if ( m_pColumns )
m_pColumns->disposing();
- // dispose the composer to avoid that everbody knows that the
querycomposer is eol
+ // dispose the composer to avoid that everybody knows that the
querycomposer is eol
try { ::comphelper::disposeComponent( m_xComposer ); }
catch(Exception&)
{
diff --git a/main/dbaccess/source/core/dataaccess/databasedocument.cxx
b/main/dbaccess/source/core/dataaccess/databasedocument.cxx
index 3a685d5e26..d63765eb41 100644
--- a/main/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/main/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -925,7 +925,7 @@ sal_Bool SAL_CALL ODatabaseDocument::hasLocation( ) throw
(RuntimeException)
DocumentGuard aGuard( *this, DocumentGuard::MethodWithoutInit );
return m_pImpl->getURL();
// both XStorable::getLocation and XModel::getURL have to return the
URL of the document, *not*
- // the location of the file which the docunment was possibly recovered
from (which would be getDocFileLocation)
+ // the location of the file which the document was possibly recovered
from (which would be getDocFileLocation)
}
//
-----------------------------------------------------------------------------
sal_Bool SAL_CALL ODatabaseDocument::isReadonly( ) throw (RuntimeException)
diff --git
a/main/drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
b/main/drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
index 227848256d..17f0843d8d 100644
---
a/main/drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
+++
b/main/drawinglayer/inc/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
@@ -34,8 +34,8 @@ namespace drawinglayer
// This primitive is used to represent geometry for non-visible
objects,
// e.g. a PresObj's outline. To still be able to use primitives
for HitTest
// functionality, the 2d decompositions will produce an as much as
possible
- // simplified line geometry encapsulated in this primtive when there
is no
- // line geometry. In a further enchanced version this may change to
'if neither
+ // simplified line geometry encapsulated in this primitive when there
is no
+ // line geometry. In a further enhanced version this may change to 'if
neither
// filled nor lines' creation criteria. The whole primitive decomposes
to nothing,
// so no one not knowing it will be influenced. Only helper processors
for hit test
// (and maybe BoundRect extractors) will use it and it's children
subcontent.
diff --git
a/main/drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
b/main/drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
index 4f73fb3ca6..c10d466aa3 100644
---
a/main/drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
+++
b/main/drawinglayer/inc/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
@@ -35,8 +35,8 @@ namespace drawinglayer
// e.g. a 3D cube without fill attributes. To still be able to
use
// primitives for HitTest functionality, the 3d decompositions
produce
// an as much as possible simplified fill geometry encapsulated
in this
- // primtive when there is no fill geometry. Currently, the 3d
hit test
- // uses only areas, so maybe in a further enchanced version
this will change
+ // primitive when there is no fill geometry. Currently, the 3d
hit test
+ // uses only areas, so maybe in a further enhanced version this
will change
// to 'if neither filled nor lines' creation criteria. The
whole primitive
// decomposes to nothing, so no one not knowing it will be
influenced. Only
// helper processors for hit test (and maybe BoundRect
extractors) will
diff --git a/main/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
b/main/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
index b858d72a4f..0b558ae4c5 100644
--- a/main/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
+++ b/main/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
@@ -106,7 +106,7 @@ namespace drawinglayer
// (see above).
// This could even be done when vector graphic, but we
explicitly want to have the
// pure primitive solution for this; this will allow vector
graphics to stay vector
- // geraphics, independent from the color filtering stuff. This
will enhance e.g.
+ // graphics, independent from the color filtering stuff. This
will enhance e.g.
// SVG and print quality while reducing data size at the same
time.
// The other way around the old modifications when only used
on already bitmap objects
// will not loose any quality.
diff --git a/main/extensions/source/propctrlr/cellbindinghelper.cxx
b/main/extensions/source/propctrlr/cellbindinghelper.cxx
index ad1952d33f..8fdd2de55d 100644
--- a/main/extensions/source/propctrlr/cellbindinghelper.cxx
+++ b/main/extensions/source/propctrlr/cellbindinghelper.cxx
@@ -471,7 +471,7 @@ namespace pcr
}
// disallow for some types
- // TODO: shouldn't the XBindableValue supply a list of supported
types, and we can distingusih
+ // TODO: shouldn't the XBindableValue supply a list of supported
types, and we can distinguish
// using this list? The current behavior below is somewhat hackish ...
if ( bAllow )
{
diff --git a/main/filter/source/msfilter/svxmsbas.cxx
b/main/filter/source/msfilter/svxmsbas.cxx
index 44d97512ec..ae850886e5 100644
--- a/main/filter/source/msfilter/svxmsbas.cxx
+++ b/main/filter/source/msfilter/svxmsbas.cxx
@@ -470,7 +470,7 @@ sal_Bool SvxImportMSVBasic::ImportCode_Impl( const String&
rStorageName,
}
catch(uno::Exception& e)
{
-
OSL_TRACE("Failed to get documument object for %s", rtl::OUStringToOString(
it->first, RTL_TEXTENCODING_UTF8 ).getStr() );
+
OSL_TRACE("Failed to get document object for %s", rtl::OUStringToOString(
it->first, RTL_TEXTENCODING_UTF8 ).getStr() );
}
}
}
diff --git a/main/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
b/main/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
index 6dba1f8e84..14ac44bbe2 100644
--- a/main/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
+++ b/main/filter/source/xslt/export/wordml/ooo2wordml_path.xsl
@@ -628,7 +628,7 @@
</xsl:call-template>
</xsl:when>
<xsl:when test="string-length(translate($curr-char , '+-'
,'') ) = 0 and string-length($number) > 0">
- <!-- finsh it with +/- -->
+ <!-- finish it with +/- -->
<xsl:value-of select="concat( round( concat(
$curr-char, $number)) , ':' , $position)"/>
</xsl:when>
<xsl:otherwise>
diff --git a/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
b/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index 505b998caa..281362ccaa 100644
--- a/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1503,7 +1503,7 @@
</xsl:attribute>
</xsl:if>
<xsl:variable name="typeid_adj">
- <!--for fix the bug of version 1.63: the following
discription: adj="-11796480,,5400" in OOo should be: modifier =" -11796480 0
5400"-->
+ <!--for fix the bug of version 1.63: the following
description: adj="-11796480,,5400" in OOo should be: modifier =" -11796480 0
5400"-->
<xsl:variable name="tmp_adj">
<xsl:value-of
select="key('shapetype',@type)/@adj"/>
</xsl:variable>
@@ -1524,7 +1524,7 @@
<!--the following choose statement code will process the
revised modifier
It happens that if a drawing elements has more than 2
modifier, the modifier (or say adj
in wordml) can be adjusted and only the modified adj
is recorded.
- what makes it more compicated is that adj support both
comma and blanks.
+ what makes it more complicated is that adj support
both comma and blanks.
so you have to use kickblanks template to kick the
blanks and change it to comma version.
<key('shapetype',@type)/v:textpath[1]-->
<xsl:choose>
diff --git a/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
b/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 580a4fd15e..b386291c4b 100644
--- a/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/main/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -1439,7 +1439,7 @@
</xsl:call-template>
</xsl:when>
<xsl:when test="string-length(translate($curr-char , '+-'
,'') ) = 0 and string-length($number) > 0">
- <!-- finsh it with +/- -->
+ <!-- finish it with +/- -->
<xsl:call-template name="format-number-pos">
<xsl:with-param name="number" select="$number"/>
<xsl:with-param name="position"
select="$position"/>
diff --git a/main/framework/inc/services/dispatchhelper.hxx
b/main/framework/inc/services/dispatchhelper.hxx
index 4d11df0384..ce7dbc23c5 100644
--- a/main/framework/inc/services/dispatchhelper.hxx
+++ b/main/framework/inc/services/dispatchhelper.hxx
@@ -62,7 +62,7 @@ namespace framework{
@short implements an easy way for dispatches
@descr Dispatches are splitted into different parts:
- parsing of the URL
- - searching for a dispatcgh object
+ - searching for a dispatch object
- dispatching of the URL
All these steps are done inside one method call here.
*/
diff --git a/main/framework/source/services/desktop.cxx
b/main/framework/source/services/desktop.cxx
index 44c3465830..c7768c3f66 100644
--- a/main/framework/source/services/desktop.cxx
+++ b/main/framework/source/services/desktop.cxx
@@ -231,7 +231,7 @@ DEFINE_INIT_SERVICE ( Desktop,
The value must be different from NULL!
@return -
- @onerror We throw an ASSERT in debug version or do nothing in relaese
version.
+ @onerror We throw an ASSERT in debug version or do nothing in release
version.
*//*-*************************************************************************************************************/
Desktop::Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory
>& xFactory )
// Init baseclasses first
diff --git a/main/linguistic/source/gciterator.cxx
b/main/linguistic/source/gciterator.cxx
index 1c55599500..f31fedb5e5 100644
--- a/main/linguistic/source/gciterator.cxx
+++ b/main/linguistic/source/gciterator.cxx
@@ -952,7 +952,7 @@ throw (uno::RuntimeException)
{
::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() );
- // releaase all UNO references
+ // release all UNO references
m_xMSF.clear();
m_xBreakIterator.clear();
diff --git a/main/offapi/com/sun/star/form/control/GridControl.idl
b/main/offapi/com/sun/star/form/control/GridControl.idl
index 4bf86e7296..5ba597681b 100644
--- a/main/offapi/com/sun/star/form/control/GridControl.idl
+++ b/main/offapi/com/sun/star/form/control/GridControl.idl
@@ -138,7 +138,7 @@ published service GridControl
/** allows external components to register dispatchers for some common
form actions.
<p>A grid control can contain own UI elements for traveling
within the database form it belongs to (This
- concept seems to make sense, as a grid control - in opposite to
other data aware controls - displayes
+ concept seems to make sense, as a grid control - in opposite to
other data aware controls - displays
not only one record at a time, but a larger number of records
of the database form.)<br/>
With the help of this interface, external components which wish
to handle such travelings themself can
register interceptors for the actions in question.</p>
diff --git a/main/offapi/com/sun/star/presentation/DrawPage.idl
b/main/offapi/com/sun/star/presentation/DrawPage.idl
index 11edd3c7eb..4ecdae6b05 100644
--- a/main/offapi/com/sun/star/presentation/DrawPage.idl
+++ b/main/offapi/com/sun/star/presentation/DrawPage.idl
@@ -107,7 +107,7 @@ published service DrawPage
//-------------------------------------------------------------------------
- /** defines the text that is displayd in a header textfield rendered on
this
+ /** defines the text that is displayed in a header textfield rendered
on this
page.
*/
[optional, property] string HeaderText;
@@ -122,7 +122,7 @@ published service DrawPage
//-------------------------------------------------------------------------
- /** defines the text that is displayd in a footer textfield rendered on
this
+ /** defines the text that is displayed in a footer textfield rendered
on this
page.
*/
[optional, property] string FooterText;
@@ -153,7 +153,7 @@ published service DrawPage
//-------------------------------------------------------------------------
- /** defines the text that is displayd in a date and time textfield
rendered on this
+ /** defines the text that is displayed in a date and time textfield
rendered on this
page. This value is only used if <code>IsDateTimeFixed</code>
is <true/>.
*/
[optional, property] string DateTimeText;
diff --git a/main/offapi/com/sun/star/text/DocumentIndex.idl
b/main/offapi/com/sun/star/text/DocumentIndex.idl
index d87213d2ad..bcd2c4995a 100644
--- a/main/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/main/offapi/com/sun/star/text/DocumentIndex.idl
@@ -42,7 +42,7 @@ published service DocumentIndex
{
service com::sun::star::text::BaseIndex;
- /** determines if alphabetical separators are genererated.
+ /** determines if alphabetical separators are generated.
*/
[optional, property] boolean UseAlphabeticalSeparators;
diff --git a/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
b/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
index 51d097df3b..bed1d21287 100644
--- a/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
+++ b/main/offapi/com/sun/star/text/textfield/DatabaseName.idl
@@ -32,7 +32,7 @@
module com { module sun { module star { module text { module textfield {
//=============================================================================
-/** specifies service of text field that displayes the name of a database.
+/** specifies service of text field that displays the name of a database.
@see com::sun::star::text::TextField
Only one of the properties <member>DataBaseName</member>,
diff --git a/main/pyuno/source/module/pyuno_callable.cxx
b/main/pyuno/source/module/pyuno_callable.cxx
index 3f0b851a44..ae481f9999 100644
--- a/main/pyuno/source/module/pyuno_callable.cxx
+++ b/main/pyuno/source/module/pyuno_callable.cxx
@@ -97,7 +97,7 @@ PyObject* PyUNO_callable_call (PyObject* self, PyObject*
args, PyObject*)
}
{
- PyThreadDetach antiguard; //pyhton free zone
+ PyThreadDetach antiguard; //python free zone
// do some logging if desired ...
if( isLog( cargo, LogLevel::CALL ) )
diff --git a/main/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
b/main/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
index 8bdc619ab3..8019713cdf 100644
--- a/main/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+++ b/main/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
@@ -109,7 +109,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
tEnv.getObjRelation("XDocumentInsertable.Checker") ;
if (checker == null) {
- log.println("Relaion not found, trying to query for "+
+ log.println("Relation not found, trying to query for "+
"XTextRange ...") ;
range = (XTextRange)
UnoRuntime.queryInterface (XTextRange.class, oObj) ;
diff --git
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
index 2fd6aab500..2799d5b6ba 100644
---
a/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
+++
b/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ImageReadHandler.java
@@ -67,7 +67,7 @@ public class ImageReadHandler extends ElementReadHandler
// final String preserveIRI =
attrs.getValue(OfficeNamespaces.OOREPORT_NS, OfficeToken.PRESERVE_IRI);
if (formula != null && formula.length() != 0)
{
- // now, the evaulated content ends up in the 'content' attribute
of the
+ // now, the evaluated content ends up in the 'content' attribute
of the
// element.
final FormulaExpression valueExpression = new FormulaExpression();
valueExpression.setFormula(formula);
diff --git a/main/reportdesign/source/ui/inc/ReportController.hxx
b/main/reportdesign/source/ui/inc/ReportController.hxx
index 941af95fd2..d7c54c4778 100644
--- a/main/reportdesign/source/ui/inc/ReportController.hxx
+++ b/main/reportdesign/source/ui/inc/ReportController.hxx
@@ -354,7 +354,7 @@ namespace rptui
// SfxListener
virtual void Notify(SfxBroadcaster & rBc, SfxHint const &
rHint);
- /** returns <TRUE/> when the command is enbaled
+ /** returns <TRUE/> when the command is enabled
@param _nCommand the command id
@param _xControlFormat the report control format
*/
diff --git a/main/sc/source/core/inc/interpre.hxx
b/main/sc/source/core/inc/interpre.hxx
index 0d50d34d94..3bf105d332 100644
--- a/main/sc/source/core/inc/interpre.hxx
+++ b/main/sc/source/core/inc/interpre.hxx
@@ -133,7 +133,7 @@ typedef ::std::map< const formula::FormulaConstTokenRef,
formula::FormulaTokenRe
class ScInterpreter
{
- // distibution function objects need the GetxxxDist methods
+ // distribution function objects need the GetxxxDist methods
friend class ScGammaDistFunction;
friend class ScBetaDistFunction;
friend class ScTDistFunction;
diff --git a/main/scripting/source/provider/MasterScriptProvider.cxx
b/main/scripting/source/provider/MasterScriptProvider.cxx
index 18a8e38da8..8d58adbd6c 100644
--- a/main/scripting/source/provider/MasterScriptProvider.cxx
+++ b/main/scripting/source/provider/MasterScriptProvider.cxx
@@ -155,7 +155,7 @@ throw ( Exception, RuntimeException )
{
// from the arguments, we were able to deduce a model. That alone
doesn't
// suffice, we also need an XEmbeddedScripts which actually
indicates support
- // for embeddeding scripts
+ // for embedding scripts
Reference< XEmbeddedScripts > xScripts( m_xModel, UNO_QUERY );
if ( !xScripts.is() )
{
diff --git a/main/sd/source/ui/inc/tools/IdleDetection.hxx
b/main/sd/source/ui/inc/tools/IdleDetection.hxx
index 06dff4d356..10553d1f6f 100644
--- a/main/sd/source/ui/inc/tools/IdleDetection.hxx
+++ b/main/sd/source/ui/inc/tools/IdleDetection.hxx
@@ -31,7 +31,7 @@ class Window;
namespace sd { namespace tools {
/** Detect whether the system is idle and some time consuming operation may
- be carried out. This class ditinguishes between different states of
+ be carried out. This class distinguishes between different states of
idle-ness.
*/
class IdleDetection
diff --git a/main/sd/source/ui/slidesorter/model/SlideSorterModel.cxx
b/main/sd/source/ui/slidesorter/model/SlideSorterModel.cxx
index 25cdc2d801..3aa1c77464 100644
--- a/main/sd/source/ui/slidesorter/model/SlideSorterModel.cxx
+++ b/main/sd/source/ui/slidesorter/model/SlideSorterModel.cxx
@@ -466,7 +466,7 @@ void SlideSorterModel::SetDocumentSlides (
mxSlides = NULL;
ClearDescriptorList ();
- // Reset the current page to cause everbody to release references to it.
+ // Reset the current page to cause everybody to release references to it.
mrSlideSorter.GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange(-1);
// Set the new set of pages.
diff --git a/main/sdext/source/presenter/PresenterToolBar.hxx
b/main/sdext/source/presenter/PresenterToolBar.hxx
index 92f286d31d..e983a6407f 100644
--- a/main/sdext/source/presenter/PresenterToolBar.hxx
+++ b/main/sdext/source/presenter/PresenterToolBar.hxx
@@ -74,7 +74,7 @@ namespace sdext { namespace presenter {
/** A simple tool bar that can display bitmapped buttons and labels. At the
moment there are buttons for moving to the next and previous slide and
- to the next effect. A label displayes the index of the current slide
+ to the next effect. A label displays the index of the current slide
and the total number of slides.
*/
class PresenterToolBar
diff --git a/main/sfx2/source/doc/guisaveas.cxx
b/main/sfx2/source/doc/guisaveas.cxx
index c60ae3a3dd..bcd0a21d81 100644
--- a/main/sfx2/source/doc/guisaveas.cxx
+++ b/main/sfx2/source/doc/guisaveas.cxx
@@ -532,7 +532,7 @@ uno::Sequence< beans::PropertyValue >
ModelData_Impl::GetPreselectedFilter_Impl(
if ( !aFilterProps.getLength() )
{
- // the default filter was not faund, use just the first
acceptable one
+ // the default filter was not found, use just the first
acceptable one
aFilterProps = GetDocServiceAnyFilter( nMust, nDont );
}
}
diff --git a/main/svtools/inc/svtools/javacontext.hxx
b/main/svtools/inc/svtools/javacontext.hxx
index 8a109c68df..07d3287153 100644
--- a/main/svtools/inc/svtools/javacontext.hxx
+++ b/main/svtools/inc/svtools/javacontext.hxx
@@ -46,7 +46,7 @@ namespace svt
com::sun::star::uno::XCurrentContext> & ctx);
/** The parameter bShowErrorsOnce controls whether a message box is
- only displayed once for a reocurring Java error. That is only
+ only displayed once for a reoccurring Java error. That is only
the first time JavaInteractionHandler.handle is called with a
particular Request then the message box is shown. Afterwards
nothing happens.
diff --git a/main/svx/inc/svx/ChildrenManager.hxx
b/main/svx/inc/svx/ChildrenManager.hxx
index a0f20da924..c17941a698 100644
--- a/main/svx/inc/svx/ChildrenManager.hxx
+++ b/main/svx/inc/svx/ChildrenManager.hxx
@@ -88,9 +88,9 @@ public:
@param rxShapeList
List of UNO shapes to manage.
@param rShapeTreeInfo
- Bundel of information passed down the shape tree.
+ Bundle of information passed down the shape tree.
@param rContext
- An accessible context object that is called for fireing events
+ An accessible context object that is called for firing events
for new and deleted children, i.e. that holds a list of
listeners to be informed.
*/
diff --git a/main/svx/source/accessibility/ChildrenManagerImpl.hxx
b/main/svx/source/accessibility/ChildrenManagerImpl.hxx
index f4e132e733..136fde217a 100644
--- a/main/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/main/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -95,9 +95,9 @@ public:
@param rxShapeList
List of UNO shapes to manage.
@param rShapeTreeInfo
- Bundel of information passed down the shape tree.
+ Bundle of information passed down the shape tree.
@param rContext
- An accessible context object that is called for fireing events
+ An accessible context object that is called for firing events
for new and deleted children, i.e. that holds a list of
listeners to be informed.
*/
diff --git a/main/sw/source/core/access/accnotextframe.cxx
b/main/sw/source/core/access/accnotextframe.cxx
index e7b039db49..3884a1a52a 100644
--- a/main/sw/source/core/access/accnotextframe.cxx
+++ b/main/sw/source/core/access/accnotextframe.cxx
@@ -272,7 +272,7 @@ uno::Sequence< uno::Type > SAL_CALL
SwAccessibleNoTextFrame::getTypes() throw(un
//
// implementation of the XAccessibleImage methods is a no-brainer, as
-// all releveant information is already accessible through other
+// all relevant information is already accessible through other
// methods. So we just delegate to those.
OUString SAL_CALL SwAccessibleNoTextFrame::getAccessibleImageDescription()
diff --git a/main/sw/source/core/crsr/findtxt.cxx
b/main/sw/source/core/crsr/findtxt.cxx
index 2989788c29..645d1075a1 100644
--- a/main/sw/source/core/crsr/findtxt.cxx
+++ b/main/sw/source/core/crsr/findtxt.cxx
@@ -341,7 +341,7 @@ sal_uInt8 SwPaM::Find( const SearchOptions& rSearchOpt,
sal_Bool bSearchInNotes
if (aNumberPostits)
--aNumberPostits;
}
- //search inside and finsih and put
focus back into the doc
+ //search inside and finish and put
focus back into the doc
if
(pPostItMgr->FinishSearchReplace(rSearchOpt,bSrchForward))
{
bFound = true ;
diff --git a/main/sw/source/core/draw/dcontact.cxx
b/main/sw/source/core/draw/dcontact.cxx
index 0eea693054..51f76f1b9e 100644
--- a/main/sw/source/core/draw/dcontact.cxx
+++ b/main/sw/source/core/draw/dcontact.cxx
@@ -2246,7 +2246,7 @@ namespace sdr
if(rCandidate.GetViewContact().GetObjectCount())
{
- // is a group object itself, call resursively
+ // is a group object itself, call recursively
impAddPrimitivesFromGroup(rCandidate, rOffsetMatrix,
rDisplayInfo, rxTarget);
}
else
diff --git a/main/sw/source/core/layout/flylay.cxx
b/main/sw/source/core/layout/flylay.cxx
index da997ffe89..3e804c48c1 100644
--- a/main/sw/source/core/layout/flylay.cxx
+++ b/main/sw/source/core/layout/flylay.cxx
@@ -465,8 +465,8 @@ void SwFlyFreeFrm::CheckClip( const SwFmtFrmSize &rSz )
// FME: 2004-05-19 Added the aFrmRect.HasArea() hack, because
// the environment of the ole object does not have to be valid
// at this moment, or even worse, it does not have to have a
- // resonable size. In this case we do not want to change to
- // attributes permanentely. Maybe one day somebody dares to
remove
+ // reasonable size. In this case we do not want to change to
+ // attributes permanently. Maybe one day somebody dares to
remove
// this code.
if ( aFrmRect.HasArea() &&
static_cast<SwCntntFrm*>(Lower())->GetNode()->GetOLENode() &&
diff --git a/main/sw/source/core/layout/laycache.cxx
b/main/sw/source/core/layout/laycache.cxx
index 67ac3d41c1..63ca5c0168 100644
--- a/main/sw/source/core/layout/laycache.cxx
+++ b/main/sw/source/core/layout/laycache.cxx
@@ -501,7 +501,7 @@ SwActualSection::SwActualSection( SwActualSection *pUp,
* is the helper class, which utilizes the layout cache information
* to distribute the document content to the rigth pages.
* It's used by the _InsertCnt(..)-function.
- * If there's no layout cache, the distibution to the pages is more
+ * If there's no layout cache, the distribution to the pages is more
* a guess, but a guess with statistical background.
* --------------------------------------------------*/
diff --git a/main/sw/source/ui/config/optpage.cxx
b/main/sw/source/ui/config/optpage.cxx
index 3da4519701..d561f4bec9 100644
--- a/main/sw/source/ui/config/optpage.cxx
+++ b/main/sw/source/ui/config/optpage.cxx
@@ -919,7 +919,7 @@ void SwStdFontTabPage::Reset( const SfxItemSet& rSet)
// #i94536# prevent duplication of font entries when 'reset' button is
pressed
if( !aStandardBox.GetEntryCount() )
{
- // get the set of disctinct available family names
+ // get the set of distinct available family names
std::set< String > aFontNames;
int nFontNames = pPrt->GetDevFontCount();
for( int i = 0; i < nFontNames; i++ )
diff --git a/main/sw/source/ui/dialog/ascfldlg.cxx
b/main/sw/source/ui/dialog/ascfldlg.cxx
index 78dcb97ea7..d1ed205a26 100644
--- a/main/sw/source/ui/dialog/ascfldlg.cxx
+++ b/main/sw/source/ui/dialog/ascfldlg.cxx
@@ -177,7 +177,7 @@ SwAsciiFilterDlg::SwAsciiFilterDlg( Window* pParent,
SwDocShell& rDocSh,
}
- // get the set of disctinct available family names
+ // get the set of distinct available family names
std::set< String > aFontNames;
int nFontNames = pPrt->GetDevFontCount();
for( int i = 0; i < nFontNames; i++ )
diff --git a/main/sw/source/ui/uno/unotxdoc.cxx
b/main/sw/source/ui/uno/unotxdoc.cxx
index e850ab92b0..a2cb0de6ec 100644
--- a/main/sw/source/ui/uno/unotxdoc.cxx
+++ b/main/sw/source/ui/uno/unotxdoc.cxx
@@ -3193,7 +3193,7 @@ void SAL_CALL SwXTextDocument::render(
//
// First, we have to export hyperlinks, notes, and outline
to pdf.
// During this process, additional information required
for tagging
- // the pdf file are collected, which are evaulated during
painting.
+ // the pdf file are collected, which are evaluated during
painting.
//
SwWrtShell* pWrtShell = pView->IsA(aSwViewTypeId) ?
((SwView*)pView)->GetWrtShellPtr()
:
diff --git a/main/vcl/inc/printergfx.hxx b/main/vcl/inc/printergfx.hxx
index 3beb3734a5..ceaa3558b6 100644
--- a/main/vcl/inc/printergfx.hxx
+++ b/main/vcl/inc/printergfx.hxx
@@ -258,7 +258,7 @@ private:
bool mbStrictSO52Compatibility;
public:
- /* grahics status update */
+ /* graphics status update */
void PSSetColor ();
void PSSetLineWidth ();
void PSSetFont ();
diff --git a/main/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
b/main/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
index 242a6a8f91..985fa2727c 100644
--- a/main/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
+++ b/main/wizards/com/sun/star/wizards/web/ProcessErrorHandler.java
@@ -33,9 +33,9 @@ import com.sun.star.wizards.web.data.CGPublish;
* used to interact error accuring when generating the
* web-site to the user.
* This class renders the different errors,
- * replaceing some strings from the resources with
+ * replacing some strings from the resources with
* content of the given arguments, depending on the error
- * that accured.
+ * that occurred.
*/
public class ProcessErrorHandler extends AbstractErrorHandler
implements WebWizardConst,
diff --git a/main/writerfilter/source/dmapper/DomainMapperTableManager.cxx
b/main/writerfilter/source/dmapper/DomainMapperTableManager.cxx
index 5ce0744504..697e837b8c 100644
--- a/main/writerfilter/source/dmapper/DomainMapperTableManager.cxx
+++ b/main/writerfilter/source/dmapper/DomainMapperTableManager.cxx
@@ -495,7 +495,7 @@ void DomainMapperTableManager::endOfRowAction()
{
//determine table width
double nFullWidth = m_nTableWidthOfCurrentTable.top();
- //the positions have to be distibuted in a range of 10000
+ //the positions have to be distributed in a range of 10000
const double nFullWidthRelative = 10000.;
uno::Sequence< text::TableColumnSeparator > aSeparators(
m_nCellCounterForCurrentRow.top() - 1 );
text::TableColumnSeparator* pSeparators = aSeparators.getArray();
diff --git a/main/writerfilter/source/dmapper/TDefTableHandler.cxx
b/main/writerfilter/source/dmapper/TDefTableHandler.cxx
index bd66465495..0d83875f2a 100644
--- a/main/writerfilter/source/dmapper/TDefTableHandler.cxx
+++ b/main/writerfilter/source/dmapper/TDefTableHandler.cxx
@@ -250,7 +250,7 @@ PropertyMapPtr TDefTableHandler::getRowProperties() const
{
//determine table width
double nFullWidth =
m_aCellBorderPositions[m_aCellBorderPositions.size() - 1] -
m_aCellBorderPositions[0];
- //the positions have to be distibuted in a range of 10000
+ //the positions have to be distributed in a range of 10000
const double nFullWidthRelative = 10000.;
uno::Sequence< text::TableColumnSeparator > aSeparators(
m_aCellBorderPositions.size() - 2 );
text::TableColumnSeparator* pSeparators = aSeparators.getArray();
diff --git a/main/writerfilter/source/ooxml/README.efforts
b/main/writerfilter/source/ooxml/README.efforts
index ae1e5c0f84..7c5b4696c7 100644
--- a/main/writerfilter/source/ooxml/README.efforts
+++ b/main/writerfilter/source/ooxml/README.efforts
@@ -44,7 +44,7 @@ contains a top level element <stage1>. <stage1> contains an
element
- Namespaces can be flagged with attribute @todo="ignore" to prevent
the namespace being considered.
-- For every <element>/<attribute> an entry in an according element in
<analyze> is genereated. These elements look like this:
+- For every <element>/<attribute> an entry in an according element in
<analyze> is generated. These elements look like this:
<attribute id="..." resource="..." tokenid="..." qname="..." namespace="..."
define="..." name="..."/>
diff --git a/main/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
b/main/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
index ee16463614..f596af18c8 100644
--- a/main/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
+++ b/main/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
@@ -90,7 +90,7 @@ bool UnoInterfaceToUniqueIdentifierMapper::registerReference(
const OUString& rI
while(nLength--)
{
if( (*p < '0') || (*p > '9') )
- return true; // a custom id, that will never
conflict with genereated id's
+ return true; // a custom id, that will never
conflict with generated id's
p++;
}
diff --git a/main/xmloff/source/draw/shapeexport.cxx
b/main/xmloff/source/draw/shapeexport.cxx
index 0bb8a08904..987eac13e4 100644
--- a/main/xmloff/source/draw/shapeexport.cxx
+++ b/main/xmloff/source/draw/shapeexport.cxx
@@ -400,7 +400,7 @@ void XMLShapeExport::collectShapeAutoStyles(const
uno::Reference< drawing::XShap
// * control models are allowed to have an
Align of "void"
// * the Default for control model's Align
is TextAlign_LEFT
// * defaults for style properties are not
written, but we need to write the "left",
- // because we need to distiguish this
"left" from the case where not align attribute
+ // because we need to distinguish this
"left" from the case where not align attribute
// is present which means "void"
// 102407 - 2002-11-01 - [email protected]
static const ::rtl::OUString
s_sParaAdjustPropertyName( RTL_CONSTASCII_USTRINGPARAM( "ParaAdjust" ) );
diff --git a/main/xmlsecurity/source/component/documentdigitalsignatures.cxx
b/main/xmlsecurity/source/component/documentdigitalsignatures.cxx
index f2d68dadd1..8b45a03dcd 100644
--- a/main/xmlsecurity/source/component/documentdigitalsignatures.cxx
+++ b/main/xmlsecurity/source/component/documentdigitalsignatures.cxx
@@ -325,7 +325,7 @@ DocumentDigitalSignatures::ImplVerifySignatures(
// Verify certificate
//We have patched our version of libxmlsec, so that it does not
verify the certificates. This has two
//reasons. First we want two separate status for signature and
certificate. Second libxmlsec calls
- //CERT_VerifyCertificate (solaris, linux) falsly, so that it
always regards the certificate as valid.
+ //CERT_VerifyCertificate (solaris, linux) falsely, so that it
always regards the certificate as valid.
//On Window the checking of the certificate path is buggy. It does
name matching (issuer, subject name)
//to find the parent certificate. It does not take into account
that there can be several certificates
//with the same subject name.
@@ -341,7 +341,7 @@ DocumentDigitalSignatures::ImplVerifySignatures(
}
else
{
- //We should always be aible to get the certificates because it
is contained in the document,
+ //We should always be able to get the certificates because it
is contained in the document,
//unless the document is damaged so that
signature xml file could not be parsed.
rSigInfo.CertificateStatus =
css::security::CertificateValidity::INVALID;
}
diff --git a/main/xmlsecurity/source/helper/xsecctl.cxx
b/main/xmlsecurity/source/helper/xsecctl.cxx
index 1170e6cf9c..425ddfb36a 100644
--- a/main/xmlsecurity/source/helper/xsecctl.cxx
+++ b/main/xmlsecurity/source/helper/xsecctl.cxx
@@ -982,8 +982,8 @@ void XSecController::endMission()
(
m_vInternalSignatureInformations[i].xReferenceResolvedListener, cssu::UNO_QUERY
);
/*
- * askes the SignatureCreator/SignatureVerifier to
release
- * all resouces it uses.
+ * asks the SignatureCreator/SignatureVerifier to
release
+ * all resources it uses.
*/
xMissionTaker->endMission();
}