From 6ee460988873ee085ed4ad3e62a3fe6d37608685 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 17 Apr 2014 23:02:15 +0200 Subject: no temporary instance of SvtLanguageTable necessary here geez.. Change-Id: Ide611cc94e939405345deb8b341fd185d68765e5 --- cui/source/dialogs/thesdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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 } -- cgit