diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-19 16:06:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-19 19:16:34 +0100 |
commit | 7e2d03efbc831088643661b5b71de726a508353a (patch) | |
tree | 6778ef6e0eee574bf250c6c7b69b6c0600bfbb7f /sc | |
parent | 3194487d6287a401849521347fc41792cd88a662 (diff) |
fix CID#1103762
Change-Id: I4bf0458bfdba2f53c685bba40d561a8211a28e66
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/undo/undotab.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx index 0c4f881c44c0..4bb09ab5a01e 100644 --- a/sc/source/ui/undo/undotab.cxx +++ b/sc/source/ui/undo/undotab.cxx @@ -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(); |