summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/_XPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/_XPropertySet.java')
-rw-r--r--sc/qa/complex/dataPilot/_XPropertySet.java44
1 files changed, 22 insertions, 22 deletions
diff --git a/sc/qa/complex/dataPilot/_XPropertySet.java b/sc/qa/complex/dataPilot/_XPropertySet.java
index fab4bfa11e56..0711f05f1c18 100644
--- a/sc/qa/complex/dataPilot/_XPropertySet.java
+++ b/sc/qa/complex/dataPilot/_XPropertySet.java
@@ -201,19 +201,19 @@ public class _XPropertySet {
oObj.setPropertyValue(PTT.bound,
ValueChanger.changePValue(gValue));
} catch (com.sun.star.beans.PropertyVetoException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} catch (com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} catch (com.sun.star.beans.UnknownPropertyException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} catch (com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} // end of try-catch
@@ -256,19 +256,19 @@ public class _XPropertySet {
oObj.setPropertyValue(PTT.constrained,
ValueChanger.changePValue(gValue));
} catch (com.sun.star.beans.PropertyVetoException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} catch (com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} catch (com.sun.star.beans.UnknownPropertyException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} catch (com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} // end of try-catch
@@ -314,19 +314,19 @@ public class _XPropertySet {
oObj.setPropertyValue(PTT.normal, sValue);
sValue = oObj.getPropertyValue(PTT.normal);
} catch (com.sun.star.beans.PropertyVetoException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.normal+"'");
e.printStackTrace();
} catch (com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.normal+"'");
e.printStackTrace();
} catch (com.sun.star.beans.UnknownPropertyException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.normal+"'");
e.printStackTrace();
} catch (com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.normal+"'");
e.printStackTrace();
} // end of try-catch
@@ -364,12 +364,12 @@ public class _XPropertySet {
try {
Object gValue = oObj.getPropertyValue(toCheck);
} catch (com.sun.star.beans.UnknownPropertyException e) {
- System.out.println("Exception occured while trying to get property '"+
+ System.out.println("Exception occurred while trying to get property '"+
PTT.normal+"'");
e.printStackTrace();
result = false;
} catch (com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception occured while trying to get property '"+
+ System.out.println("Exception occurred while trying to get property '"+
PTT.normal+"'");
e.printStackTrace();
result = false;
@@ -407,19 +407,19 @@ public class _XPropertySet {
oObj.setPropertyValue(PTT.bound,
ValueChanger.changePValue(gValue));
} catch (com.sun.star.beans.PropertyVetoException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} catch (com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} catch (com.sun.star.beans.UnknownPropertyException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} catch (com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.bound+"'");
e.printStackTrace();
} // end of try-catch
@@ -464,19 +464,19 @@ public class _XPropertySet {
oObj.setPropertyValue(PTT.constrained,
ValueChanger.changePValue(gValue));
} catch (com.sun.star.beans.PropertyVetoException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} catch (com.sun.star.lang.IllegalArgumentException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} catch (com.sun.star.beans.UnknownPropertyException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} catch (com.sun.star.lang.WrappedTargetException e) {
- System.out.println("Exception occured while trying to change "+
+ System.out.println("Exception occurred while trying to change "+
"property '"+ PTT.constrained+"'");
e.printStackTrace();
} // end of try-catch