Kaydet (Commit) 352f8418 authored tarafından Eike Rathke's avatar Eike Rathke

-Werror,-Wunused-variable 'aRS'

Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef
üst d835c0ff
...@@ -419,7 +419,6 @@ void Test::testSharedFormulasCopyPaste() ...@@ -419,7 +419,6 @@ void Test::testSharedFormulasCopyPaste()
// Paste them to C2:C10. // Paste them to C2:C10.
ScRange aDestRange(2,1,0,2,9,0); ScRange aDestRange(2,1,0,2,9,0);
OUString aRS(aDestRange.Format(SCR_ABS));
pasteFromClip(m_pDoc, aDestRange, &aClipDoc); pasteFromClip(m_pDoc, aDestRange, &aClipDoc);
aPos.SetCol(2); aPos.SetCol(2);
aPos.SetRow(1); aPos.SetRow(1);
......
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