diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 10:58:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-20 12:58:24 +0100 |
commit | c8bfe399e9eff7454f2a8a08694057023e98b8f1 (patch) | |
tree | 8a020735fd84ba610d5212cde6abc48e9fda72e8 | |
parent | dce70c138befac8ee1c4220e84e2d5af17c88d68 (diff) |
WaE, unused variable
-rw-r--r-- | sc/source/ui/view/viewfun3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index 184d4cba65c3..d19401efcab9 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -1872,7 +1872,6 @@ void ScViewFunc::DataFormPutData( SCROW nCurrentRow , const BOOL bRecord( pDoc->IsUndoEnabled()); ScDocument* pUndoDoc = NULL; ScDocument* pRedoDoc = NULL; - ScDocument* pRefUndoDoc = NULL; ScRefUndoData* pUndoData = NULL; SCTAB nTab = GetViewData()->GetTabNo(); SCTAB nStartTab = nTab; |