summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-14 10:36:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-14 10:42:08 +0100
commit6b56336e2378c150a34bd8de4ed7521493d8a8ff (patch)
tree5329083ddef29b178ae4a505061ce97bb321fa00
parent348d8af8a7f8073eb50d364696bf6a311080c8c1 (diff)
Fix typos
Change-Id: I53b47cab5cbc603bf11adcda8ac2a8373eef26a8 Reviewed-on: https://gerrit.libreoffice.org/44695 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--canvas/source/vcl/canvashelper_texturefill.cxx2
-rw-r--r--chart2/source/view/axes/ScaleAutomatism.cxx2
-rw-r--r--svtools/source/contnr/fileview.cxx2
-rw-r--r--svx/source/table/svdotable.cxx2
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
-rw-r--r--vcl/source/window/legacyaccessibility.cxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx
index 631f0f154458..c2735a5ce46d 100644
--- a/canvas/source/vcl/canvashelper_texturefill.cxx
+++ b/canvas/source/vcl/canvashelper_texturefill.cxx
@@ -868,7 +868,7 @@ namespace vclcanvas
// =================================
// calc device space direction vectors. We employ
- // the followin approach for tiled output: the
+ // the following approach for tiled output: the
// texture bitmap is output in texture space
// x-major order, i.e. tile neighbors in texture
// space x direction are rendered back-to-back in
diff --git a/chart2/source/view/axes/ScaleAutomatism.cxx b/chart2/source/view/axes/ScaleAutomatism.cxx
index 468d21003292..6e99df1b9c6a 100644
--- a/chart2/source/view/axes/ScaleAutomatism.cxx
+++ b/chart2/source/view/axes/ScaleAutomatism.cxx
@@ -115,7 +115,7 @@ void ScaleAutomatism::expandValueRange( double fMinimum, double fMaximum )
{
// if m_fValueMinimum and m_fValueMaximum == 0, it means that they were not determined.
// m_fValueMinimum == 0 makes impossible to determine real minimum,
- // so they need to be reseted tdf#96807
+ // so they need to be reset tdf#96807
if( (m_fValueMinimum == 0.0) && (m_fValueMaximum == 0.0) )
resetValueRange();
if( (fMinimum < m_fValueMinimum) || ::rtl::math::isNan( m_fValueMinimum ) )
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 24853fa6f268..7d6eeecd440e 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -1542,7 +1542,7 @@ FileViewResult SvtFileView_Impl::GetFolderContent_Impl(
m_aAsyncActionFinished.reset();
// don't (yet) set m_aCurrentAsyncActionHandler to pTimeout->aFinishHandler.
- // By definition, this handler *only* get's called when the result cannot be obtained
+ // By definition, this handler *only* gets called when the result cannot be obtained
// during the minimum wait time, so it is only set below, when needed.
m_aCurrentAsyncActionHandler = Link<void*,void>();
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 78f6261c43a2..441b4a01fbbb 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -2120,7 +2120,7 @@ SdrHdl* SdrTableObj::GetHdl(sal_uInt32 nHdlNum) const
}
-// Draging
+// Dragging
bool SdrTableObj::hasSpecialDrag() const
{
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 245d636b4552..491c3f3b2e52 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -3601,7 +3601,7 @@ void SwTabFrame::Paste( SwFrame* pParent, SwFrame* pSibling )
}
}
else if ( GetNext() )
- //Take the marging into account when dealing with ContentFrame's. There are
+ //Take the margin into account when dealing with ContentFrame's. There are
//two situations (both always happen at once):
//a) The Content becomes the first in a chain
//b) The new follower was the first in a chain before
diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx
index ece1de64d6dd..b2b3e0634c6e 100644
--- a/vcl/source/window/legacyaccessibility.cxx
+++ b/vcl/source/window/legacyaccessibility.cxx
@@ -166,7 +166,7 @@ static Window* ImplGetLabeledBy( Window* pFrameWindow, WindowType nMyType, Windo
nType == WindowType::FIXEDLINE ||
nType == WindowType::GROUPBOX )
{
- // a fixed text can't be labeld by a fixed text.
+ // a fixed text can't be labelled by a fixed text.
if ( ( nMyType != WindowType::FIXEDTEXT ) || ( nType != WindowType::FIXEDTEXT ) )
pWindow = pSWindow;
break;