dbaccess/source/ui/querydesign/limitboxcontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9058b52c5024bc41ba93d02feaa0c5547da112ba Author: David Ostrovsky <da...@ostrovsky.org> Date: Tue Feb 26 08:48:51 2013 +0100 fix WaE Change-Id: I1bbac4de97866695bf73e25977af8306014325fc diff --git a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx index ba5449e..6669d31 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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits