From 64a3124d928f337011cad137c2c059f1ef064377 Mon Sep 17 00:00:00 2001
From: Andrea Gelmini
Date: Thu, 17 Aug 2017 16:41:20 +0200
Subject: Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
Reviewed-on: https://gerrit.libreoffice.org/41194
Reviewed-by: Michael Stahl
Tested-by: Michael Stahl
---
odk/docs/install.html | 4 ++--
.../FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.xcu | 2 +-
odk/examples/DevelopersGuide/examples.html | 6 +++---
odk/examples/examples.html | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
(limited to 'odk')
diff --git a/odk/docs/install.html b/odk/docs/install.html
index 644f42490e8b..16dc10cacfaa 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -71,7 +71,7 @@
existing LibreOffice installation and uses the same
libraries as the LibreOffice installation.
Download the SDK from the same
- source as your LibreOffice packges.
+ source as your LibreOffice packages.
- If you have installed an official The
Document Foundation LibreOffice release,
@@ -233,7 +233,7 @@
a working Perl version under
http://www.sunfreeware.com/
if necessary. On Windows, the configure script
- uses Windows Script and a JScipt. If you have
+ uses Windows Script and a JScript. If you have
problems with Windows Script, you can download a
newer version of
Windows Script.
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.xcu b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.xcu
index 74c68504746d..7113a16e187b 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.xcu
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.xcu
@@ -94,7 +94,7 @@
- DevGuide FlatXML Matser
+ DevGuide FlatXML Master
DevGuide FlatXML Master
IMPORT EXPORT ALIEN 3RDPARTYFILTER
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index b9aeb7165cbc..0425db2f4620 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -1209,7 +1209,7 @@ tracking the spell checking relevant properties.
title="link to OfficeDev/Linguistic/SampleHyphenator.java">SampleHyphenator
A simple implementation for a Hyphenator
+ title="link to the reference documentation of com.sun.star.linguistic2.Hyphenator">Hyphenator
service. |
@@ -1287,7 +1287,7 @@ instance of this type may be returned by the spell checker.
This code example creates the
service
+ title="link to the reference documentation of com.sun.star.util.PathSettings">
com.sun.star.util.PathSettings and
retrieves all path properties from it. It shows how a developer can
change the path properties using the
| FirstStepsBasic.odt |
- This StarBasc example shows how to
+ | This StarBasic example shows how to
create an own dialog which inserts a graphics object into a text
document. |
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 8352893ac2be..0864c099c53f 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -372,7 +372,7 @@
Additional information:
How to write a UNO component in Java
- Java UNO Language Binding
+ Java UNO Language Binding
Debugging Java components
@@ -416,7 +416,7 @@
Description |
- ToolPanelPoc |
+ ToolPanelPoc |
This proof of concept extension illustrates how to create a ToolPanel in Calc. |
@@ -782,7 +782,7 @@
GeneralTableSample.exe, ViewSample.exe.
- WriterDemo |
+ WriterDemo |
This example is written in VB.NET. It creates a text
document and inserts text, a table, and a text frame. |
--
cgit