Kaydet (Commit) 79b9d3f0 authored tarafından Pavel Janík's avatar Pavel Janík

Remove unused variables (fix WaE issues).

üst acd62709
......@@ -364,10 +364,8 @@ ScDBData* ScDocShell::GetDBDataAdd( const ScRange& rMarked, ScGetDBMode eMode, S
SCCOL nStartCol = nCol;
SCROW nStartRow = nRow;
SCTAB nStartTab = nTab;
SCCOL nEndCol = rMarked.aEnd.Col();
SCROW nEndRow = rMarked.aEnd.Row();
SCTAB nEndTab = rMarked.aEnd.Tab();
ScDBData* pData = NULL;
ScDBData* pCursorData;
......
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