summaryrefslogtreecommitdiff
path: root/svx/source/form/tbxform.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-07-20 11:49:12 +0000
committerFrank Schönheit <fs@openoffice.org>2001-07-20 11:49:12 +0000
commit1d61de3f8556f4ef665605f68df9b12f97599735 (patch)
tree8eafbd749b20ba05c0d78741b4c8e1cd1de80c02 /svx/source/form/tbxform.cxx
parent73b018c3787c4fd564eb0a3507eef703ac43654c (diff)
#90040# use LocaleDataWrapper instead of International class
Diffstat (limited to 'svx/source/form/tbxform.cxx')
-rw-r--r--svx/source/form/tbxform.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx
index c5fc116c89..6cf3e66235 100644
--- a/svx/source/form/tbxform.cxx
+++ b/svx/source/form/tbxform.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tbxform.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mba $ $Date: 2001-06-11 08:58:53 $
+ * last change: $Author: fs $ $Date: 2001-07-20 12:42:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,9 +156,6 @@ SvxFmAbsRecWin::SvxFmAbsRecWin( Window* _pParent, SfxToolBoxControl* _pControlle
SetSpinSize(1);
SetSizePixel( Size(70,19) );
- International rInt = GetInternational();
- rInt.EnableNumThousandSep(FALSE);
- SetInternational(rInt);
SetDecimalDigits(0);
SetStrictFormat(TRUE);
}