coverity#1371152 Missing move assignment operator
Change-Id: I7cf3ed2c1cd392b149d21ee884aac695d5d01be2 Reviewed-on: https://gerrit.libreoffice.org/30796 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
ae922863c4
commit
bf5eef2415
@ -1762,7 +1762,6 @@ void FmXFormView::startMarkListWatching()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void FmXFormView::saveMarkList()
|
||||
{
|
||||
if ( m_pView )
|
||||
@ -1802,11 +1801,10 @@ void FmXFormView::saveMarkList()
|
||||
else
|
||||
{
|
||||
OSL_FAIL( "FmXFormView::saveMarkList: invalid view!" );
|
||||
m_aMark = SdrMarkList();
|
||||
m_aMark.Clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static bool lcl_hasObject( SdrObjListIter& rIter, SdrObject* pObj )
|
||||
{
|
||||
bool bFound = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user