summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-02-26 08:48:51 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2013-02-26 08:48:51 +0100
commit9058b52c5024bc41ba93d02feaa0c5547da112ba (patch)
tree47d69ec8a4b3671547a6f163084a43d21ad663cf
parentd74c5e82a4650c955a0b83d06a7570a7c39ac7f3 (diff)
fix WaE
Change-Id: I1bbac4de97866695bf73e25977af8306014325fc
-rw-r--r--dbaccess/source/ui/querydesign/limitboxcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
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 );