Fix typo
"Inherting" Change-Id: Ib9b1fcfd9ef585149de5018ce650707c71d412c8 Reviewed-on: https://gerrit.libreoffice.org/77127 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
7d44104f52
commit
7f8dbdc18c
@ -120,7 +120,7 @@
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<!-- automatic styles are implicit inherting from a style called 'Default',
|
||||
<!-- automatic styles are implicit inheriting from a style called 'Default',
|
||||
furthermore nor in spreadsheetml nor in OpenDocument automatic styles are able to inherit from each other -->
|
||||
<xsl:choose>
|
||||
<xsl:when test="@style:parent-style-name and not(@style:parent-style-name = 'Default')">
|
||||
|
@ -381,7 +381,7 @@
|
||||
<xsl:param name="inheritedStyleProperties" />
|
||||
<xsl:param name="searchOnlyInAutomaticStyles" />
|
||||
|
||||
<!--** create an absolute style by inherting properties from the given parent properties **-->
|
||||
<!--** create an absolute style by inheriting properties from the given parent properties **-->
|
||||
<xsl:variable name="newStyleProperties-RTF">
|
||||
<xsl:call-template name="create-inherited-style-properties">
|
||||
<xsl:with-param name="inheritedStyleProperties" select="$inheritedStyleProperties" />
|
||||
|
@ -123,7 +123,7 @@ public:
|
||||
|
||||
/** Implementation helper implementing interfaces
|
||||
css::uno::XInterface and css::lang::XTypeProvider
|
||||
inherting from a BaseClass.
|
||||
inheriting from a BaseClass.
|
||||
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon
|
||||
queryInterface(), if a demanded interface is not supported by this class
|
||||
|
@ -164,7 +164,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -231,7 +231,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -170,7 +170,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -237,7 +237,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -171,7 +171,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -238,7 +238,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -172,7 +172,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -239,7 +239,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -173,7 +173,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -240,7 +240,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -161,7 +161,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -228,7 +228,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -162,7 +162,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -230,7 +230,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -164,7 +164,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -231,7 +231,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -165,7 +165,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -232,7 +232,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -166,7 +166,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -233,7 +233,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -167,7 +167,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -234,7 +234,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -168,7 +168,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -235,7 +235,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -169,7 +169,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire() and release() calls are delegated to the BaseClass. Upon queryInterface(),
|
||||
if a demanded interface is not supported by this class directly, the request is
|
||||
delegated to the BaseClass.
|
||||
@ -236,7 +236,7 @@ namespace cppu
|
||||
{ return ImplHelper_getImplementationId( cd::get() ); }
|
||||
};
|
||||
/** Implementation helper implementing interfaces css::lang::XTypeProvider and
|
||||
css::uno::XInterface inherting from a BaseClass.
|
||||
css::uno::XInterface inheriting from a BaseClass.
|
||||
All acquire(), release() and queryInterface() calls are delegated to the BaseClass.
|
||||
Upon queryAggregation(), if a demanded interface is not supported by this class directly,
|
||||
the request is delegated to the BaseClass.
|
||||
|
@ -132,7 +132,7 @@ interface XLBTestBase : com::sun::star::uno::XInterface
|
||||
};
|
||||
|
||||
|
||||
/** Inherting from monster; adds raiseException(). */
|
||||
/** Inheriting from monster; adds raiseException(). */
|
||||
interface XLanguageBindingTest : test::XLBTestBase
|
||||
{
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user