summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/NumericalHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/NumericalHelper.java b/wizards/com/sun/star/wizards/common/NumericalHelper.java
index 3e9778d48925..12efa62e949a 100644
--- a/wizards/com/sun/star/wizards/common/NumericalHelper.java
+++ b/wizards/com/sun/star/wizards/common/NumericalHelper.java
@@ -124,7 +124,7 @@ public class NumericalHelper
* @return a short
* @throws com.sun.star.lang.IllegalArgumentException if the object cannot be converted
*/
- public static short toShort(Object aValue)
+ private static short toShort(Object aValue)
throws com.sun.star.lang.IllegalArgumentException
{
short retValue = 0;