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

CID#1103762 uninit member

Change-Id: Ie46df319bed04ad64275e2385b8e3abc0d41295d
üst 0c28b1d5
...@@ -1039,7 +1039,8 @@ bool ScUndoImportTab::CanRepeat(SfxRepeatTarget& rTarget) const ...@@ -1039,7 +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 ) nCount( 0 ),
nRefreshDelay( 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