Fix typos
Change-Id: If89ec640901253121529c09aef4537c6b13cee1d Reviewed-on: https://gerrit.libreoffice.org/52280 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
parent
f462a76f2b
commit
5fa6a79864
8 changed files with 11 additions and 11 deletions
|
@ -283,13 +283,13 @@
|
|||
<xsl:template name="field_get_date_format">
|
||||
<xsl:param name="field_date_stylename"/>
|
||||
<xsl:param name="field_date_value"/>
|
||||
<!-- this template retun null date format ATM-->
|
||||
<!-- this template return null date format ATM-->
|
||||
<xsl:text/>
|
||||
</xsl:template>
|
||||
<xsl:template name="field_get_time_format">
|
||||
<xsl:param name="field_time_stylename"/>
|
||||
<xsl:param name="field_time_value"/>
|
||||
<!-- this template retun null date format ATM-->
|
||||
<!-- this template return null date format ATM-->
|
||||
<xsl:text/>
|
||||
</xsl:template>
|
||||
<xsl:template match="text:template-name">
|
||||
|
|
|
@ -470,7 +470,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
|
|||
{
|
||||
{
|
||||
// This example doc contains cell anchored shape that is rotated, the
|
||||
// rotated shape is in fact clipped by the sheet boundries (and thus
|
||||
// rotated shape is in fact clipped by the sheet boundaries (and thus
|
||||
// is a good edge case test to see if we import it still correctly)
|
||||
ScDocShellRef xDocSh = loadDoc("legacycellanchoredrotatedclippedshape.", FORMAT_ODS);
|
||||
|
||||
|
@ -496,7 +496,7 @@ void ScFiltersTest::testLegacyCellAnchoredRotatedShape()
|
|||
}
|
||||
{
|
||||
// This example doc contains cell anchored shape that is rotated, the
|
||||
// rotated shape is in fact clipped by the sheet boundries, additionally
|
||||
// rotated shape is in fact clipped by the sheet boundaries, additionally
|
||||
// the shape is completely hidden because the rows the shape occupies
|
||||
// are hidden
|
||||
ScDocShellRef xDocSh = loadDoc("legacycellanchoredrotatedhiddenshape.", FORMAT_ODS, true);
|
||||
|
|
|
@ -259,7 +259,7 @@ private:
|
|||
initially enables it. DisableDecryption() may be used to stop the usage of
|
||||
the decryption temporarily (sometimes record contents are never encrypted,
|
||||
i.e. all BOF records or the stream position in BOUNDSHEET). Decryption will
|
||||
be reenabled automatically, if a new record is started with the function
|
||||
be re-enabled automatically, if a new record is started with the function
|
||||
StartNextRecord().
|
||||
|
||||
It is possible to store several stream positions inside a record (including
|
||||
|
|
|
@ -267,7 +267,7 @@ public:
|
|||
bool notifyHyperLinkClicked( OUString const& hyperLink );
|
||||
|
||||
/** Notification from eventmultiplexer that an animation event has occurred.
|
||||
This will be forewarded to all registered XSlideShowListener
|
||||
This will be forwarded to all registered XSlideShowListener
|
||||
*/
|
||||
bool handleAnimationEvent( const AnimationNodeSharedPtr& rNode );
|
||||
|
||||
|
@ -2313,7 +2313,7 @@ bool SlideShowImpl::notifyHyperLinkClicked( OUString const& hyperLink )
|
|||
}
|
||||
|
||||
/** Notification from eventmultiplexer that an animation event has occurred.
|
||||
This will be forewarded to all registered XSlideShoeListener
|
||||
This will be forwarded to all registered XSlideShoeListener
|
||||
*/
|
||||
bool SlideShowImpl::handleAnimationEvent( const AnimationNodeSharedPtr& rNode )
|
||||
{
|
||||
|
|
|
@ -821,7 +821,7 @@ public:
|
|||
void ReplaceCompatibilityOptions( const SwDoc& rSource );
|
||||
|
||||
/** Replace all user defined document properties with xSourceDocProps.
|
||||
Convenince function used by ReplaceDocumentProperties to skip some UNO calls.
|
||||
Convenience function used by ReplaceDocumentProperties to skip some UNO calls.
|
||||
*/
|
||||
void ReplaceUserDefinedDocumentProperties( const css::uno::Reference< css::document::XDocumentProperties >& xSourceDocProps );
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
module com { module sun { module star { module script {
|
||||
|
||||
/** Allows an UNO sequence that is passed between different language
|
||||
boundries to indicate it prefers to be represented as a multidimensional
|
||||
boundaries to indicate it prefers to be represented as a multidimensional
|
||||
array with 0 or 1 based indices. UNO does not natively represent
|
||||
Multi-Dimensional arrays, instead a sequence can have elements that are
|
||||
themselves sequences (an array of arrays ). <p>Some languages ( example
|
||||
|
|
|
@ -47,7 +47,7 @@ import com.sun.star.document.XDocumentProperties;
|
|||
* XFileIdentifierConverter, saves the permanent
|
||||
* overhead of querying for those interfaces, and delivers
|
||||
* convenience methods for using them.
|
||||
* These Convenince methods include mainly Exception-handling.
|
||||
* These Convenience methods include mainly Exception-handling.
|
||||
*/
|
||||
public class FileAccess
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@ keeps a reference to an XSimpleFileAccess and an
|
|||
XFileIdentifierConverter, saves the permanent
|
||||
overhead of querying for those interfaces, and delivers
|
||||
convenience methods for using them.
|
||||
These Convenince methods include mainly Exception-handling.
|
||||
These Convenience methods include mainly Exception-handling.
|
||||
'''
|
||||
|
||||
class FileAccess(object):
|
||||
|
|
Loading…
Reference in a new issue