Fix typos
Change-Id: I86f744d5b0d5d8d56c40db2ff17fefbfa3cb4907 Reviewed-on: https://gerrit.libreoffice.org/78800 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
8e999b51a2
commit
2e1e0852ee
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ CLI_URETYPES_POLICY_VERSION refers to the policy assembly for cli_uretypes which
|
|||
policy.1.0.cli_uretypes.dll
|
||||
|
||||
The versions may already have been incremented because someone has changed code after the
|
||||
last release. So if a version from version.txt is greater then the one of the respective
|
||||
last release. So if a version from version.txt is greater than the one of the respective
|
||||
assembly in the GAC then leave it at that.
|
||||
|
||||
The values have to be adjusted as follows:
|
||||
|
|
|
@ -88,7 +88,7 @@ published service DataPilotField
|
|||
<p>An empty sequence means no subtotals. The same effect can be
|
||||
achieved by setting the property #Function to the
|
||||
value GeneralFunction::NONE. If the length of the
|
||||
sequence is greater then 1, then the sequence MUST NOT contain one of
|
||||
sequence is greater than 1, then the sequence MUST NOT contain one of
|
||||
the values GeneralFunction::NONE or
|
||||
GeneralFunction::AUTO.</p>
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ public:
|
|||
When true, the source of the metafile might be a
|
||||
foreign application. The metafile is checked
|
||||
against unsupported content, and, if necessary,
|
||||
returned as a pre-rendererd bitmap.
|
||||
returned as a pre-rendered bitmap.
|
||||
*/
|
||||
GDIMetaFileSharedPtr getMtf( bool bForeignSource ) const
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue