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

Fix typos

Change-Id: I8dd681eebf5534224d1b5e886d6a0600767f9c98
Reviewed-on: https://gerrit.libreoffice.org/57600
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 91bad611
......@@ -4363,7 +4363,7 @@ PPTStyleSheet::PPTStyleSheet( const DffRecordHeader& rSlideHd, SvStream& rIn, Sd
}
rIn.Seek( nOldFilePos );
// will will create the default numbulletitem for each instance
// will create the default numbulletitem for each instance
for ( auto i : o3tl::enumrange<TSS_Type>() )
{
sal_uInt16 nLevels, nDepth = 0;
......
......@@ -703,7 +703,7 @@ bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue >&
}
// after this point we don't need the legacy clear passwords anymore
// however they are still inside the passed filter data sequence
// which is sadly out out our control
// which is sadly out of our control
aPermissionPassword.clear();
aOpenPassword.clear();
......
......@@ -321,8 +321,8 @@
<xsl:choose>
<!-- internal OOo URL used in content tables -->
<xsl:when test="contains($href, '%7Coutline') or contains($href, '|outline')">
<!-- the simple workaround for content tables in a single document is to create create an anchor from every heading element
work-around downside: Multiple identical headings won't refer always to the first.
<!-- the simplest workaround for content tables in a single document is to create an anchor from every heading element.
Downside: multiple identical headings won't refer always to the first.
-->
<xsl:text>#</xsl:text>
<xsl:variable name="title">
......
......@@ -190,7 +190,7 @@
<xsl:template match="office:body/*">
<xsl:param name="globalData"/>
<!-- not using of 'apply-styles-and-content' as the content table information migth have been added to 'globalData' variable -->
<!-- not using of 'apply-styles-and-content' as the content table information might have been added to 'globalData' variable -->
<xsl:apply-templates select="@text:style-name | @draw:style-name | @draw:text-style-name | @table:style-name"><!-- | @presentation:style-name -->
<xsl:with-param name="globalData" select="$globalData"/>
</xsl:apply-templates>
......@@ -675,7 +675,7 @@
<xsl:element name="{$elementName}">
<xsl:choose>
<!-- in ODF borders of paragraphs will be merged by default. Merging means the adjactend paragraphs are building a unit,
<!-- in ODF borders of paragraphs will be merged by default. Merging means the adjacent paragraphs are building a unit,
where only the first and the last will have a border to the surrounding (top / bottom border)
<xsl:variable name="precedingParagraphStyle" select="preceding-sibling::*[1][name() = 'text:p']/@text:style-name"/>
<xsl:variable name="followingParagraphStyle" select="following-sibling::*[1][name() = 'text:p']/@text:style-name"/>
......
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