From f96db7d0ddeb737cf0e14eea6120daab860c54b7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 20 Nov 2012 12:57:26 +0200 Subject: fdo#46808, use service constructor for i18n::Collator Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4 --- sw/source/ui/app/docstyle.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw/source/ui/app') diff --git a/sw/source/ui/app/docstyle.cxx b/sw/source/ui/app/docstyle.cxx index 136a2a6e4cbf..fa38da7c538a 100644 --- a/sw/source/ui/app/docstyle.cxx +++ b/sw/source/ui/app/docstyle.cxx @@ -573,9 +573,7 @@ bool SwDocStyleSheet::HasClearParentSupport() const --------------------------------------------------------------------*/ String SwDocStyleSheet::GetDescription(SfxMapUnit eUnit) { - IntlWrapper aIntlWrapper( - ::comphelper::getProcessServiceFactory(), - SvtSysLocale().GetLanguageTag()); + IntlWrapper aIntlWrapper( SvtSysLocale().GetLanguageTag() ); rtl::OUString sPlus(" + "); if ( SFX_STYLE_FAMILY_PAGE == nFamily ) -- cgit