summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-25 09:51:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:51:22 +0000
commitea0b508025ebe074e25d0250d0ce5e5444ea6a76 (patch)
tree661bc8f7993add4ddbbf32db95b39ac26af1ed3f /sw/source/uibase
parent2258f33a5fd95a5e25f5bb232994ab147d09bfb9 (diff)
Fix typos
Change-Id: I52604902247e7d8565476fafe98211fff32c5543 Reviewed-on: https://gerrit.libreoffice.org/35658 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/app/docstyle.cxx4
-rw-r--r--sw/source/uibase/dbui/README2
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
-rw-r--r--sw/source/uibase/inc/edtwin.hxx2
-rw-r--r--sw/source/uibase/inc/prcntfld.hxx2
-rw-r--r--sw/source/uibase/wrtsh/navmgr.cxx2
-rw-r--r--sw/source/uibase/wrtsh/wrtsh1.cxx2
-rw-r--r--sw/source/uibase/wrtsh/wrtsh4.cxx2
8 files changed, 9 insertions, 9 deletions
diff --git a/sw/source/uibase/app/docstyle.cxx b/sw/source/uibase/app/docstyle.cxx
index d384b34f882d..65ced01aa5fa 100644
--- a/sw/source/uibase/app/docstyle.cxx
+++ b/sw/source/uibase/app/docstyle.cxx
@@ -2749,7 +2749,7 @@ SfxStyleSheetBase* SwStyleSheetIterator::First()
: pFormat->GetName() );
}
- // PoolFormate
+ // PoolFormat
if( bAll )
{
if( ! rDoc.getIDocumentSettingAccess().get(DocumentSettingId::HTML_MODE) )
@@ -2963,7 +2963,7 @@ SfxStyleSheetBase* SwStyleSheetIterator::First()
aLst.Append( cFRAME, pFormat->GetName() );
}
- // PoolFormate
+ // PoolFormat
if ( bAll )
AppendStyleList(SwStyleNameMapper::GetFrameFormatUINameArray(),
bIsSearchUsed, bSearchHidden, bOnlyHidden, SwGetPoolIdFromName::FrmFmt, cFRAME);
diff --git a/sw/source/uibase/dbui/README b/sw/source/uibase/dbui/README
index f04d5389b60d..a406f7f9787f 100644
--- a/sw/source/uibase/dbui/README
+++ b/sw/source/uibase/dbui/README
@@ -2,7 +2,7 @@ Mail merge (MM) has *four modes*. The modes 1-3 are directly exposed to the
user via different GUIs. The modes are:
1. FILE = saves the result as documents
-2. PRINTER = directly printes resulting documents
+2. PRINTER = directly prints resulting documents
3. EMAIL = sends results as inidividual emails
4. SHELL = returns an internal document shell for further programming
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 44d76b252eda..48be93a38f96 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -4914,7 +4914,7 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
}
ReleaseMouse();
- // Only processed MouseEvents arrive here; only at these the moduses can
+ // Only processed MouseEvents arrive here; only at these this mode can
// be resetted.
m_bMBPressed = false;
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index 1a965f07c494..550842735687 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -163,7 +163,7 @@ friend void PageNumNotify( SwViewShell* pVwSh,
/*
* handler for scrolling on when the mousepointer
- * stopps outside of EditWin during a drag-operation.
+ * stops outside of EditWin during a drag-operation.
* The selection is regularly increased towards the mouse
* position.
*/
diff --git a/sw/source/uibase/inc/prcntfld.hxx b/sw/source/uibase/inc/prcntfld.hxx
index 9476ff3405f8..044eb77fcfa6 100644
--- a/sw/source/uibase/inc/prcntfld.hxx
+++ b/sw/source/uibase/inc/prcntfld.hxx
@@ -37,7 +37,7 @@ class SW_DLLPUBLIC PercentField
sal_Int64 nLastValue;
sal_uInt16 nOldDigits;
FieldUnit eOldUnit;
- bool bLockAutoCalculation; //prevent recalcution of percent values when the
+ bool bLockAutoCalculation; //prevent recalculation of percent values when the
//reference value is changed
SAL_DLLPRIVATE static sal_Int64 ImpPower10(sal_uInt16 n);
diff --git a/sw/source/uibase/wrtsh/navmgr.cxx b/sw/source/uibase/wrtsh/navmgr.cxx
index 3c5aa8c9ae16..3852e1959de9 100644
--- a/sw/source/uibase/wrtsh/navmgr.cxx
+++ b/sw/source/uibase/wrtsh/navmgr.cxx
@@ -148,7 +148,7 @@ bool SwNavigationMgr::addEntry(const SwPosition& rPos) {
// Indicates whether the index should be decremented before
// jumping back or not
// The navigation history has recency with temporal ordering enhancement,
- // as described on http://zing.ncsl.nist.gov/hfweb/proceedings/greenberg/
+ // as described on http://zing.ncsl.nist.gov/hfweb/proceedings/greenberg/
// If any forward history exists, twist the tail of the
// list from the current position to the end
if (bForwardWasEnabled) {
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx
index ce1af88dad2a..0cdab48eac0b 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -1594,7 +1594,7 @@ void SwWrtShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Unicode cChar )
if(HasSelection())
{
- // Only parenthese here, because the regular insert
+ // Only parentheses here, because the regular insert
// is already clipped to the editshell
StartAllAction();
diff --git a/sw/source/uibase/wrtsh/wrtsh4.cxx b/sw/source/uibase/wrtsh/wrtsh4.cxx
index e610aae29c22..5d16fd869a69 100644
--- a/sw/source/uibase/wrtsh/wrtsh4.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh4.cxx
@@ -44,7 +44,7 @@ bool SwWrtShell::SttWrd()
}
// The end of a word is the follow of separator to nonseparator.
-// The end of a word is also the sequence of wordseparators to
+// The end of a word is also the sequence of word separators to
// punctuation marks.
// The end of a paragraph is also the end of a word.