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

Fix typos

Change-Id: I18d224557173b9ae5f20399b05132f45f08022a4
Reviewed-on: https://gerrit.libreoffice.org/48544Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst b4c06211
......@@ -807,7 +807,7 @@
<xsl:text>padding</xsl:text>
<xsl:value-of select="substring-after(name(), 'fo:margin')"/>
<xsl:text>:</xsl:text>
<!-- Map once erroneusly used inch shortage 'inch' to CSS shortage 'in' -->
<!-- Map once erroneously used inch shortage 'inch' to CSS shortage 'in' -->
<xsl:choose>
<xsl:when test="contains(., 'inch')">
<xsl:value-of select="substring-before(.,'ch')"/>
......
......@@ -94,7 +94,7 @@
<xsl:template match="@fo:letter-spacing | @fo:line-height | @fo:width |@fo:margin | @fo:margin-top | @fo:margin-bottom | @fo:margin-left | @fo:margin-right | @fo:padding | @fo:padding-top | @fo:padding-bottom | @fo:padding-left | @fo:padding-right">
<xsl:value-of select="local-name(.)"/>
<xsl:text>:</xsl:text>
<!-- Map once erroneusly used inch shortage 'inch' to CSS shortage 'in' -->
<!-- Map once erroneously used inch shortage 'inch' to CSS shortage 'in' -->
<xsl:choose>
<xsl:when test="contains(., 'inch')">
<xsl:value-of select="substring-before(.,'ch')"/>
......
......@@ -3113,7 +3113,7 @@ uno::Sequence< OUString > SAL_CALL ScChart2DataSequence::generateLabel(chart2::d
SCCOL nCols = func.getCols();
SCROW nRows = func.getRows();
// Detemine whether this is column-major or row-major.
// Determine whether this is column-major or row-major.
bool bColumn = true;
if ((eOrigin == chart2::data::LabelOrigin_SHORT_SIDE) ||
(eOrigin == chart2::data::LabelOrigin_LONG_SIDE))
......
......@@ -374,7 +374,7 @@ namespace objectpositioning
const bool _bEvenPage
) const;
/** detemine, if object has to draw aside given fly frame
/** determine, if object has to draw aside given fly frame
method used by <AdjustHoriRelPosForDrawAside(..)>
......
......@@ -96,14 +96,14 @@ class SwFlowFrame
*/
const SwFrame* GetPrevFrameForUpperSpaceCalc_( const SwFrame* _pProposedPrevFrame = nullptr ) const;
/** method to detemine the upper space amount, which is considered for
/** method to determine the upper space amount, which is considered for
the previous frame
#i11860#
*/
SwTwips GetUpperSpaceAmountConsideredForPrevFrame() const;
/** method to detemine the upper space amount, which is considered for
/** method to determine the upper space amount, which is considered for
the page grid
#i11860#
......
......@@ -1529,7 +1529,7 @@ SwTwips SwFlowFrame::CalcUpperSpace( const SwBorderAttrs *pAttrs,
return nUpper;
}
/** method to detemine the upper space amount, which is considered for
/** method to determine the upper space amount, which is considered for
the page grid
OD 2004-03-12 #i11860#
......
......@@ -504,7 +504,7 @@ bool sanityCheckLayoutCache(SwLayCacheImpl const& rCache,
/** helper class, which utilizes the layout cache information
* to distribute the document content to the right pages.
* It's used by the InsertCnt_(..)-function.
* If there's no layout cache, the distibution to the pages is more
* If there's no layout cache, the distribution to the pages is more
* a guess, but a guess with statistical background.
*/
SwLayHelper::SwLayHelper( SwDoc *pD, SwFrame* &rpF, SwFrame* &rpP, SwPageFrame* &rpPg,
......
......@@ -794,7 +794,7 @@ static bool lcl_UpDown( SwPaM *pPam, const SwContentFrame *pStart,
do
{
//If I'm in the DocumentBody, I wan't to stay there.
//If I'm in the DocumentBody, I want to stay there.
if ( pStart->IsInDocBody() )
{
while ( pCnt && (!pCnt->IsInDocBody() ||
......@@ -1570,7 +1570,7 @@ Point SwRootFrame::GetPagePos( sal_uInt16 nPageNum ) const
return pPage->getFrameArea().Pos();
}
/** get page frame by phyiscal page number
/** get page frame by physical page number
*
* @return pointer to the page frame with the given physical page number
*/
......
......@@ -1035,7 +1035,7 @@ SwTwips SwAnchoredObjectPosition::AdjustHoriRelPosForDrawAside(
return nAdjustedRelPosX;
}
/** detemine, if object has to draw aside given fly frame
/** determine, if object has to draw aside given fly frame
method used by <AdjustHoriRelPosForDrawAside(..)>
*/
......
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