summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 12:40:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 14:18:59 +0200
commit2e1e0852eed9699dae31d8a96bfa2726e03b27e1 (patch)
treea0e9a86af77d5871d907e24bd46c5645c41a0547
parent8e999b51a2418febc0fd619aee62183f21b1cf90 (diff)
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>
-rw-r--r--cli_ure/readme.txt2
-rw-r--r--offapi/com/sun/star/sheet/DataPilotField.idl2
-rw-r--r--slideshow/source/engine/shapes/gdimtftools.cxx2
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
{