Kaydet (Commit) 7e2d03ef authored tarafından Caolán McNamara's avatar Caolán McNamara

fix CID#1103762

Change-Id: I4bf0458bfdba2f53c685bba40d561a8211a28e66
üst 3194487d
...@@ -1039,8 +1039,8 @@ bool ScUndoImportTab::CanRepeat(SfxRepeatTarget& rTarget) const ...@@ -1039,8 +1039,8 @@ bool ScUndoImportTab::CanRepeat(SfxRepeatTarget& rTarget) const
ScUndoRemoveLink::ScUndoRemoveLink( ScDocShell* pShell, const OUString& rDoc ) : ScUndoRemoveLink::ScUndoRemoveLink( ScDocShell* pShell, const OUString& rDoc ) :
ScSimpleUndo( pShell ), ScSimpleUndo( pShell ),
aDocName( rDoc ), aDocName( rDoc ),
nCount( 0 ), nRefreshDelay( 0 ),
nRefreshDelay( 0 ) nCount( 0 )
{ {
ScDocument* pDoc = pDocShell->GetDocument(); ScDocument* pDoc = pDocShell->GetDocument();
SCTAB nTabCount = pDoc->GetTableCount(); SCTAB nTabCount = pDoc->GetTableCount();
......
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