diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:48:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:23 +0200 |
commit | f8ef1fe95be4e12278297e3c3eb4f9f2bdd89c0f (patch) | |
tree | 621de9d17ea9360983ae066b8936c9b256a749ed /basic/source/runtime/methods1.cxx | |
parent | 0e44fb66e59fffe7ba1187a825f9c2d3562459dd (diff) |
loplugin:staticcall
Change-Id: I6cd46964c523c9393e9d249fdb43aaa38679fa06
Diffstat (limited to 'basic/source/runtime/methods1.cxx')
-rw-r--r-- | basic/source/runtime/methods1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index d9b2a298b60a..d45e534439c2 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -2539,7 +2539,7 @@ RTLFUNC(FormatDateTime) SbiInstance::PrepareNumberFormatter( pFormatter, n, n, n ); } - LanguageType eLangType = GetpApp()->GetSettings().GetLanguageTag().getLanguageType(); + LanguageType eLangType = Application::GetSettings().GetLanguageTag().getLanguageType(); sal_uIntPtr nIndex = pFormatter->GetFormatIndex( NF_DATE_SYSTEM_LONG, eLangType ); Color* pCol; pFormatter->GetOutputString( dDate, nIndex, aRetStr, &pCol ); |