summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/Resource.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Resource.java')
-rw-r--r--wizards/com/sun/star/wizards/common/Resource.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/common/Resource.java b/wizards/com/sun/star/wizards/common/Resource.java
index 9f8f6da67f76..657e750792f6 100644
--- a/wizards/com/sun/star/wizards/common/Resource.java
+++ b/wizards/com/sun/star/wizards/common/Resource.java
@@ -79,7 +79,7 @@ public class Resource
}
catch (Exception exception)
{
- throw new java.lang.IllegalArgumentException("Resource with ID not " + String.valueOf(nID) + "not found", exception);
+ throw new java.lang.IllegalArgumentException("Resource with ID not " + nID + "not found", exception);
}
}
@@ -91,7 +91,7 @@ public class Resource
}
catch (Exception exception)
{
- throw new java.lang.IllegalArgumentException("Resource with ID not " + String.valueOf(nID) + "not found", exception);
+ throw new java.lang.IllegalArgumentException("Resource with ID not " + nID + "not found", exception);
}
}
@@ -108,7 +108,7 @@ public class Resource
}
catch (Exception exception)
{
- throw new java.lang.IllegalArgumentException("Resource with ID not" + String.valueOf(nID) + "not found", exception);
+ throw new java.lang.IllegalArgumentException("Resource with ID not" + nID + "not found", exception);
}
}