diff options
Diffstat (limited to 'odk')
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 ); |