summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/_contdlg.cxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-07-10 10:08:59 +0000
committerPeter Burow <pb@openoffice.org>2001-07-10 10:08:59 +0000
commitac1c4bc44f7b24049dc13b0c4129aee3d98aa5a1 (patch)
tree2c72ff06f88f1e3c030eec8a29ab8362a861c729 /svx/source/dialog/_contdlg.cxx
parentOne more place to encode a new title ( for transfer ) (diff)
downloadcore-ac1c4bc44f7b24049dc13b0c4129aee3d98aa5a1.tar.gz
core-ac1c4bc44f7b24049dc13b0c4129aee3d98aa5a1.zip
fix: #87257# class International removed
Diffstat (limited to 'svx/source/dialog/_contdlg.cxx')
-rw-r--r--svx/source/dialog/_contdlg.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx
index 4fa9ec7d30f8..23ed677c45dc 100644
--- a/svx/source/dialog/_contdlg.cxx
+++ b/svx/source/dialog/_contdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: _contdlg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pb $ $Date: 2001-07-10 10:27:34 $
+ * last change: $Author: pb $ $Date: 2001-07-10 11:08:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -936,7 +936,8 @@ IMPL_LINK( SvxSuperContourDlg, GraphSizeHdl, ContourWindow*, pWnd )
String aStr;
const FieldUnit eFieldUnit = GetModuleFieldUnit();
const Size& rSize = pWnd->GetGraphicSize();
- const sal_Unicode cSep = International().GetNumDecimalSep();
+ LocaleDataWrapper aLocaleWrapper( ::comphelper::getProcessServiceFactory(), Application::GetSettings().GetLocale() );
+ const sal_Unicode cSep = aLocaleWrapper.getNumDecimalSep().GetChar(0);
aStr.Assign( GetUnitString( rSize.Width(), eFieldUnit, cSep ) );
aStr.Append( String::CreateFromAscii( " x " ) );