From 9058b52c5024bc41ba93d02feaa0c5547da112ba Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Tue, 26 Feb 2013 08:48:51 +0100 Subject: fix WaE Change-Id: I1bbac4de97866695bf73e25977af8306014325fc --- dbaccess/source/ui/querydesign/limitboxcontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx index ba5449e089d9..6669d31119de 100644 --- a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx +++ b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx @@ -218,7 +218,7 @@ throw ( uno::RuntimeException ) if ( rEvent.IsEnabled ) { m_pLimitBox->Enable(); - sal_Int64 nLimit; + sal_Int64 nLimit = 0; if ( (rEvent.State >>= nLimit) ) { m_pLimitBox->SetValue( nLimit ); -- cgit