From 305bf19e390aebdf2d20ea052a92f782e8d1185c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 24 Feb 2013 18:39:08 +0100 Subject: loplugin: unused variables And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1 --- cui/source/dialogs/cuigaldlg.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/dialogs/cuigaldlg.cxx') diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index b594b2e4d866..87a6e7c1c892 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -163,7 +163,6 @@ void SearchThread::ImplSearch( const INetURLObject& rStartURL, if( bDocument ) { GraphicDescriptor aDesc( aFoundURL ); - String aFileName; if( ( aDesc.Detect() && ::std::find( rFormats.begin(), @@ -292,7 +291,6 @@ TakeThread::~TakeThread() void TakeThread::execute() { - String aName; INetURLObject aURL; sal_uInt16 nEntries; GalleryTheme* pThm = mpBrowser->GetXChgData()->pTheme; -- cgit