summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/NumberFormatter.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/NumberFormatter.java')
-rw-r--r--wizards/com/sun/star/wizards/common/NumberFormatter.java14
1 files changed, 1 insertions, 13 deletions
diff --git a/wizards/com/sun/star/wizards/common/NumberFormatter.java b/wizards/com/sun/star/wizards/common/NumberFormatter.java
index 137b79d04b84..42c4689a42ee 100644
--- a/wizards/com/sun/star/wizards/common/NumberFormatter.java
+++ b/wizards/com/sun/star/wizards/common/NumberFormatter.java
@@ -72,14 +72,6 @@ public class NumberFormatter
}
- /**
- * @param _xMSF
- * @param _xNumberFormatsSupplier
- * @return
- * @throws Exception
- * @deprecated
- *
- */
public static XNumberFormatter createNumberFormatter(XMultiServiceFactory _xMSF, XNumberFormatsSupplier _xNumberFormatsSupplier) throws Exception
{
Object oNumberFormatter = _xMSF.createInstance("com.sun.star.util.NumberFormatter");
@@ -98,7 +90,6 @@ public class NumberFormatter
* XNumberFormatter nf = Desktop.createNumberFormatter(xmsf, nsf);
* nf.convertNumberToString( key, 1972 );
* </pre>
- * @param numberFormatsSupplier
* @param type - a constant out of i18n.NumberFormatIndex enumeration.
* @return a key to use with a util.NumberFormat instance.
*
@@ -158,10 +149,7 @@ public class NumberFormatter
/**
- * returns a numberformat for a FormatString.
- * @param _FormatString
- * @param _aLocale
- * @return
+ * @return a numberformat for a FormatString.
*/
public int defineNumberFormat(String _FormatString, Locale _aLocale)
{