summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-03 21:31:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-03 21:41:44 +0100
commitd7d0121a10c679fca2e0466fb54697f8433282aa (patch)
tree1d039d22c8241d1bdcf4b6d19ae90e89f299db50
parentf1f6b6db730ae67a427c7974b59a5e19ab571984 (diff)
Typo: selction/slection -> selection
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
-rw-r--r--sc/source/ui/Accessibility/AccessibleDocument.cxx2
-rw-r--r--sd/source/ui/slidesorter/controller/SlsFocusManager.cxx2
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx2
-rw-r--r--sw/source/ui/fldui/fldfunc.cxx2
-rw-r--r--sw/source/ui/frmdlg/column.cxx2
-rw-r--r--sw/source/uibase/inc/wrtsh.hxx2
-rw-r--r--sw/source/uibase/uno/unotxvw.cxx2
-rw-r--r--winaccessibility/source/UAccCOM/AccHypertext.cxx4
-rw-r--r--winaccessibility/source/UAccCOM/AccText.cxx4
9 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx
index ea2688eb196d..fb17833245ae 100644
--- a/sc/source/ui/Accessibility/AccessibleDocument.cxx
+++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx
@@ -980,7 +980,7 @@ bool ScChildrenShapes::FindSelectedShapesChanges(const uno::Reference<drawing::X
{
sal_Int8 nComp(0);
if (aXShapesItr == aXShapesEndItr)
- nComp = -1; // simulate that the Shape is lower, so the selction state will be removed
+ nComp = -1; // simulate that the Shape is lower, so the selection state will be removed
else
nComp = Compare(*aDataItr, *aXShapesItr);
if (nComp == 0)
diff --git a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
index 2147385426a7..1b9a3dc17ef6 100644
--- a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
@@ -263,7 +263,7 @@ void FocusManager::NotifyFocusChangeListeners (void) const
// Create a copy of the listener list to be safe when that is modified.
::std::vector<Link> aListeners (maFocusChangeListeners);
- // Tell the slection change listeners that the selection has changed.
+ // Tell the selection change listeners that the selection has changed.
::std::vector<Link>::iterator iListener (aListeners.begin());
::std::vector<Link>::iterator iEnd (aListeners.end());
for (; iListener!=iEnd; ++iListener)
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
index 08903068387e..13246b7444ec 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
@@ -235,7 +235,7 @@ void SelectionManager::SelectionHasChanged (const bool bMakeSelectionVisible)
if (pDescriptor.get() != NULL)
pViewShell->UpdatePreview(pDescriptor->GetPage());
- // Tell the slection change listeners that the selection has changed.
+ // Tell the selection change listeners that the selection has changed.
::std::vector<Link>::iterator iListener (maSelectionChangeListeners.begin());
::std::vector<Link>::iterator iEnd (maSelectionChangeListeners.end());
for (; iListener!=iEnd; ++iListener)
diff --git a/sw/source/ui/fldui/fldfunc.cxx b/sw/source/ui/fldui/fldfunc.cxx
index df473e778b3b..b190d69c67bd 100644
--- a/sw/source/ui/fldui/fldfunc.cxx
+++ b/sw/source/ui/fldui/fldfunc.cxx
@@ -458,7 +458,7 @@ void SwFldFuncPage::UpdateSubType()
{
const sal_uInt16 nTypeId = (sal_uInt16)reinterpret_cast<sal_uLong>(m_pTypeLB->GetEntryData(GetTypeSel()));
- // fill Selction-Listbox
+ // fill Selection-Listbox
m_pSelectionLB->SetUpdateMode(false);
m_pSelectionLB->Clear();
diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx
index 8839e65f9ce9..5a94ba40d538 100644
--- a/sw/source/ui/frmdlg/column.cxx
+++ b/sw/source/ui/frmdlg/column.cxx
@@ -351,7 +351,7 @@ IMPL_LINK_NOARG(SwColumnDlg, OkHdl)
rWrtShell.StartAction();
rWrtShell.Push();
rWrtShell.SetFlyFrmAttr( aTmp );
- // undo the frame selction again
+ // undo the frame selection again
if(rWrtShell.IsFrmSelected())
{
rWrtShell.UnSelectFrm();
diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx
index 024450c531f2..cd394fafc21b 100644
--- a/sw/source/uibase/inc/wrtsh.hxx
+++ b/sw/source/uibase/inc/wrtsh.hxx
@@ -396,7 +396,7 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
//"Handler" for changes at DrawView - for controls.
virtual void DrawSelChanged( ) SAL_OVERRIDE;
- // jump to bookmark and set the "selctions-flags" correctly again
+ // jump to bookmark and set the "selections-flags" correctly again
bool GotoMark( const ::sw::mark::IMark* const pMark );
bool GotoMark( const ::sw::mark::IMark* const pMark, bool bSelect, bool bStart );
bool GotoMark( const OUString& rName );
diff --git a/sw/source/uibase/uno/unotxvw.cxx b/sw/source/uibase/uno/unotxvw.cxx
index f3696f67a71c..37b835c55233 100644
--- a/sw/source/uibase/uno/unotxvw.cxx
+++ b/sw/source/uibase/uno/unotxvw.cxx
@@ -873,7 +873,7 @@ SwXTextViewCursor::~SwXTextViewCursor()
{
}
-// used to determine if there is a text selction or not.
+// used to determine if there is a text selection or not.
// If there is no text selection the functions that need a working
// cursor will be disabled (throw RuntimeException). This will be the case
// for the following interfaces:
diff --git a/winaccessibility/source/UAccCOM/AccHypertext.cxx b/winaccessibility/source/UAccCOM/AccHypertext.cxx
index df39f21b23fc..a141699bd8ca 100644
--- a/winaccessibility/source/UAccCOM/AccHypertext.cxx
+++ b/winaccessibility/source/UAccCOM/AccHypertext.cxx
@@ -97,8 +97,8 @@ STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType
}
/**
- * Get slections count.
- * @param nSelections Variant to accpet slections count.
+ * Get selections count.
+ * @param nSelections Variant to accpet selections count.
* @return Result.
*/
STDMETHODIMP CAccHypertext::get_nSelections(long * nSelections)
diff --git a/winaccessibility/source/UAccCOM/AccText.cxx b/winaccessibility/source/UAccCOM/AccText.cxx
index 84e98c243b7f..c854fed12534 100644
--- a/winaccessibility/source/UAccCOM/AccText.cxx
+++ b/winaccessibility/source/UAccCOM/AccText.cxx
@@ -89,8 +89,8 @@ STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coord
}
/**
- * Get slections count.
- * @param nSelections Variant to accpet slections count.
+ * Get selections count.
+ * @param nSelections Variant to accpet selections count.
* @return Result.
*/
STDMETHODIMP CAccText::get_nSelections(long * nSelections)