fdo#46808, use service constructor for i18n::NumberFormatMapper

Also create a utility constructor for LocaleDataWrapper, which
simplifies many of the calling sites.

Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
This commit is contained in:
Noel Grandin
2012-11-05 11:28:43 +02:00
committed by Stephan Bergmann
parent 5837402fb1
commit d2f6a87ac7
56 changed files with 155 additions and 164 deletions

View File

@@ -30,6 +30,9 @@
class SfxBindings;
class SdrView;
class SfxViewShell;
namespace com { namespace sun { namespace star { namespace lang {
class XMultiServiceFactory;
}}}}
namespace basctl
{