CWS gnumake3: gcc warning fixed
This commit is contained in:
parent
ec283a532c
commit
fd66c3fb05
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue