From f20ff43473f1d33be368d61b8d0f6bcbb644df14 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 4 Dec 2010 13:28:03 +0900 Subject: Replace all occured, occurance etc. --- qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java | 4 ++-- qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java | 2 +- qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java | 4 ++-- qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java | 4 ++-- qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java | 2 +- qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java | 4 ++-- qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress') diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java index ec6d6104da7a..be2389c3197c 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentExporter.java @@ -179,7 +179,7 @@ public class XMLContentExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -198,7 +198,7 @@ public class XMLContentExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check() ; diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java index bb919b651ae0..d977beab0bb9 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLContentImporter.java @@ -208,7 +208,7 @@ public class XMLContentImporter extends TestCase { logF.println("Page name returned = '" + gName + "'") ; return impPageName.equals(gName) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java index cfb3d1117021..d23f0a7fbc68 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLExporter.java @@ -182,7 +182,7 @@ public class XMLExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -201,7 +201,7 @@ public class XMLExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java index a71443adbcc5..115a6f616732 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java @@ -178,7 +178,7 @@ public class XMLMetaExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -197,7 +197,7 @@ public class XMLMetaExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java index 154f1380a9cc..e22e5f8f852b 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java @@ -176,7 +176,7 @@ public class XMLMetaImporter extends TestCase { logF.println("Title returned = '" + title + "'") ; return impTitle.equals(title) ; } catch (com.sun.star.uno.Exception e) { - logF.println("Exception occured while checking filter :") ; + logF.println("Exception occurred while checking filter :") ; e.printStackTrace(logF) ; return false ; } diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java index 31aad6b65034..3565e44280a8 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java @@ -191,7 +191,7 @@ public class XMLSettingsExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -210,7 +210,7 @@ public class XMLSettingsExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java index db0b45e3ae8b..55f30d1d8ca6 100644 --- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java +++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLStylesExporter.java @@ -181,7 +181,7 @@ public class XMLStylesExporter extends TestCase { /** * This class checks the XML for tags and data required and returns * checking result to XFilter interface test. All - * the information about errors occured in XML data is written + * the information about errors occurred in XML data is written * to log specified. * @see ifc.document._XFilter */ @@ -200,7 +200,7 @@ public class XMLStylesExporter extends TestCase { * which returns the result of XML checking. * @return true if the XML data exported was * valid (i.e. all necessary tags and character data exists), - * false if some errors occured. + * false if some errors occurred. */ public boolean checkFilter() { return check(); -- cgit