Kaydet (Commit) 9058b52c authored tarafından David Ostrovsky's avatar David Ostrovsky

fix WaE

Change-Id: I1bbac4de97866695bf73e25977af8306014325fc
üst d74c5e82
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment