Kaydet (Commit) de93a4b6 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix error in new cell dump property code

It is also ALT+CTRL+SHIFT+F9 for now.

Change-Id: Ic632ae070118e5c4083f47302b8b0086ccebdcd2
üst bb99d977
......@@ -68,7 +68,7 @@ void ScGridWindow::dumpCellProperties()
ScDocument* pDoc = pViewData->GetDocument();
SCTAB nTab = pViewData->GetTabNo();
SCCOL nCol = pViewData->GetCurY();
SCCOL nCol = pViewData->GetCurX();
SCROW nRow = pViewData->GetCurY();
const ScPatternAttr* pPatternAttr = pDoc->GetPattern(nCol,nRow,nTab);
......
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