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

@@ -26,6 +26,10 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/report/meta/XFormulaParser.hpp>
namespace com { namespace sun { namespace star { namespace lang {
class XMultiServiceFactory;
} } } }
//============================================================================
namespace rptui
{