From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- odk/examples/java/Spreadsheet/SCalc.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odk/examples/java/Spreadsheet') 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 ); -- cgit