sb111: #i108905# avoid compiler warning

This commit is contained in:
sb
2010-02-08 09:11:12 +01:00
parent 0210a8d911
commit 0ac0aed588

View File

@@ -578,7 +578,7 @@ sal_Int32 RegistryKey::getLongValue()
{
osl::MutexGuard g(service_.mutex_);
service_.checkValid();
sal_Int32 v;
sal_Int32 v = 0;
if (value_ >>= v) {
return v;
}