CWS gnumake3: gcc warning fixed

This commit is contained in:
Mathias Bauer 2011-02-03 10:30:56 +01:00
parent ec283a532c
commit fd66c3fb05

View file

@ -462,7 +462,7 @@ void FilterConfigItem::WriteInt32( const OUString& rKey, sal_Int32 nNewValue )
if ( ImplGetPropertyValue( aAny, xPropSet, rKey, sal_True ) )
{
sal_Int32 nOldValue;
sal_Int32 nOldValue = 0;
if ( aAny >>= nOldValue )
{
if ( nOldValue != nNewValue )