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 72e7a9c3e8 misc: fix spelling (#358)
72e7a9c3e8 is described below
commit 72e7a9c3e8125dc966e12b09c5db0d76b790ba1d
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 24 01:00:00 2025 +1000
misc: fix spelling (#358)
* misc: fix spelling
* Update ignored words list
(cherry picked from commit 67f7bfb15893aaa2f3b1ee7ec6b966aaaad422fc)
---
main/basegfx/source/inc/PolygonPoint.hxx | 2 +-
main/basegfx/source/inc/polygontemplate.hxx | 2 +-
main/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx | 2 +-
main/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx | 2 +-
main/chart2/source/inc/RegressionCurveHelper.hxx | 4 ++--
main/configure.ac | 2 +-
main/connectivity/source/drivers/file/file.xml | 2 +-
main/dbaccess/source/ui/inc/textconnectionsettings.hxx | 2 +-
.../source/deployment/registry/configuration/dp_configuration.cxx | 4 ++--
main/desktop/source/deployment/registry/script/dp_script.cxx | 2 +-
main/desktop/test/deployment/update/license/readme.txt | 2 +-
main/filter/source/xslt/export/spreadsheetml/formular.xsl | 2 +-
main/filter/source/xslt/export/uof2/odf2uof.xsl | 2 +-
main/filter/source/xslt/import/uof2/uof2odf.xsl | 4 ++--
main/l10ntools/inc/wtranode.hxx | 2 +-
main/l10ntools/inc/wtratree.hxx | 2 +-
main/l10ntools/source/wtratree.cxx | 2 +-
main/offapi/com/sun/star/awt/XMenu.idl | 4 ++--
main/offapi/com/sun/star/awt/XPopupMenu.idl | 2 +-
main/qadevOOo/runner/convwatch/MSOfficePrint.java | 2 +-
main/qadevOOo/runner/convwatch/PRNCompare.java | 2 +-
main/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java | 2 +-
main/qadevOOo/runner/util/DesktopTools.java | 2 +-
.../qadevlibs/source/com/sun/star/cmp/MyPersistObject.java | 4 ++--
main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java | 2 +-
main/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java | 2 +-
main/qadevOOo/tests/java/mod/_svx/SvxShape.java | 2 +-
main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java | 2 +-
main/sal/inc/osl/profile.h | 2 +-
main/sal/inc/osl/profile.hxx | 2 +-
main/sal/workben/tgetpwnam.cxx | 2 +-
main/sd/source/core/drawdoc3.cxx | 2 +-
main/sd/source/ui/unoidl/unomodel.cxx | 4 ++--
main/setup_native/source/opensolaris/bundledextensions/README | 4 ++--
main/sfx2/source/dialog/filtergrouping.cxx | 2 +-
main/svx/source/customshapes/EnhancedCustomShape2d.cxx | 6 +++---
main/sw/source/core/docnode/ndcopy.cxx | 2 +-
main/sw/source/core/graphic/ndgrf.cxx | 4 ++--
main/toolkit/doc/layout/README | 2 +-
main/toolkit/workben/layout/README | 2 +-
main/ucb/qa/complex/tdoc/CheckContentProvider.java | 8 ++++----
main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl | 4 ++--
main/xmloff/inc/xmloff/formlayerexport.hxx | 2 +-
43 files changed, 57 insertions(+), 57 deletions(-)
diff --git a/main/basegfx/source/inc/PolygonPoint.hxx
b/main/basegfx/source/inc/PolygonPoint.hxx
index 26121fbd39..fb33667104 100644
--- a/main/basegfx/source/inc/PolygonPoint.hxx
+++ b/main/basegfx/source/inc/PolygonPoint.hxx
@@ -385,7 +385,7 @@ public:
if(nCount)
{
- // instert point data
+ // insert point data
{
SimplePointVector::iterator
aIndex(maPoints.begin());
aIndex += nIndex;
diff --git a/main/basegfx/source/inc/polygontemplate.hxx
b/main/basegfx/source/inc/polygontemplate.hxx
index 16dd2cf83f..a772fda272 100644
--- a/main/basegfx/source/inc/polygontemplate.hxx
+++ b/main/basegfx/source/inc/polygontemplate.hxx
@@ -385,7 +385,7 @@ public:
if(nCount)
{
- // instert point data
+ // insert point data
{
SimplePointVector::iterator
aIndex(maPoints.begin());
aIndex += nIndex;
diff --git a/main/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx
b/main/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx
index 203d67895b..b07067a820 100644
--- a/main/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_linux_sparc/cpp2uno.cxx
@@ -429,7 +429,7 @@ void * pRegReturn = &nRegReturn;
if( bComplex )
{
__asm__( "add %i7, 4, %i7\n\t" );
- // after call to complex return valued funcion there is an
unimp instruction
+ // after call to complex return valued function there is an
unimp instruction
}
}
diff --git a/main/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
b/main/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
index e410ee1502..86998a1767 100644
--- a/main/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
+++ b/main/bridges/source/cpp_uno/gcc3_solaris_sparc/cpp2uno.cxx
@@ -427,7 +427,7 @@ static void cpp_vtable_call()
if( bComplex )
{
__asm__( "add %i7, 4, %i7\n\t" );
- // after call to complex return valued funcion there is an
unimp instruction
+ // after call to complex return valued function there is an
unimp instruction
}
}
diff --git a/main/chart2/source/inc/RegressionCurveHelper.hxx
b/main/chart2/source/inc/RegressionCurveHelper.hxx
index 79df216b16..5364085163 100644
--- a/main/chart2/source/inc/RegressionCurveHelper.hxx
+++ b/main/chart2/source/inc/RegressionCurveHelper.hxx
@@ -150,9 +150,9 @@ public:
/** adds the given regression curve if there was none before. If there are
regression curves, the first one is replaced by the one given by the
- type. All remaining curves are remnoved.
+ type. All remaining curves are removed.
- <p>This fuction ignores mean-value lines.</p>
+ <p>This function ignores mean-value lines.</p>
*/
static void replaceOrAddCurveAndReduceToOne(
tRegressionType eType,
diff --git a/main/configure.ac b/main/configure.ac
index 90dc6282a8..da05e236b7 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -3752,7 +3752,7 @@ if test -n "$with_system_jpeg" -o -n "$with_system_libs"
&& \
AC_CHECK_HEADER(jpeglib.h, [],
[AC_MSG_ERROR(jpeg.h not found. install libjpeg)], [])
AC_CHECK_LIB(jpeg, jpeg_resync_to_restart, [ JPEG3RDLIB=-ljpeg ],
- [AC_MSG_CHECKING(jpeg library not found or fuctional)], [])
+ [AC_MSG_CHECKING(jpeg library not found or functional)], [])
else
AC_MSG_RESULT([internal])
SYSTEM_JPEG=NO
diff --git a/main/connectivity/source/drivers/file/file.xml
b/main/connectivity/source/drivers/file/file.xml
index 5d0701f684..a54d8bfc86 100644
--- a/main/connectivity/source/drivers/file/file.xml
+++ b/main/connectivity/source/drivers/file/file.xml
@@ -25,7 +25,7 @@
<component-description>
<author>Ocke Jannsen</author>
<name>com.sun.star.sdbc.driver.file.Driver</name>
- <description>This library implements basic functionallity for
file-base drivers.
+ <description>This library implements basic functionality for
file-base drivers.
</description>
<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
<language>c++</language>
diff --git a/main/dbaccess/source/ui/inc/textconnectionsettings.hxx
b/main/dbaccess/source/ui/inc/textconnectionsettings.hxx
index c892879b14..c9b9b8df1a 100644
--- a/main/dbaccess/source/ui/inc/textconnectionsettings.hxx
+++ b/main/dbaccess/source/ui/inc/textconnectionsettings.hxx
@@ -51,7 +51,7 @@ namespace dbaui
TextConnectionSettingsDialog( Window* _pParent, SfxItemSet& _rItems );
~TextConnectionSettingsDialog();
- /** initializes a set of PropertyStorage instaces, which are bound to
+ /** initializes a set of PropertyStorage instances, which are bound to
the text-connection relevant items in our item sets
*/
static void bindItemStorages( SfxItemSet& _rSet, PropertyValues&
_rValues );
diff --git
a/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx
b/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx
index b2679d4ca8..049e183243 100644
--- a/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx
+++ b/main/desktop/source/deployment/registry/configuration/dp_configuration.cxx
@@ -508,7 +508,7 @@ bool BackendImpl::removeFromConfigmgrIni(
//in case the xcu contained %origin% then the configmr.ini contains the
//url to the file in the user installation (e.g.
$BUNDLED_EXTENSIONS_USER)
//However, m_url (getURL()) contains the URL for the file in the actual
- //extension installatation.
+ //extension installation.
::boost::optional<ConfigurationBackendDb::Data> data =
readDataFromDb(url_);
if (data)
i = std::find(rSet.begin(), rSet.end(), data->iniEntry);
@@ -747,7 +747,7 @@ void BackendImpl::PackageImpl::processPackage_(
for (t_string2string_map::iterator i(entries.begin());
i != entries.end(); ++i)
{
- //If the xcu file was installed before the configmgr was chaned
+ //If the xcu file was installed before the configmgr was
changed
//to use the configmgr.ini, one needed to rebuild to whole
directory
//structur containing the xcu, xcs files from all extensions.
Now,
//we just add all other xcu/xcs files to the configmgr.ini
instead of
diff --git a/main/desktop/source/deployment/registry/script/dp_script.cxx
b/main/desktop/source/deployment/registry/script/dp_script.cxx
index 01e158dca3..3258541a21 100644
--- a/main/desktop/source/deployment/registry/script/dp_script.cxx
+++ b/main/desktop/source/deployment/registry/script/dp_script.cxx
@@ -414,7 +414,7 @@ void BackendImpl::PackageImpl::processPackage_(
bool bDialogSuccess = false;
if (!startup)
{
- //If there is a bundled extension, and the user installes the same
extension
+ //If there is a bundled extension, and the user installs the same
extension
//then the script from the bundled extension must be removed. If this
does not work
//then live deployment does not work for scripts.
if (bScript && xScriptLibs.is())
diff --git a/main/desktop/test/deployment/update/license/readme.txt
b/main/desktop/test/deployment/update/license/readme.txt
index 03123d2c58..8c2a4d4f04 100644
--- a/main/desktop/test/deployment/update/license/readme.txt
+++ b/main/desktop/test/deployment/update/license/readme.txt
@@ -1,4 +1,4 @@
-The extensions contain a license which is displayed during installaion. If a
the license is displayed during a update can be determined by the attribute
+The extensions contain a license which is displayed during installation. If a
the license is displayed during a update can be determined by the attribute
/description/registration/simple-license/@suppress-on-update
The default value is false, which means that the attribute is not set, then
the license is displayed during an update.
diff --git a/main/filter/source/xslt/export/spreadsheetml/formular.xsl
b/main/filter/source/xslt/export/spreadsheetml/formular.xsl
index ea2575ab7d..39a343a026 100644
--- a/main/filter/source/xslt/export/spreadsheetml/formular.xsl
+++ b/main/filter/source/xslt/export/spreadsheetml/formular.xsl
@@ -205,7 +205,7 @@
</xsl:template>
<!-- Each parameter of the argumentlist have to be determined.
- Due to the low level string functionlity in XSLT it becomes a clumsy
task -->
+ Due to the low level string functionality in XSLT it becomes a clumsy
task -->
<xsl:template name="find-parameters">
<!-- used for mapping of row/column reference -->
<xsl:param name="rowPos" /> <!-- the position in row (vertical
of cell) -->
diff --git a/main/filter/source/xslt/export/uof2/odf2uof.xsl
b/main/filter/source/xslt/export/uof2/odf2uof.xsl
index 72e2dfb4d3..93c3ce0523 100644
--- a/main/filter/source/xslt/export/uof2/odf2uof.xsl
+++ b/main/filter/source/xslt/export/uof2/odf2uof.xsl
@@ -13770,7 +13770,7 @@
</xsl:choose>
</xsl:template>
<!-- Each parameter of the argumentlist have to be determined.
- Due to the low level string functionlity in XSLT it becomes a clumsy
task -->
+ Due to the low level string functionality in XSLT it becomes a clumsy
task -->
<xsl:template name="find-parameters">
<!-- used for mapping of row/column reference -->
<xsl:param name="rowPos"/>
diff --git a/main/filter/source/xslt/import/uof2/uof2odf.xsl
b/main/filter/source/xslt/import/uof2/uof2odf.xsl
index 6479db6478..6b34ba386f 100644
--- a/main/filter/source/xslt/import/uof2/uof2odf.xsl
+++ b/main/filter/source/xslt/import/uof2/uof2odf.xsl
@@ -13240,7 +13240,7 @@
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
</xsl:if>
</xsl:element>
<xsl:element name="style:text-properties">
- <!-- absent fucntions -->
+ <!-- absent functions -->
<xsl:for-each select="图表:图例项_E765[1]/图表:字体_E70B">
<xsl:call-template name="TextProperties"/>
</xsl:for-each>
@@ -13570,7 +13570,7 @@
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
</style:graphic-properties>
</style:style>
<xsl:apply-templates select="图表:数据点集_E755"
mode="chartstyle"/>
- <!-- Waiting, New Funciton : xsl:apply-templates
select="图表:引导线_E758" mode="chartstyle" -->
+ <!-- Waiting, New Function : xsl:apply-templates
select="图表:引导线_E758" mode="chartstyle" -->
<xsl:apply-templates select="图表:误差线集_E759"
mode="chartstyle"/>
<xsl:apply-templates select="图表:趋势线集_E762"
mode="chartstyle"/>
</xsl:for-each>
diff --git a/main/l10ntools/inc/wtranode.hxx b/main/l10ntools/inc/wtranode.hxx
index d58fd262f3..19833d26ec 100644
--- a/main/l10ntools/inc/wtranode.hxx
+++ b/main/l10ntools/inc/wtranode.hxx
@@ -43,7 +43,7 @@ const BRANCH_T C_NR_OF_BRANCHES = 34;
/** @task
- This is a node of the parsing-tree which implements the fuctionality of
+ This is a node of the parsing-tree which implements the functionality of
class WordTransTree.
WordTransTree is dependent of this class, but NOT the other way!
**/
diff --git a/main/l10ntools/inc/wtratree.hxx b/main/l10ntools/inc/wtratree.hxx
index 1bed9595f7..6ab9e36693 100644
--- a/main/l10ntools/inc/wtratree.hxx
+++ b/main/l10ntools/inc/wtratree.hxx
@@ -88,7 +88,7 @@ class WordTransTree
char CurHotkey() const;
private:
- // SERVICE FUNCTONS
+ // SERVICE FUNCTIONS
UINT8 CalculateBranch(
u_char
i_cInputChar ) const;
diff --git a/main/l10ntools/source/wtratree.cxx
b/main/l10ntools/source/wtratree.cxx
index 8f685afe40..9d2dbc6fe0 100644
--- a/main/l10ntools/source/wtratree.cxx
+++ b/main/l10ntools/source/wtratree.cxx
@@ -208,7 +208,7 @@ WordTransTree::InitTransformation( const char *
i_sInput,
/** pInputCurTokenStart and CurParseNode are updated just when
starting this function. After its end they must not be changed
- till this functon is called again.
+ till this function is called again.
Outside this function pInputPositon and pOutputPosition are both
on the first not transformed char in their respective array.
**/
diff --git a/main/offapi/com/sun/star/awt/XMenu.idl
b/main/offapi/com/sun/star/awt/XMenu.idl
index c95f6591d9..084fd5c369 100644
--- a/main/offapi/com/sun/star/awt/XMenu.idl
+++ b/main/offapi/com/sun/star/awt/XMenu.idl
@@ -54,7 +54,7 @@ published interface XMenu: com::sun::star::uno::XInterface
<member>getItemCount()</member> or if it is negative.</p>
@param nItemId
- specifies the ID of the menu item to be insterted.
+ specifies the ID of the menu item to be inserted.
@param aText
specifies the label of the menu item.
@@ -64,7 +64,7 @@ published interface XMenu: com::sun::star::uno::XInterface
<type>MenuItemStyle</type>.
@param nItemPos
- specifies the position where the menu item will be insterted.
+ specifies the position where the menu item will be inserted.
*/
[oneway] void insertItem( [in] short nItemId,
[in] string aText,
diff --git a/main/offapi/com/sun/star/awt/XPopupMenu.idl
b/main/offapi/com/sun/star/awt/XPopupMenu.idl
index e7f1b6278e..62c9331b2c 100644
--- a/main/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/main/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -38,7 +38,7 @@ published interface XPopupMenu: XMenu
/** inserts a separator at the specified position.
@param nItemPos
- specifies the position where the menu separator will be insterted.
+ specifies the position where the menu separator will be inserted.
*/
[oneway] void insertSeparator( [in] short nItemPos );
diff --git a/main/qadevOOo/runner/convwatch/MSOfficePrint.java
b/main/qadevOOo/runner/convwatch/MSOfficePrint.java
index e86ff6f454..0b42618483 100644
--- a/main/qadevOOo/runner/convwatch/MSOfficePrint.java
+++ b/main/qadevOOo/runner/convwatch/MSOfficePrint.java
@@ -33,7 +33,7 @@ import java.util.ArrayList;
import helper.OSHelper;
/**
- * This object gives all functionallity to print msoffice documents.
+ * This object gives all functionality to print msoffice documents.
* It also offers functions to check what type of document it is.
* It handles *.doc as word documents and use word to print
* *.xls as excel
diff --git a/main/qadevOOo/runner/convwatch/PRNCompare.java
b/main/qadevOOo/runner/convwatch/PRNCompare.java
index 127765997a..d5bcb08499 100644
--- a/main/qadevOOo/runner/convwatch/PRNCompare.java
+++ b/main/qadevOOo/runner/convwatch/PRNCompare.java
@@ -755,7 +755,7 @@ public class PRNCompare
/*
- * Some selftest functionallity
+ * Some selftest functionality
*/
// public static void main(String[] args)
// {
diff --git a/main/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
b/main/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
index 67efc580a5..39b7c25eab 100644
--- a/main/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
+++ b/main/qadevOOo/runner/graphical/MSOfficePostscriptCreator.java
@@ -35,7 +35,7 @@ import org.w3c.dom.Document;
import org.w3c.dom.Node;
/**
- * This object gives all functionallity to print msoffice documents.
+ * This object gives all functionality to print msoffice documents.
* It also offers functions to check what type of document it is.
* It handles *.doc as word documents and use word to print
* *.xls as excel
diff --git a/main/qadevOOo/runner/util/DesktopTools.java
b/main/qadevOOo/runner/util/DesktopTools.java
index ae9dbe48fb..018ae38ca9 100644
--- a/main/qadevOOo/runner/util/DesktopTools.java
+++ b/main/qadevOOo/runner/util/DesktopTools.java
@@ -454,7 +454,7 @@ public class DesktopTools
aConfig.insertOrUpdateExtensibleGroupProperty(
"Windows", "5539", "UserData", "Data",
"V2,V,0,AL:(5,16,0/0/244/349,244;610)");
- // Is node "SplitWindow2" available? If not, instert it.
+ // Is node "SplitWindow2" available? If not, insert it.
aConfig.getOrInsertGroup("Windows", "SplitWindow2");
aConfig.insertOrUpdateExtensibleGroupProperty(
diff --git
a/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
b/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
index 752da18bb6..0712686b78 100644
---
a/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
+++
b/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/MyPersistObject.java
@@ -134,7 +134,7 @@ public class MyPersistObject implements XPersistObject,
XTypeProvider,
}
/**
- * Fuction reads properties from this input stream
+ * Function reads properties from this input stream
* @param inStream the input stream
* @see com.sun.star.io.XPersistObject
*/
@@ -152,7 +152,7 @@ public class MyPersistObject implements XPersistObject,
XTypeProvider,
}
/**
- * Fuction writes properties on this output stream
+ * Function writes properties on this output stream
* @param outStream the output stream
* @see com.sun.star.io.XPersistObject
*/
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
b/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
index dd21a8d35d..9baebcb09f 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScShapeObj.java
@@ -75,7 +75,7 @@ public class ScShapeObj extends TestCase {
* shape added to the draw page. </li>
* <li> <code>'XTEXTINFO'</code> for
* {@link ifc.text._XText} :
- * creator which can create instnaces of
+ * creator which can create instances of
* <code>com.sun.star.text.TextField.URL</code>
* service. </li>
* </ul>
diff --git a/main/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
b/main/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
index 2c821bfb78..e07cb84412 100644
--- a/main/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
+++ b/main/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
@@ -146,7 +146,7 @@ public class SvxGraphicObject extends TestCase {
* service instance. </li>
* <li> <code>'XTEXTINFO'</code> for
* {@link ifc.text._XText} :
- * creator which can create instnaces of
+ * creator which can create instances of
* <code>com.sun.star.text.TextField.URL</code>
* service. </li>
* </ul>
diff --git a/main/qadevOOo/tests/java/mod/_svx/SvxShape.java
b/main/qadevOOo/tests/java/mod/_svx/SvxShape.java
index 09b4de125c..85ee65742c 100644
--- a/main/qadevOOo/tests/java/mod/_svx/SvxShape.java
+++ b/main/qadevOOo/tests/java/mod/_svx/SvxShape.java
@@ -159,7 +159,7 @@ public class SvxShape extends TestCase {
* shape added to the draw page. </li>
* <li> <code>'XTEXTINFO'</code> for
* {@link ifc.text._XText} :
- * creator which can create instnaces of
+ * creator which can create instances of
* <code>com.sun.star.text.TextField.URL</code>
* service. </li>
* </ul>
diff --git a/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
b/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
index 34f1617fde..2a6f501afc 100644
--- a/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
+++ b/main/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
@@ -158,7 +158,7 @@ public class SvxShapeCircle extends TestCase {
* shape added to the draw page. </li>
* <li> <code>'XTEXTINFO'</code> for
* {@link ifc.text._XText} :
- * creator which can create instnaces of
+ * creator which can create instances of
* <code>com.sun.star.text.TextField.URL</code>
* service. </li>
* </ul>
diff --git a/main/sal/inc/osl/profile.h b/main/sal/inc/osl/profile.h
index 651a7ed42c..c436a79f74 100644
--- a/main/sal/inc/osl/profile.h
+++ b/main/sal/inc/osl/profile.h
@@ -34,7 +34,7 @@ extern "C" {
typedef sal_uInt32 oslProfileOption;
#define osl_Profile_DEFAULT 0x0000
-#define osl_Profile_SYSTEM 0x0001 /* use system depended
functinality */
+#define osl_Profile_SYSTEM 0x0001 /* use system depended
functionality */
#define osl_Profile_READLOCK 0x0002 /* lock file for reading
*/
#define osl_Profile_WRITELOCK 0x0004 /* lock file for writing
*/
#define osl_Profile_FLUSHWRITE 0x0010 /* writing only with flush
*/
diff --git a/main/sal/inc/osl/profile.hxx b/main/sal/inc/osl/profile.hxx
index 759cdb1a61..c9d8dc0084 100644
--- a/main/sal/inc/osl/profile.hxx
+++ b/main/sal/inc/osl/profile.hxx
@@ -34,7 +34,7 @@ namespace osl {
typedef oslProfileOption ProfileOption;
const int Profile_DEFAULT = osl_Profile_DEFAULT;
- const int Profile_SYSTEM = osl_Profile_SYSTEM; /* use system
depended functinality */
+ const int Profile_SYSTEM = osl_Profile_SYSTEM; /* use system
depended functionality */
const int Profile_READLOCK = osl_Profile_READLOCK; /* lock file for
reading */
const int Profile_WRITELOCK = osl_Profile_WRITELOCK; /* lock file for
writing */
diff --git a/main/sal/workben/tgetpwnam.cxx b/main/sal/workben/tgetpwnam.cxx
index 3e9428474b..c69e1b65b9 100644
--- a/main/sal/workben/tgetpwnam.cxx
+++ b/main/sal/workben/tgetpwnam.cxx
@@ -37,7 +37,7 @@
#include <shadow.h>
#endif
-/* exercises some reentrant libc-fucntions */
+/* exercises some reentrant libc-functions */
extern "C"
{
diff --git a/main/sd/source/core/drawdoc3.cxx b/main/sd/source/core/drawdoc3.cxx
index 7b5df1c465..5329fe1d6d 100644
--- a/main/sd/source/core/drawdoc3.cxx
+++ b/main/sd/source/core/drawdoc3.cxx
@@ -1537,7 +1537,7 @@ bool isMasterPageLayoutNameUnique(const SdDrawDocument&
rDoc, const String& rCan
return true;
}
-// #121863# factored out functinality
+// #121863# factored out functionality
String createNewMasterPageLayoutName(const SdDrawDocument& rDoc)
{
const String aBaseName(SdResId(STR_LAYOUT_DEFAULT_NAME));
diff --git a/main/sd/source/ui/unoidl/unomodel.cxx
b/main/sd/source/ui/unoidl/unomodel.cxx
index e0baaec632..f92359c80c 100644
--- a/main/sd/source/ui/unoidl/unomodel.cxx
+++ b/main/sd/source/ui/unoidl/unomodel.cxx
@@ -2726,7 +2726,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL
SdMasterPagesAccess::insertNewByIn
SdPage* pPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0,
PK_STANDARD );
SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage(
(sal_uInt16)0, PK_NOTES);
- // create and instert new draw masterpage
+ // create and insert new draw masterpage
SdPage* pMPage = (SdPage*)mpModel->mpDoc->AllocPage(sal_True);
pMPage->SetSize( pPage->GetSize() );
pMPage->SetBorder( pPage->GetLftBorder(),
@@ -2743,7 +2743,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL
SdMasterPagesAccess::insertNewByIn
xDrawPage = uno::Reference< drawing::XDrawPage >::query(
pMPage->getUnoPage() );
- // create and instert new notes masterpage
+ // create and insert new notes masterpage
SdPage* pMNotesPage =
(SdPage*)mpModel->mpDoc->AllocPage(sal_True);
pMNotesPage->SetSize( pRefNotesPage->GetSize() );
pMNotesPage->SetPageKind(PK_NOTES);
diff --git a/main/setup_native/source/opensolaris/bundledextensions/README
b/main/setup_native/source/opensolaris/bundledextensions/README
index 17e50fca49..dacd079090 100644
--- a/main/setup_native/source/opensolaris/bundledextensions/README
+++ b/main/setup_native/source/opensolaris/bundledextensions/README
@@ -37,7 +37,7 @@ What do these files do
================================================================================
The three files constitute a SMF service. When this service is started, then it
-installes the bundled extensions which are contained in
+installs the bundled extensions which are contained in
/opt/openoffice3/share/extension/install. To install them, the service calls
"unopkg add --shared ..." with the appropriate arguments.
@@ -57,7 +57,7 @@ file in every release. Otherwise IPS would not replace the
installed version of
The update procedure of OOo will replace 'installed'. 'installed' is associated
with a restart_fmri of the service ooo_bundled_extensions. That is after
-copying 'installed' the service will be restarted. It then installes all
+copying 'installed' the service will be restarted. It then installs all
extensions contained in /opt/openoffice3/share/extension/install, because
the newly installed 'installed' file does not contain any entries yet, except
for the version string.
diff --git a/main/sfx2/source/dialog/filtergrouping.cxx
b/main/sfx2/source/dialog/filtergrouping.cxx
index 84e96ca653..d9f01ff869 100644
--- a/main/sfx2/source/dialog/filtergrouping.cxx
+++ b/main/sfx2/source/dialog/filtergrouping.cxx
@@ -50,7 +50,7 @@ namespace sfx2
//........................................................................
//#define DISABLE_GROUPING_AND_CLASSIFYING
- // not using the functionallity herein, yet
+ // not using the functionality herein, yet
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::ui::dialogs;
diff --git a/main/svx/source/customshapes/EnhancedCustomShape2d.cxx
b/main/svx/source/customshapes/EnhancedCustomShape2d.cxx
index ff09e5c797..fbfe60e715 100644
--- a/main/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/main/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -711,11 +711,11 @@ EnhancedCustomShape2d::EnhancedCustomShape2d( SdrObject*
pAObj ) :
ClearItem( SDRATTR_TEXTDIRECTION ); //SJ: vertical writing is not
required, by removing this item no outliner is created
- // #i105323# For 2D AtoShapes, the shadow attirbute does not need to be
applied to any
- // of the constucted helper SdrObjects. This would lead to problems
since the shadow
+ // #i105323# For 2D AtoShapes, the shadow attribute does not need to be
applied to any
+ // of the constructed helper SdrObjects. This would lead to problems
since the shadow
// of one helper object would fall on one helper object behind it (e.g.
with the
// eyes of the smiley shape). This is not wanted; instead a single
shadow 'behind'
- // the AutoShape visualisation is wanted. This is done with primitive
functionailty
+ // the AutoShape visualisation is wanted. This is done with primitive
functionality
// now in SdrCustomShapePrimitive2D::create2DDecomposition, but only
for 2D objects
// (see there and in EnhancedCustomShape3d::Create3DObject to read
more).
// This exception may be removed later when AutoShapes will create
primitives directly.
diff --git a/main/sw/source/core/docnode/ndcopy.cxx
b/main/sw/source/core/docnode/ndcopy.cxx
index 3abcd5ed49..c66f2beaed 100644
--- a/main/sw/source/core/docnode/ndcopy.cxx
+++ b/main/sw/source/core/docnode/ndcopy.cxx
@@ -1142,7 +1142,7 @@ bool SwDoc::CopyImpl( SwPaM& rPam, SwPosition& rPos,
else if( bCanMoveBack )
{ //Insertion at the first position of a text node. It will not
be splitted, the table
// will be inserted before the text node.
- // See below, before the SetInsertRange funciton of the undo
object will be called,
+ // See below, before the SetInsertRange function of the undo
object will be called,
// the CpyPam would be moved to the next content position.
This has to be avoided
// We want to be moved to the table node itself thus we have
to set bCanMoveBack
// and to manipulate aCpyPam.
diff --git a/main/sw/source/core/graphic/ndgrf.cxx
b/main/sw/source/core/graphic/ndgrf.cxx
index 77cc10e2b4..562886aebd 100644
--- a/main/sw/source/core/graphic/ndgrf.cxx
+++ b/main/sw/source/core/graphic/ndgrf.cxx
@@ -765,12 +765,12 @@ void SwGrfNode::ReleaseLink()
// #15508# added extra processing after getting rid of the link. Use
whatever is
// known from the formally linked graphic to get to a state as close
to a directly
- // unlinked insterted graphic as possible. Goal is to have a valid
GfxLink at the
+ // unlinked inserted graphic as possible. Goal is to have a valid
GfxLink at the
// ImplGraphic (see there) that holds temporary data to the original
data and type
// information about the original data. Only when this is given will
// SvXMLGraphicHelper::ImplInsertGraphicURL which is used at export
use that type
// and use the original graphic at export for the ODF, without evtl.
recoding
- // of trhe bitmap graphic data to something without loss (e.g. PNG)
but bigger
+ // of the bitmap graphic data to something without loss (e.g. PNG) but
bigger
if ( bHasOriginalData )
{
// #15508# if we have the original data at the Graphic, let it
survive
diff --git a/main/toolkit/doc/layout/README b/main/toolkit/doc/layout/README
index d7ced38912..8fc29d71b7 100644
--- a/main/toolkit/doc/layout/README
+++ b/main/toolkit/doc/layout/README
@@ -14,7 +14,7 @@ New code lives in "layoutdialogs" CWS or ooo-build trunk.
Integration into OOo:
-* After instaling, run
+* After installing, run
cd ooo-cvs/program
./soffice.bin
diff --git a/main/toolkit/workben/layout/README
b/main/toolkit/workben/layout/README
index 3b83bbfc00..e2e730f285 100644
--- a/main/toolkit/workben/layout/README
+++ b/main/toolkit/workben/layout/README
@@ -35,7 +35,7 @@ Testing workbench and editor for Layout engine.
Integration into OOo:
-* After instaling, run
+* After installing, run
cd ooo-cvs/program
./soffice.bin
diff --git a/main/ucb/qa/complex/tdoc/CheckContentProvider.java
b/main/ucb/qa/complex/tdoc/CheckContentProvider.java
index dce92babce..3c55fd328c 100644
--- a/main/ucb/qa/complex/tdoc/CheckContentProvider.java
+++ b/main/ucb/qa/complex/tdoc/CheckContentProvider.java
@@ -217,7 +217,7 @@ public class CheckContentProvider {
/**
* Check a folder on document 2 (document 2 contains an embedded picture
and
- * therefore contans a subfolder "Pictures"
+ * therefore contains a subfolder "Pictures"
*/
@Test public void checkTDOCFolder() {
try {
@@ -312,7 +312,7 @@ public class CheckContentProvider {
assertNotNull("getImplementationId()",
xTypeProvider._getImplementationId());
assertNotNull("getTypes()", xTypeProvider._getTypes());
- // check the XSewrviceInfo interface
+ // check the XServiceInfo interface
_XServiceInfo xServiceInfo = new _XServiceInfo();
xServiceInfo.oObj = UnoRuntime.queryInterface(XServiceInfo.class,
xContent);
// xServiceInfo.log = log;
@@ -333,9 +333,9 @@ public class CheckContentProvider {
_XChild xChild = new _XChild();
xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent);
// xChild.log = log;
- // hasParent dermines, if this content has a parent
+ // hasParent determines, if this content has a parent
assertNotNull("getParent()", xChild._getParent(hasParent));
- // parameter does dermine, if this funczion is supported: generally
not supported with tdcp content
+ // parameter does determine, if this function is supported: generally
not supported with tdcp content
assertNotNull("setParent()", xChild._setParent(false));
// check the XPropertyChangeNotifier interface
diff --git a/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
b/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index 729ed2627d..b265273b47 100644
--- a/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/main/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -3685,8 +3685,8 @@ interface IAccessibleHypertext : IAccessibleText
/** @brief This interface exposes information about hypertext in a document.
- The %IAccessibleHypertext2 interface extends the functinality of the
- %IAccessibleHypertext inteface.
+ The %IAccessibleHypertext2 interface extends the functionality of the
+ %IAccessibleHypertext interface.
*/
[object, uuid(CF64D89F-8287-4B44-8501-A827453A6077)]
interface IAccessibleHypertext2 : IAccessibleHypertext
diff --git a/main/xmloff/inc/xmloff/formlayerexport.hxx
b/main/xmloff/inc/xmloff/formlayerexport.hxx
index e20e4c8803..b04f9441c3 100644
--- a/main/xmloff/inc/xmloff/formlayerexport.hxx
+++ b/main/xmloff/inc/xmloff/formlayerexport.hxx
@@ -50,7 +50,7 @@ namespace xmloff
//=====================================================================
//= OFormLayerXMLExport
//=====================================================================
- /** provides functionallity for exporting a complete form layer.
+ /** provides functionality for exporting a complete form layer.
*/
class XMLOFF_DLLPUBLIC OFormLayerXMLExport
:public ::vos::OReference