From a57304a53832adf0c8a32b0c53d9be5b55507ab1 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 8 Nov 2011 19:50:06 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20WaE=20variable=20=E2=80=98eUIState?= =?UTF-8?q?=E2=80=99=20set=20but=20not=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/qa/update/test_update.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx index cf44093aae38..d699da999bd5 100644 --- a/extensions/qa/update/test_update.cxx +++ b/extensions/qa/update/test_update.cxx @@ -64,7 +64,6 @@ protected: // test the checkForUpdates() method void testCheckForUpdates() { - UpdateState eUIState = UPDATESTATE_NO_UPDATE_AVAIL; UpdateInfo aInfo; rtl::Reference< UpdateCheck > aController( UpdateCheck::get() ); @@ -73,7 +72,6 @@ protected: if ( checkForUpdates( aInfo, m_xContext, aController->getInteractionHandler(), m_xProvider ) ) { aController->setUpdateInfo( aInfo ); - eUIState = aController->getUIState( aInfo ); } else CPPUNIT_FAIL("Calling checkForUpdates() failed.");