summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/BasicMacroTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/BasicMacroTools.java')
-rw-r--r--qadevOOo/runner/util/BasicMacroTools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/BasicMacroTools.java b/qadevOOo/runner/util/BasicMacroTools.java
index ffb4538254d6..97fb2c53fab2 100644
--- a/qadevOOo/runner/util/BasicMacroTools.java
+++ b/qadevOOo/runner/util/BasicMacroTools.java
@@ -169,7 +169,7 @@ public class BasicMacroTools {
e.printStackTrace();
throw new Exception("ERROR: Library " + LibraryName +
"already exist." + e.toString());
- } catch (com.sun.star.uno.Exception e) {
+ } catch (com.sun.star.lang.IllegalArgumentException e) {
e.printStackTrace();
throw new Exception("Could not link Basic library:" +
LibraryName + e.toString());