summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/thesdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx
index b72d3a2e59da..936922e76d57 100644
--- a/cui/source/dialogs/thesdlg.cxx
+++ b/cui/source/dialogs/thesdlg.cxx
@@ -537,7 +537,7 @@ void SvxThesaurusDialog::SetWindowTitle( LanguageType nLanguage )
if( nIndex != -1 )
aStr = aStr.copy( 0, nIndex - 1 );
aStr += " (";
- aStr += SvtLanguageTable().GetLanguageString( nLanguage );
+ aStr += SvtLanguageTable::GetLanguageString( nLanguage );
aStr += ")";
SetText( aStr ); // set window title
}