diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/path_settings/PathSettingsTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/path_settings/PathSettingsTest.java b/framework/qa/complex/path_settings/PathSettingsTest.java index 304f7c4531df..a36c75366744 100644 --- a/framework/qa/complex/path_settings/PathSettingsTest.java +++ b/framework/qa/complex/path_settings/PathSettingsTest.java @@ -179,7 +179,7 @@ public class PathSettingsTest System.out.println("Can't convert Object to String"); } } - catch (com.sun.star.uno.Exception e) + catch (com.sun.star.lang.IllegalArgumentException e) { /* ignore */ } @@ -273,7 +273,7 @@ public class PathSettingsTest // System.out.print(" ==> "); // System.out.print(sValue); } - catch (com.sun.star.uno.Exception e) + catch (com.sun.star.lang.IllegalArgumentException e) { // System.out.print(" FAILED "); } |