From 2fffaf6f05d829e345ad8b391646a6e8df9a9a26 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Jul 2017 11:03:15 +0200 Subject: loplugin:unusedmethods Change-Id: Ia874baf21257e5fe41e104211068a2bcc50446eb Reviewed-on: https://gerrit.libreoffice.org/40391 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sfx2/source/appl/app.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sfx2/source/appl/app.cxx') diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index f26a70439849..81ae44aac601 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -343,15 +343,9 @@ void SfxApplication::SetViewFrame_Impl( SfxViewFrame *pFrame ) pFrame->GetViewShell()->SetCurrentDocument(); } -std::locale* SfxApplication::GetSfxResLocale() -{ - return SfxResLocale::GetResLocale(); -} - void SfxApplication::SetProgress_Impl ( SfxProgress *pProgress - ) { DBG_ASSERT( ( !pImpl->pProgress && pProgress ) || -- cgit v1.2.3