Kaydet (Commit) 6b56336e authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I53b47cab5cbc603bf11adcda8ac2a8373eef26a8
Reviewed-on: https://gerrit.libreoffice.org/44695Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 348d8af8
......@@ -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
......
......@@ -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 ) )
......
......@@ -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>();
......
......@@ -2120,7 +2120,7 @@ SdrHdl* SdrTableObj::GetHdl(sal_uInt32 nHdlNum) const
}
// Draging
// Dragging
bool SdrTableObj::hasSpecialDrag() const
{
......
......@@ -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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment