diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:51:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:31 +0200 |
commit | c6eb208473109234886600ac299f0cc75ee94e9c (patch) | |
tree | 64f01470c89e810846a32ee6cca4a915a3bd396e /sd/source/ui/func/fuhhconv.cxx | |
parent | 45f533aee9b44c702ae4f0ef039eddae9f132e51 (diff) |
loplugin:staticcall
Change-Id: I502702dfd04405748a314bd171e6298850777c0a
Diffstat (limited to 'sd/source/ui/func/fuhhconv.cxx')
-rw-r--r-- | sd/source/ui/func/fuhhconv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx index 95532343deba..33619e434e09 100644 --- a/sd/source/ui/func/fuhhconv.cxx +++ b/sd/source/ui/func/fuhhconv.cxx @@ -246,7 +246,7 @@ void FuHangulHanjaConversion::StartChineseConversion() if( !bCommonTerms ) nOptions = nOptions | i18n::TextConversionOption::CHARACTER_BY_CHARACTER; - Font aTargetFont = mpWindow->GetDefaultFont( + Font aTargetFont = OutputDevice::GetDefaultFont( DEFAULTFONT_CJK_PRESENTATION, nTargetLang, DEFAULTFONT_FLAGS_ONLYONE ); |