diff options
-rw-r--r-- | cli_ure/readme.txt | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotField.idl | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/gdimtftools.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/readme.txt b/cli_ure/readme.txt index fe67d0f9edfc..47b2df91da1d 100644 --- a/cli_ure/readme.txt +++ b/cli_ure/readme.txt @@ -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: diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index b9f6b2b5c8d2..920a4c80c76f 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -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> diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx index 34ac585f165a..cb1b9b4617a5 100644 --- a/slideshow/source/engine/shapes/gdimtftools.cxx +++ b/slideshow/source/engine/shapes/gdimtftools.cxx @@ -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 { |