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

actually pass the old cond format to the dialog

Change-Id: I78fad788514461fc01100f2b85a668ec2990387d
üst 0c94072f
...@@ -207,7 +207,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog( ...@@ -207,7 +207,7 @@ SfxModelessDialog* ScTabViewShell::CreateRefDialog(
{ {
const ScRangeList& rCondFormatRange = pCondFormat->GetRange(); const ScRangeList& rCondFormatRange = pCondFormat->GetRange();
if(rCondFormatRange == aRangeList) if(rCondFormatRange == aRangeList)
pResult = new ScCondFormatDlg( pB, pCW, pParent, pDoc, NULL, rCondFormatRange, aPos, condformat::dialog::NONE ); pResult = new ScCondFormatDlg( pB, pCW, pParent, pDoc, pCondFormat, rCondFormatRange, aPos, condformat::dialog::NONE );
} }
if(!pResult) if(!pResult)
......
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