Kaydet (Commit) 684d2ad3 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

remove nullptr check obsoleted by shared_ptr

regression from 5b6e338f

Change-Id: I3101327a643e3a2ebe2aebfdc511492393fc8bbb
üst c574038c
......@@ -393,8 +393,6 @@ static void GetFormatAndCreateCursorFromRangeRep(
*ppTblFmt = pTableFormat;
if (rpUnoCrsr)
{
rpUnoCrsr.reset(); // default result in case of failure
SwTable *pTable = pTableFormat ? SwTable::FindTable( pTableFormat ) : 0;
......@@ -431,7 +429,6 @@ static void GetFormatAndCreateCursorFromRangeRep(
}
}
}
}
}
static bool GetSubranges( const OUString &rRangeRepresentation,
......
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