Kaydet (Commit) c06f686f authored tarafından Michael Stahl's avatar Michael Stahl

fdo#47811: fix setPropertyValue("Name") of Database fieldmaster

This one is assigning to the wrong pType variable.

(regression from CWS swwarnings)

Change-Id: I9a74734d22313f215ed69c9a57edf7eb035736ea
üst 3dc54847
...@@ -645,7 +645,7 @@ throw (beans::UnknownPropertyException, beans::PropertyVetoException, ...@@ -645,7 +645,7 @@ throw (beans::UnknownPropertyException, beans::PropertyVetoException,
case RES_DBFLD : case RES_DBFLD :
{ {
rValue >>= m_pImpl->m_sParam3; rValue >>= m_pImpl->m_sParam3;
pType = GetFldType(); pType2 = GetFldType();
} }
break; break;
} }
......
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