Kaydet (Commit) 9b60eeac authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

janitorial: c++-style cast

Change-Id: I746eff36778e30e36b975e24c70712301c3c71cb
üst d50bd55c
......@@ -322,7 +322,7 @@ sal_Bool SbxValue::Get( SbxValues& rRes ) const
else
{
// If an object or a VARIANT is requested, don't search the real values
SbxValue* p = (SbxValue*) this;
SbxValue* p = const_cast<SbxValue*>(this);
if( rRes.eType != SbxOBJECT && rRes.eType != SbxVARIANT )
p = TheRealValue();
if( p )
......
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