[Libreoffice-commits] core.git: dbaccess/source

David Ostrovsky david at ostrovsky.org
Mon Feb 25 23:49:18 PST 2013


 dbaccess/source/ui/querydesign/limitboxcontroller.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9058b52c5024bc41ba93d02feaa0c5547da112ba
Author: David Ostrovsky <david at 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 );


More information about the Libreoffice-commits mailing list