summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
index 64c6d7608db1..fcd7567b1582 100644
--- a/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScStyleFamilyObj.java
@@ -141,15 +141,15 @@ public class ScStyleFamilyObj extends TestCase {
} catch (com.sun.star.lang.WrappedTargetException e) {
e.printStackTrace(log);
throw new StatusException(
- "Exception occured while getting StyleFamily", e);
+ "Exception occurred while getting StyleFamily", e);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace(log);
throw new StatusException(
- "Exception occured while getting StyleFamily", e);
+ "Exception occurred while getting StyleFamily", e);
} catch (com.sun.star.lang.IllegalArgumentException e) {
e.printStackTrace(log);
throw new StatusException(
- "Exception occured while getting StyleFamily", e);
+ "Exception occurred while getting StyleFamily", e);
}
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());