fix CID#1103762
Change-Id: I4bf0458bfdba2f53c685bba40d561a8211a28e66
This commit is contained in:
parent
3194487d62
commit
7e2d03efbc
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue