fix CID#1103762

Change-Id: I4bf0458bfdba2f53c685bba40d561a8211a28e66
This commit is contained in:
Caolán McNamara 2013-10-19 16:06:45 +01:00
parent 3194487d62
commit 7e2d03efbc

View file

@ -1039,8 +1039,8 @@ bool ScUndoImportTab::CanRepeat(SfxRepeatTarget& rTarget) const
ScUndoRemoveLink::ScUndoRemoveLink( ScDocShell* pShell, const OUString& rDoc ) :
ScSimpleUndo( pShell ),
aDocName( rDoc ),
nCount( 0 ),
nRefreshDelay( 0 )
nRefreshDelay( 0 ),
nCount( 0 )
{
ScDocument* pDoc = pDocShell->GetDocument();
SCTAB nTabCount = pDoc->GetTableCount();