summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /odk
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java2
-rw-r--r--odk/examples/DevelopersGuide/Spreadsheet/DataPilotReadme.txt2
-rw-r--r--odk/examples/java/Spreadsheet/SCalc.java4
4 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx
index dffe3e68976c..c4d67d5066c6 100644
--- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx
+++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/OTypeInfo.hxx
@@ -43,7 +43,7 @@ namespace connectivity
{
struct OTypeInfo
{
- ::rtl::OUString aTypeName; // Name of the the type in the database
+ ::rtl::OUString aTypeName; // Name of the type in the database
::rtl::OUString aLiteralPrefix; // Prefix for literals
::rtl::OUString aLiteralSuffix; // Suffix for literals
::rtl::OUString aCreateParams; // Parameters to create
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 75617f057f2d..e3086a4fef7b 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -330,7 +330,7 @@ public class FunctionHelper
* It use a special JNI functionality to pass the office XWindow over a java window.
* This java window can be inserted into another java window container for complex layouting.
* If this parent java window isn't used, a top level system window will be created.
- * The the resulting office frame isn't plugged into this java application.
+ * The resulting office frame isn't plugged into this java application.
*
* @param sName
* name to set it on the new created frame
diff --git a/odk/examples/DevelopersGuide/Spreadsheet/DataPilotReadme.txt b/odk/examples/DevelopersGuide/Spreadsheet/DataPilotReadme.txt
index f834c02d30ce..a15996649bff 100644
--- a/odk/examples/DevelopersGuide/Spreadsheet/DataPilotReadme.txt
+++ b/odk/examples/DevelopersGuide/Spreadsheet/DataPilotReadme.txt
@@ -31,7 +31,7 @@ Simple usage scenario:
Data->DataPilot->Start...
5. select "External source/interface -> Ok
6. select the example DataPilot
- Use the the drop down list and select the service
+ Use the drop down list and select the service
"ExampleDataPilotSource" -> Ok
7. Place some number fields in the field areas
For example:
diff --git a/odk/examples/java/Spreadsheet/SCalc.java b/odk/examples/java/Spreadsheet/SCalc.java
index af1949f8d442..66dc73fda7d3 100644
--- a/odk/examples/java/Spreadsheet/SCalc.java
+++ b/odk/examples/java/Spreadsheet/SCalc.java
@@ -120,7 +120,7 @@ public class SCalc {
//oooooooooooooooooooooooooooStep 3oooooooooooooooooooooooooooooooooooooooooo
// create cell styles.
- // For this purpose get the StyleFamiliesSupplier and the the familiy
+ // For this purpose get the StyleFamiliesSupplier and the familiy
// CellStyle. Create an instance of com.sun.star.style.CellStyle and
// add it to the family. Now change some properties
//***************************************************************************
@@ -342,7 +342,7 @@ public class SCalc {
// get the servie manager rom the office
xMCF = xContext.getServiceManager();
- // create a new instance of the the desktop
+ // create a new instance of the desktop
Object oDesktop = xMCF.createInstanceWithContext(
"com.sun.star.frame.Desktop", xContext );