diff options
author | Eike Rathke <er@openoffice.org> | 2001-07-02 09:17:00 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-07-02 09:17:00 +0000 |
commit | a20539eacad9258ecf4be4aba28bb556f4c20b16 (patch) | |
tree | 7253a6f785124243779ae2626bfacbd302c275bd /sc/source/ui/view/colrowba.cxx | |
parent | 202700eaa670f41aaf78b1107d3d819b8e7603cf (diff) |
use SvtSysLocale LocaleDataWrapper
Diffstat (limited to 'sc/source/ui/view/colrowba.cxx')
-rw-r--r-- | sc/source/ui/view/colrowba.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/view/colrowba.cxx b/sc/source/ui/view/colrowba.cxx index da878237e206..6aa7e58326f2 100644 --- a/sc/source/ui/view/colrowba.cxx +++ b/sc/source/ui/view/colrowba.cxx @@ -2,9 +2,9 @@ * * $RCSfile: colrowba.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: nn $ $Date: 2001-05-14 08:43:38 $ + * last change: $Author: er $ $Date: 2001-07-02 10:17:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,8 +69,8 @@ #include <svx/svdtrans.hxx> -#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX -#include <unotools/localedatawrapper.hxx> +#ifndef INCLUDED_SVTOOLS_SYSLOCALE_HXX +#include <svtools/syslocale.hxx> #endif #include "colrowba.hxx" @@ -97,7 +97,7 @@ String lcl_MetricString( long nTwips, const String& rText ) String aStr = rText; aStr += ' '; - aStr += ScGlobal::pLocaleData->getNum( nUserVal, 2 ); + aStr += ScGlobal::pSysLocale->GetLocaleData().getNum( nUserVal, 2 ); aStr += ' '; aStr += SdrFormatter::GetUnitStr(eUserMet); |