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 adc718aa3f Fix spelling (#336)
adc718aa3f is described below
commit adc718aa3ffeda02bda4226257b0127a8619cffd
Author: John Bampton <[email protected]>
AuthorDate: Thu Mar 20 22:21:28 2025 +1000
Fix spelling (#336)
* Fix spelling
* Update ignored words list
(cherry picked from commit c2cc1a3c98d4529dcaa051692b4ace754b458bd1)
---
main/basic/source/uno/scriptcont.cxx | 6 +++---
main/dbaccess/source/ui/app/AppController.hxx | 14 +++++++-------
main/filter/source/config/cache/typedetection.cxx | 2 +-
.../filter/source/xslt/export/wordml/ooo2wordml_draw.xsl | 2 +-
.../qa/complex/XUserInputInterception/EventTest.java | 16 ++++++++--------
main/framework/source/fwe/helper/actiontriggerhelper.cxx | 2 +-
.../examples/DevelopersGuide/UCB/ResourceManager.java | 4 ++--
.../tests/java/ifc/accessibility/_XAccessibleAction.java | 6 +++---
main/sal/osl/w32/pipe.c | 4 ++--
main/sd/inc/OutlinerIterator.hxx | 8 ++++----
main/sfx2/source/doc/objstor.cxx | 2 +-
main/solenv/inc/antsettings.mk | 2 +-
main/soltools/cpp/_lex.c | 2 +-
main/svl/source/numbers/zforfind.cxx | 2 +-
.../source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 +-
main/sw/inc/accmap.hxx | 2 +-
main/sw/source/core/SwNumberTree/SwNumberTree.cxx | 4 ++--
main/sw/source/core/access/accmap.cxx | 2 +-
main/sw/source/core/inc/frame.hxx | 2 +-
main/sw/source/filter/html/htmlatr.cxx | 2 +-
main/sw/source/filter/xml/xmlimpit.cxx | 4 ++--
main/sw/source/ui/shells/basesh.cxx | 2 +-
main/ucb/source/cacher/cachedcontentresultset.cxx | 4 ++--
main/ucb/source/ucp/ftp/ftpurl.hxx | 2 +-
main/vcl/unx/gtk/window/gtkframe.cxx | 2 +-
.../xml/sxc/pexcel/records/BeginningOfFile.java | 2 +-
main/xmloff/source/style/xmlimppr.cxx | 2 +-
main/xmlsecurity/source/dialogs/resourcemanager.cxx | 2 +-
main/xmlsecurity/tools/demo/multisigdemo.cxx | 4 ++--
.../fvt/gui/sd/table/TableFontEffectsProperty.java | 2 +-
30 files changed, 56 insertions(+), 56 deletions(-)
diff --git a/main/basic/source/uno/scriptcont.cxx
b/main/basic/source/uno/scriptcont.cxx
index 026fd5f59b..9f4e3090e9 100644
--- a/main/basic/source/uno/scriptcont.cxx
+++ b/main/basic/source/uno/scriptcont.cxx
@@ -451,7 +451,7 @@ sal_Bool SAL_CALL
SfxScriptLibraryContainer::verifyLibraryPassword
bSuccess = implLoadPasswordLibrary( pImplLib, Name, sal_True );
if( bSuccess )
{
- // The library gets modified by verifiying the password, because
other-
+ // The library gets modified by verifying the password, because
other-
// wise for saving the storage would be copied and that doesn't
work
// with mtg's storages when the password is verified
pImplLib->implSetModified( sal_True );
@@ -535,7 +535,7 @@ void SAL_CALL
SfxScriptLibraryContainer::changeLibraryPassword( const OUString&
if( !bStorage && !pImplLib->mbDoc50Password )
{
- // Store applictaion basic crypted
+ // Store application basic crypted
uno::Reference< embed::XStorage > xStorage;
storeLibraries_Impl( xStorage, sal_False );
bKillUncryptedFiles = sal_True;
@@ -931,7 +931,7 @@ sal_Bool SfxScriptLibraryContainer::implLoadPasswordLibrary
}
catch( uno::Exception& )
{
- OSL_ENSURE( 0, "### couln't open sub storage
for library\n" );
+ OSL_ENSURE( 0, "### couldn't open sub storage
for library\n" );
return sal_False;
}
}
diff --git a/main/dbaccess/source/ui/app/AppController.hxx
b/main/dbaccess/source/ui/app/AppController.hxx
index 3372387336..c37573c981 100644
--- a/main/dbaccess/source/ui/app/AppController.hxx
+++ b/main/dbaccess/source/ui/app/AppController.hxx
@@ -149,13 +149,13 @@ namespace dbaui
/** returns the stripped database name.
@return
- The stripped database name either the
registered naem or if it is a file url the last segment.
+ The stripped database name either the
registered name or if it is a file url the last segment.
*/
::rtl::OUString getStrippedDatabaseName() const;
/** return the element type for given container
@param _xContainer The container where the element
type has to be found
- @return the element type coressponding to the given
container
+ @return the element type corresponding to the given
container
*/
ElementType getElementType(const
::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer >&
_xContainer) const;
@@ -280,7 +280,7 @@ namespace dbaui
@param _bMove
if <TRUE/> the name of the content must be
inserted without any change, otherwise not.
@return
- <TRUE/> if the paste opertions was successful,
otherwise <FALSE/>.
+ <TRUE/> if the paste operations was successful,
otherwise <FALSE/>.
*/
sal_Bool paste( ElementType _eType,const
::svx::ODataAccessDescriptor& _rPasteData ,const String& _sParentFolder =
String(),sal_Bool _bMove = sal_False);
@@ -304,9 +304,9 @@ namespace dbaui
*/
void addContainerListener(const
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>&
_xCollection);
- /** opens a uno dialog withthe currently selected data source
as initialize argument
+ /** opens a uno dialog with the currently selected data source
as initialize argument
@param _sServiceName
- The serivce name of the dialog to be executed.
+ The service name of the dialog to be executed.
*/
void openDialog(const ::rtl::OUString& _sServiceName);
@@ -348,14 +348,14 @@ namespace dbaui
@param _bMove
if <TRUE/> the name of the content must be
inserted without any change, otherwise not.
@return
- <TRUE/> if the insert opertions was successful,
otherwise <FALSE/>.
+ <TRUE/> if the insert operations was
successful, otherwise <FALSE/>.
*/
sal_Bool insertHierachyElement( ElementType _eType
,const
String& _sParentFolder
,sal_Bool _bCollection = sal_True
,const
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>& _xContent =
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>()
,sal_Bool _bMove = sal_False);
- /** checks if delete command or rename comamnd is allowed
+ /** checks if delete command or rename command is allowed
@param _eType
The element type.
@param _bDelete
diff --git a/main/filter/source/config/cache/typedetection.cxx
b/main/filter/source/config/cache/typedetection.cxx
index c1a7053d1d..a77489fb74 100644
--- a/main/filter/source/config/cache/typedetection.cxx
+++ b/main/filter/source/config/cache/typedetection.cxx
@@ -238,7 +238,7 @@ void
TypeDetection::impl_checkResultsAndAddBestFilter(::comphelper::MediaDescrip
// b)
// check a preselected document service too.
- // Then we have to search a suitable filter witin this module.
+ // Then we have to search a suitable filter within this module.
::rtl::OUString sDocumentService = rDescriptor.getUnpackedValueOrDefault(
::comphelper::MediaDescriptor::PROP_DOCUMENTSERVICE(),
::rtl::OUString());
diff --git a/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
b/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
index 5f4013e642..848ccf05fa 100644
--- a/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
+++ b/main/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
@@ -1405,7 +1405,7 @@
<!-- end line special attribute-->
<!-- polyline and polygon special attribute-->
<xsl:if test="$ooshapename='polyline' or
$ooshapename='polygon' ">
- <!-- translate ' ' to in ' tranclate ',' to
'in,' -->
+ <!-- translate ' ' to in ' translate ',' to
'in,' -->
<xsl:variable name="points">
<xsl:call-template name="points2points">
<xsl:with-param name="input_x"
select="$x"/>
diff --git a/main/framework/qa/complex/XUserInputInterception/EventTest.java
b/main/framework/qa/complex/XUserInputInterception/EventTest.java
index ac6bb3c558..a1151b899b 100644
--- a/main/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/main/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -130,7 +130,7 @@ public class EventTest {
//-------------------------------------------
/**
- * creates the mebmer <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE>
+ * creates the member <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE>
* @short Create the environment for following tests.
* @descr create an empty test frame, where we can load
* different components inside.
@@ -346,7 +346,7 @@ public class EventTest {
* <CODE>m_mouseReleased</CODE> are <CODE>TRUE</CODE>
* @param xUII the XUserInputInterception
* @param xModel the XModel of a document
- * @see EventTest.MyMouseClickHander
+ * @see EventTest.MyMouseClickHandler
* @see EventTest.EventTrigger
*/
@@ -372,7 +372,7 @@ public class EventTest {
}
/**
- * returns the <CODE>XUserInputInterception</CODE> from the
<CODE>XMdoel</CODE>
+ * returns the <CODE>XUserInputInterception</CODE> from the
<CODE>XModel</CODE>
* @param xModel the XModel of a document
* @return the <CODE>XUserInputInterception</CODE> of the document
*/
@@ -382,7 +382,7 @@ public class EventTest {
XUserInputInterception xUII =
UnoRuntime.queryInterface(XUserInputInterception.class, xController);
if (xUII == null) {
- fail("could not get XUserInputInterception from XContoller");
+ fail("could not get XUserInputInterception from XController");
}
return xUII;
}
@@ -396,7 +396,7 @@ public class EventTest {
* This event sets the member <code>m_keyPressed</coed> to
* <code>true</code>
* @param oEvent The key event informs about the pressed key.
- * @return returns <CODE>TRUE</CODE> in erery case
+ * @return returns <CODE>TRUE</CODE> in every case
*/
public boolean keyPressed( KeyEvent oEvent ){
System.out.println("XKeyHandler: keyPressed-Event");
@@ -407,7 +407,7 @@ public class EventTest {
* This event sets the member <code>m_keyReleased</coed> to
* <code>true</code>
* @param oEvent The key event informs about the pressed key.
- * @return returns <CODE>TRUE</CODE> in erery case
+ * @return returns <CODE>TRUE</CODE> in every case
*/
public boolean keyReleased( KeyEvent oEvent ){
System.out.println("XKeyHandler: keyReleased-Event");
@@ -432,7 +432,7 @@ public class EventTest {
* This event sets the member <code>m_mousePressed</coed> to
* <code>true</code>
* @param oEvent The mouse event informs about the kind of mouse event.
- * @return returns <CODE>TRUE</CODE> in erery case
+ * @return returns <CODE>TRUE</CODE> in every case
*/
public boolean mousePressed( MouseEvent oEvent ){
System.out.println("XMouseClickHandler: mousePressed-Event");
@@ -443,7 +443,7 @@ public class EventTest {
* This event sets the member <code>m_mouseReleased</coed> to
* <code>true</code>
* @param oEvent The mouse event informs about the kind of mouse event.
- * @return returns <CODE>TRUE</CODE> in erery case
+ * @return returns <CODE>TRUE</CODE> in every case
*/
public boolean mouseReleased( MouseEvent oEvent ){
System.out.println("XMouseClickHandler: mouseReleased-Event");
diff --git a/main/framework/source/fwe/helper/actiontriggerhelper.cxx
b/main/framework/source/fwe/helper/actiontriggerhelper.cxx
index 3c1ae4cf61..8604b6a058 100644
--- a/main/framework/source/fwe/helper/actiontriggerhelper.cxx
+++ b/main/framework/source/fwe/helper/actiontriggerhelper.cxx
@@ -147,7 +147,7 @@ void InsertSubMenuItems( Menu* pSubMenu, sal_uInt16&
nItemId, Reference< XIndexC
if ( nIndex >= 0 )
{
// Special code
for our menu implementation: some menu items don't have a
- // command url
but uses the item id as a unqiue identifier. These entries
+ // command url
but uses the item id as a unique identifier. These entries
// got a
special url during conversion from menu=>actiontriggercontainer.
// Now we have
to extract this special url and set the correct item id!!!
bSpecialItemId
= sal_True;
diff --git a/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
b/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
index 793a05635f..d5dcd539c8 100644
--- a/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
+++ b/main/odk/examples/DevelopersGuide/UCB/ResourceManager.java
@@ -211,7 +211,7 @@ public class ResourceManager {
}
if ( m_newTitle == null || m_newTitle.equals( "" )) {
- m_newTitle = "transfered-resource-" + System.currentTimeMillis();
+ m_newTitle = "transferred-resource-" + System.currentTimeMillis();
}
if ( m_transOperation == null || m_transOperation.equals( "" )) {
@@ -226,7 +226,7 @@ public class ResourceManager {
System.out.println(
"Usage: ResourceManager -url=... -targetFolderURL=...
-newTitle=... -transOper=... -workdir=..." );
System.out.println(
- "Defaults: -url=<currentdir>/data/data.txt>
-targetFolderURL=<workdir> -newTitle=transfered-resource-<uniquepostfix>
-transOper=copy -workdir=<currentdir>");
+ "Defaults: -url=<currentdir>/data/data.txt>
-targetFolderURL=<workdir> -newTitle=transferred-resource-<uniquepostfix>
-transOper=copy -workdir=<currentdir>");
System.out.println(
"\nExample : -url=file:///temp/MyFile.txt
-targetFolderURL=file:///test/ -newTitle=RenamedFile.txt -transOper=copy " );
}
diff --git a/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
b/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
index be7e105a03..ee0f7d3ed7 100644
--- a/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
+++ b/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleAction.java
@@ -72,7 +72,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest {
log.println("Did action: "+act);
res &= act ;
} catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
- log.println("Unexepected exception -- FAILED");
+ log.println("Unexpected exception -- FAILED");
res &= false;
}
@@ -107,7 +107,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest
{
log.println("Found action: "+desc);
res &= desc!=null ;
} catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
- log.println("Unexepected exception -- FAILED");
+ log.println("Unexpected exception -- FAILED");
res &= false;
}
}
@@ -145,7 +145,7 @@ public class _XAccessibleAction extends lib.MultiMethodTest
{
}
res &= true;
} catch (com.sun.star.lang.IndexOutOfBoundsException ioe) {
- log.println("Unexepected exception -- FAILED");
+ log.println("Unexpected exception -- FAILED");
res &= false;
}
}
diff --git a/main/sal/osl/w32/pipe.c b/main/sal/osl/w32/pipe.c
index 02121e3efe..cf6bd65793 100644
--- a/main/sal/osl/w32/pipe.c
+++ b/main/sal/osl/w32/pipe.c
@@ -379,7 +379,7 @@ oslPipe SAL_CALL osl_acceptPipe(oslPipe pPipe)
if (IS_NT)
{
- DWORD nBytesTransfered;
+ DWORD nBytesTransferred;
rtl_uString* path = NULL;
rtl_uString* temp = NULL;
@@ -403,7 +403,7 @@ oslPipe SAL_CALL osl_acceptPipe(oslPipe pPipe)
case ERROR_IO_PENDING: // This is normal if
not client is connected yet
case ERROR_MORE_DATA: // Should not happen
// blocking call to accept
- if( !GetOverlappedResult( pPipe->m_File, &os,
&nBytesTransfered, TRUE ) )
+ if( !GetOverlappedResult( pPipe->m_File, &os,
&nBytesTransferred, TRUE ) )
{
// Possible error could be that between
ConnectNamedPipe and GetOverlappedResult a connect
// took place.
diff --git a/main/sd/inc/OutlinerIterator.hxx b/main/sd/inc/OutlinerIterator.hxx
index 10fa3bb9db..08dbfddd88 100644
--- a/main/sd/inc/OutlinerIterator.hxx
+++ b/main/sd/inc/OutlinerIterator.hxx
@@ -61,7 +61,7 @@ enum IteratorLocation {BEGIN,END,CURRENT};
<ul><li>SELECTION for iteration over all objects that belong to the
current mark list.</li>
<li>SINGLE_VIEW for iteration over all objects in the current view.</li>
- <li>DOCUMENT for iteratioin over all object in all relevant
+ <li>DOCUMENT for iteration over all object in all relevant
views.</li></ul>
*/
enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT};
@@ -117,7 +117,7 @@ public:
@return
Returns a reference to the current position. Therefore this
method is not thread safe. The reason for this behaviour is, of
- course, to ommit the copying of the returned position.
+ course, to omit the copying of the returned position.
*/
const IteratorPosition& operator* () const;
/** The prefix increment operator returns the iterator pointing to the
@@ -156,7 +156,7 @@ public:
*/
bool operator!= (const Iterator& rIterator);
/** Reverse the direction of iteration. The position of the iterator is
- not changed. Thus caling this method twice returns to the old state.
+ not changed. Thus calling this method twice returns to the old state.
*/
void Reverse (void);
@@ -181,7 +181,7 @@ private:
class OutlinerContainer
{
public:
- /** Create a new wraper object for the given outliner.
+ /** Create a new wrapper object for the given outliner.
@param pOutliner
The outliner that is represented by the new object as
<type>SdrObject</type> container.
diff --git a/main/sfx2/source/doc/objstor.cxx b/main/sfx2/source/doc/objstor.cxx
index d794747b60..a95a88e567 100644
--- a/main/sfx2/source/doc/objstor.cxx
+++ b/main/sfx2/source/doc/objstor.cxx
@@ -2653,7 +2653,7 @@ sal_Bool SfxObjectShell::DoSave_Impl( const SfxItemSet*
pArgs )
pSet->ClearItem( SID_VERSION );
pSet->ClearItem( SID_DOC_BASEURL );
- // create a medium as a copy; this medium is only for writingm, because it
uses the same name as the original one
+ // create a medium as a copy; this medium is only for writing, because it
uses the same name as the original one
// writing is done through a copy, that will be transferred to the target
( of course after calling HandsOff )
SfxMedium* pMediumTmp = new SfxMedium( pRetrMedium->GetName(),
pRetrMedium->GetOpenMode(), pRetrMedium->IsDirect(), pFilter, pSet );
pMediumTmp->SetLongName( pRetrMedium->GetLongName() );
diff --git a/main/solenv/inc/antsettings.mk b/main/solenv/inc/antsettings.mk
index 54c2436e74..a339cdd720 100644
--- a/main/solenv/inc/antsettings.mk
+++ b/main/solenv/inc/antsettings.mk
@@ -29,7 +29,7 @@ ANT_LIB*:=$(ANT_HOME)/lib
ANT_CLASSPATH:=$(ANT_LIB)/xercesImpl.jar$(PATH_SEPERATOR)$(ANT_LIB)/xml-apis.jar$(PATH_SEPERATOR)$(ANT_LIB)/ant.jar
# PATH_SEPERATOR won't work here as it is defined
-# as ; for wondows (all shells)
+# as ; for windows (all shells)
#PATH!:=$(ANT_HOME)/bin$(PATH_SEPERATOR)$(PATH)
PATH!:=$(ANT_HOME)/bin:$(PATH)
diff --git a/main/soltools/cpp/_lex.c b/main/soltools/cpp/_lex.c
index 29d90415ed..2253a6f415 100644
--- a/main/soltools/cpp/_lex.c
+++ b/main/soltools/cpp/_lex.c
@@ -604,7 +604,7 @@ int
{
int n = 1;
- /* skip pending wihite spaces */
+ /* skip pending white spaces */
while ((s->inp[n] == ' ') || (s->inp[n] == '\t'))
{
n++;
diff --git a/main/svl/source/numbers/zforfind.cxx
b/main/svl/source/numbers/zforfind.cxx
index bea92cb271..00fda605df 100644
--- a/main/svl/source/numbers/zforfind.cxx
+++ b/main/svl/source/numbers/zforfind.cxx
@@ -358,7 +358,7 @@ sal_Bool ImpSvNumberInputScan::SkipThousands(
} // switch
} // while
- if (eState == SsGetValue) // break witth less than 3 digits
+ if (eState == SsGetValue) // break with less than 3 digits
{
if ( nCounter )
rSymbol.Erase( rSymbol.Len() - nCounter, nCounter );
diff --git a/main/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
b/main/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
index 2fef2b2c38..d8f4a533d9 100644
--- a/main/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/main/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -380,7 +380,7 @@ void GetTextAreaOutline( const FWData& rFWData, const
SdrObject* pCustomShape, F
}
delete[] pDXArry;
- // veritcal alignment
+ // vertical alignment
std::vector< FWCharacterData >::iterator
aCharacterIter( aParagraphIter->vCharacters.begin() );
std::vector< FWCharacterData >::iterator aCharacterIEnd
( aParagraphIter->vCharacters.end() );
while ( aCharacterIter != aCharacterIEnd )
diff --git a/main/sw/inc/accmap.hxx b/main/sw/inc/accmap.hxx
index a8802ba873..029a068cb5 100644
--- a/main/sw/inc/accmap.hxx
+++ b/main/sw/inc/accmap.hxx
@@ -137,7 +137,7 @@ class SwAccessibleMap : public
::accessibility::IAccessibleViewForwarder,
::com::sun::star::accessibility::XAccessible>
_GetDocumentView( sal_Bool bPagePreview );
- /** method to build up a new data structure of the accessible pararaphs,
+ /** method to build up a new data structure of the accessible paragraphs,
which have a selection
OD 2005-12-13 #i27301#
diff --git a/main/sw/source/core/SwNumberTree/SwNumberTree.cxx
b/main/sw/source/core/SwNumberTree/SwNumberTree.cxx
index 3a991f42ae..3a28b3a8e7 100644
--- a/main/sw/source/core/SwNumberTree/SwNumberTree.cxx
+++ b/main/sw/source/core/SwNumberTree/SwNumberTree.cxx
@@ -552,7 +552,7 @@ void SwNumberTreeNode::AddChild( SwNumberTreeNode * pChild,
mChildren.upper_bound(pChild);
ASSERT(! (aInsertDeepIt != mChildren.end() &&
- (*aInsertDeepIt)->IsPhantom()), " unexspected phantom");
+ (*aInsertDeepIt)->IsPhantom()), " unexpected phantom");
if (aInsertDeepIt == mChildren.begin())
@@ -631,7 +631,7 @@ void SwNumberTreeNode::AddChild( SwNumberTreeNode * pChild,
break;
}
}
- // assure that unnessary created phantoms at <pChild> are
deleted.
+ // assure that unnecessary created phantoms at <pChild> are
deleted.
pChild->ClearObsoletePhantoms();
// <--
diff --git a/main/sw/source/core/access/accmap.cxx
b/main/sw/source/core/access/accmap.cxx
index 4e7e07b144..dca27d9ed3 100644
--- a/main/sw/source/core/access/accmap.cxx
+++ b/main/sw/source/core/access/accmap.cxx
@@ -3603,7 +3603,7 @@ Size SwAccessibleMap::GetPreViewPageSize( sal_uInt16
_nPrevwPageNum ) const
}
}
-/** method to build up a new data structure of the accessible pararaphs,
+/** method to build up a new data structure of the accessible paragraphs,
which have a selection
OD 2005-12-13 #i27301#
diff --git a/main/sw/source/core/inc/frame.hxx
b/main/sw/source/core/inc/frame.hxx
index 8bfa798146..5ed4d6fe13 100644
--- a/main/sw/source/core/inc/frame.hxx
+++ b/main/sw/source/core/inc/frame.hxx
@@ -961,7 +961,7 @@ public:
// <--
// NEW TABELS
- // Some functions for covered/covering table cells. This way unnessessary
+ // Some functions for covered/covering table cells. This way unnecessary
// includes can be avoided
bool IsLeaveUpperAllowed() const;
bool IsCoveredCell() const;
diff --git a/main/sw/source/filter/html/htmlatr.cxx
b/main/sw/source/filter/html/htmlatr.cxx
index 0de5098518..b92ab89f39 100644
--- a/main/sw/source/filter/html/htmlatr.cxx
+++ b/main/sw/source/filter/html/htmlatr.cxx
@@ -189,7 +189,7 @@ void SwHTMLWriter::OutAndSetDefList( sal_uInt16 nNewLvl )
// eventuell muss erst mal eine Liste aufgemacht werden
if( nDefListLvl < nNewLvl )
{
- // output </pre> for the previous(!) pararagraph, if required.
+ // output </pre> for the previous(!) paragraph, if required.
// Preferable, the <pre> is exported by OutHTML_SwFmtOff for the
// previous paragraph already, but that's not possible,
because a very
// deep look at the next paragraph (this one) is required to
figure
diff --git a/main/sw/source/filter/xml/xmlimpit.cxx
b/main/sw/source/filter/xml/xmlimpit.cxx
index 2a5a147c70..2db7642586 100644
--- a/main/sw/source/filter/xml/xmlimpit.cxx
+++ b/main/sw/source/filter/xml/xmlimpit.cxx
@@ -208,7 +208,7 @@ SvXMLImportItemMapper::handleSpecialItem( const
SvXMLItemMapEntry& /*rEntry*/,
const SvXMLUnitConverter& /*rUnitConverter*/,
const SvXMLNamespaceMap&
/*rNamespaceMap*/ )
{
- DBG_ERROR( "unsuported special item in xml import" );
+ DBG_ERROR( "unsupported special item in xml import" );
return sal_False;
}
@@ -220,7 +220,7 @@ sal_Bool SvXMLImportItemMapper::handleNoItem( const
SvXMLItemMapEntry& /*rEntry*
const SvXMLUnitConverter& /*rUnitConverter*/,
const SvXMLNamespaceMap&
/*rNamespaceMap*/ )
{
- DBG_ERROR( "unsuported no item in xml import" );
+ DBG_ERROR( "unsupported no item in xml import" );
return sal_False;
}
diff --git a/main/sw/source/ui/shells/basesh.cxx
b/main/sw/source/ui/shells/basesh.cxx
index 65a8e24d53..29a251460f 100644
--- a/main/sw/source/ui/shells/basesh.cxx
+++ b/main/sw/source/ui/shells/basesh.cxx
@@ -1764,7 +1764,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
break;
case FN_FRAME_WRAP_CONTOUR:
bDisable |= bHtmlMode;
- //no contour available whenn no wrap or wrap
through is set
+ //no contour available when no wrap or wrap
through is set
bDisable |= (nSurround == SURROUND_NONE ||
nSurround == SURROUND_THROUGHT);
bSet =
rWrap.IsContour();
if( !bDisable )
diff --git a/main/ucb/source/cacher/cachedcontentresultset.cxx
b/main/ucb/source/cacher/cachedcontentresultset.cxx
index a53d05d31e..73a1273813 100644
--- a/main/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/main/ucb/source/cacher/cachedcontentresultset.cxx
@@ -1712,7 +1712,7 @@ sal_Bool SAL_CALL CachedContentResultSet
}
aGuard.clear();
- //find out whethter the original resultset contains rows or not
+ //find out whether the original resultset contains rows or not
m_xResultSetOrigin->afterLast();
aGuard.reacquire();
@@ -1747,7 +1747,7 @@ sal_Bool SAL_CALL CachedContentResultSet
}
aGuard.clear();
- //find out whethter the original resultset contains rows or not
+ //find out whether the original resultset contains rows or not
m_xResultSetOrigin->beforeFirst();
aGuard.reacquire();
diff --git a/main/ucb/source/ucp/ftp/ftpurl.hxx
b/main/ucb/source/ucp/ftp/ftpurl.hxx
index c414b60df3..dc90d9384a 100644
--- a/main/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/main/ucb/source/ucp/ftp/ftpurl.hxx
@@ -106,7 +106,7 @@ namespace ftp {
rtl::OUString username() const { return m_aUsername; }
/** This returns the URL, but cleaned from
- * unnessary ellipses.
+ * unnecessary ellipses.
*/
rtl::OUString ident(bool withslash,bool internal) const;
diff --git a/main/vcl/unx/gtk/window/gtkframe.cxx
b/main/vcl/unx/gtk/window/gtkframe.cxx
index aca9ecd96b..98eae2b03f 100644
--- a/main/vcl/unx/gtk/window/gtkframe.cxx
+++ b/main/vcl/unx/gtk/window/gtkframe.cxx
@@ -2892,7 +2892,7 @@ gboolean GtkSalFrame::signalMap( GtkWidget*, GdkEvent*,
gpointer frame )
if( pThis->m_bFullscreen )
{
- /* #i110881# workaorund a gtk issue (see
https://bugzilla.redhat.com/show_bug.cgi?id=623191#c8)
+ /* #i110881# workaround a gtk issue (see
https://bugzilla.redhat.com/show_bug.cgi?id=623191#c8)
gtk_window_fullscreen can run into a race condition with the
window's showstate
*/
Application::PostUserEvent( LINK( pThis, GtkSalFrame,
ImplDelayedFullScreenHdl ) );
diff --git
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BeginningOfFile.java
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BeginningOfFile.java
index d91750bbd6..e9e680aa99 100644
---
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BeginningOfFile.java
+++
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BeginningOfFile.java
@@ -33,7 +33,7 @@ import
org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants;
/**
* This class describes the beginning of file. It is the
- * the Biff record that marks the beginning of a a worbook
+ * the Biff record that marks the beginning of a a workbook
* or the beginning of worksheets in the workbook
*
*/
diff --git a/main/xmloff/source/style/xmlimppr.cxx
b/main/xmloff/source/style/xmlimppr.cxx
index 6fa6b9f965..4b379b5673 100644
--- a/main/xmloff/source/style/xmlimppr.cxx
+++ b/main/xmloff/source/style/xmlimppr.cxx
@@ -357,7 +357,7 @@ sal_Bool SvXMLImportPropertyMapper::handleSpecialItem(
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap ) const
{
- OSL_ENSURE( mxNextMapper.is(), "unsuported special item in xml import"
);
+ OSL_ENSURE( mxNextMapper.is(), "unsupported special item in xml import"
);
if( mxNextMapper.is() )
return mxNextMapper->handleSpecialItem( rProperty, rProperties,
rValue,
rUnitConverter, rNamespaceMap );
diff --git a/main/xmlsecurity/source/dialogs/resourcemanager.cxx
b/main/xmlsecurity/source/dialogs/resourcemanager.cxx
index 8ce9f2e9c1..e7a0a693ec 100644
--- a/main/xmlsecurity/source/dialogs/resourcemanager.cxx
+++ b/main/xmlsecurity/source/dialogs/resourcemanager.cxx
@@ -111,7 +111,7 @@ namespace XmlSec
/*
Creates two strings based on the distinguished name which are
displayed in the
certificate details view. The first string contains only the values of
the attribute
- and valudes pairs, which are separated by commas. All escape
characters ('"') are
+ and values pairs, which are separated by commas. All escape characters
('"') are
removed.
The second string is for the details view at the bottom. It shows the
attribute/value
pairs on different lines. All escape characters ('"') are removed.
diff --git a/main/xmlsecurity/tools/demo/multisigdemo.cxx
b/main/xmlsecurity/tools/demo/multisigdemo.cxx
index c16d672e79..aa4433d14b 100644
--- a/main/xmlsecurity/tools/demo/multisigdemo.cxx
+++ b/main/xmlsecurity/tools/demo/multisigdemo.cxx
@@ -131,7 +131,7 @@ int SAL_CALL main( int argc, char **argv )
*/
/*
- * configures the start-verify handler. Don't need to verify for
transfering...
+ * configures the start-verify handler. Don't need to verify for
transferring...
*/
aSignatureHelper.SetStartVerifySignatureHdl( Link( NULL,
denyVerifyHandler ) );
aSignatureHelper.StartMission();
@@ -143,7 +143,7 @@ int SAL_CALL main( int argc, char **argv )
if ( !bDone )
fprintf( stderr, "\nSTATUS MISSION 2: Error in reading
Signature!\n" );
else
- fprintf( stdout, "\nSTATUS MISSION 2: Signature successfully
transfered!\n" );
+ fprintf( stdout, "\nSTATUS MISSION 2: Signature successfully
transferred!\n" );
/*
* get all signature information
diff --git a/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
b/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
index 8a33375de4..81029d4ffe 100644
--- a/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
+++ b/test/testgui/source/fvt/gui/sd/table/TableFontEffectsProperty.java
@@ -98,7 +98,7 @@ public class TableFontEffectsProperty {
effectsPageUnderlineColor.select(1);
assertEquals("EffectsPage_Underline_Color isn't the first
item", effectsPageUnderlineColor.getSelText(),
effectsPageUnderlineColor.getItemText(1));
- // select individual workds
+ // select individual words
effectsPageInvidiualWords.check();
assertTrue("EffectsPage_InvidiualWords isn't checked",
effectsPageInvidiualWords.isChecked());