diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2013-07-31 00:09:46 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2013-07-31 00:09:46 +0200 |
commit | 0b59f6953a57e4785c9fc3e4da33ebd801946339 (patch) | |
tree | 181afbd0c0ad917631a54d365b1fe7135eca3829 | |
parent | ef4c98cdbb5394520eb68ae3d23f1b0a31b7a803 (diff) |
Fix some typos.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
-rw-r--r-- | qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 4 | ||||
-rw-r--r-- | sw/source/ui/app/appenv.cxx | 4 | ||||
-rw-r--r-- | sw/source/ui/inc/envimg.hxx | 6 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/common/SystemDialog.java | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java index 18f03be3c4ee..f0ff54731561 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java +++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java @@ -55,7 +55,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest { private XSingleSelectQueryComposer xComposer = null; /** - * Recieves the object relations: + * Receives the object relations: * <ul> * <li><code>XSingleSelectQueryComposer xCompoer</code></li> * </ul> <p> diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index ff44f0159d94..24cfb9e40df4 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -803,7 +803,7 @@ void SfxSingleTabDialog::setTabPage(SfxTabPage* pTabPage, if (!sTitle.isEmpty()) SetText(sTitle); - // Dialog recieves the HelpId of TabPage if there is any + // Dialog receives the HelpId of TabPage if there is any OString sHelpId(pImpl->m_pSfxPage->GetHelpId()); if (!sHelpId.isEmpty()) SetHelpId(sHelpId); @@ -873,7 +873,7 @@ void SfxNoLayoutSingleTabDialog::SetTabPage( SfxTabPage* pTabPage, // Set TabPage text in the Dialog SetText( pImpl->m_pSfxPage->GetText() ); - // Dialog recieves the HelpId of TabPage + // Dialog receives the HelpId of TabPage SetHelpId( pImpl->m_pSfxPage->GetHelpId() ); SetUniqueId( pImpl->m_pSfxPage->GetUniqueId() ); } diff --git a/sw/source/ui/app/appenv.cxx b/sw/source/ui/app/appenv.cxx index af2bda429438..6d6eab0fe291 100644 --- a/sw/source/ui/app/appenv.cxx +++ b/sw/source/ui/app/appenv.cxx @@ -164,7 +164,7 @@ void SwModule::InsertEnv( SfxRequest& rReq ) aTmp += OUString::number( ++nTitleNo ); xDocSh->SetTitle( aTmp ); - // if applicable, copy the old Collections "Sender" and "Reciever" to + // if applicable, copy the old Collections "Sender" and "Receiver" to // a new document if ( pOldSh ) { @@ -312,7 +312,7 @@ void SwModule::InsertEnv( SfxRequest& rReq ) pSh->StartAllAction(); pSh->DoUndo(sal_False); - // Again, copy the new collections "Sender" and "Reciever" to + // Again, copy the new collections "Sender" and "Receiver" to // a new document if ( pOldSh ) { diff --git a/sw/source/ui/inc/envimg.hxx b/sw/source/ui/inc/envimg.hxx index 1c072c799fcd..c9902fc6202a 100644 --- a/sw/source/ui/inc/envimg.hxx +++ b/sw/source/ui/inc/envimg.hxx @@ -42,11 +42,11 @@ class SW_DLLPUBLIC SwEnvItem : public SfxPoolItem { public: - OUString aAddrText; // text for reciever + OUString aAddrText; // text for receiver sal_Bool bSend; // sender? OUString aSendText; // text for sender - sal_Int32 lAddrFromLeft; // left gap for reciever (twips) - sal_Int32 lAddrFromTop; // upper gap for reciever (twips) + sal_Int32 lAddrFromLeft; // left gap for receiver (twips) + sal_Int32 lAddrFromTop; // upper gap for receiver (twips) sal_Int32 lSendFromLeft; // left gap for sender (twips) sal_Int32 lSendFromTop; // upper gap for sender (twips) sal_Int32 lWidth; // envelope's width (twips) diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.java b/wizards/com/sun/star/wizards/common/SystemDialog.java index 58b9e529f4ff..575bd904b634 100644 --- a/wizards/com/sun/star/wizards/common/SystemDialog.java +++ b/wizards/com/sun/star/wizards/common/SystemDialog.java @@ -348,7 +348,7 @@ public class SystemDialog } /** - * just like the other showMessageBox(...) method, but recieves a + * just like the other showMessageBox(...) method, but receives a * peer argument to use to create the message box. * @param xMSF * @param peer diff --git a/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py b/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py index f123785fecec..722a1b687a19 100644 --- a/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py +++ b/wizards/com/sun/star/wizards/web/ProcessStatusRenderer.py @@ -20,8 +20,8 @@ from .WebWizardConst import * from ..common.IRenderer import IRenderer -# recieves status calls from the status dialog which -# apears when the user clicks "create". +# receives status calls from the status dialog which +# appears when the user clicks "create". # allocates strings from the resources to # display the current task status. # (renders the state to resource strings) |