diff options
author | Eike Rathke <erack@redhat.com> | 2013-08-30 23:44:56 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-08-30 23:45:20 +0200 |
commit | 352f84188a95da34724ebc3fa0826acbc7277f61 (patch) | |
tree | 8c7db4aae3b030f84fc57624251f897d090bfe41 /sc/qa/unit | |
parent | d835c0ffc69bc29a18681e938dd71b988109a139 (diff) |
-Werror,-Wunused-variable 'aRS'
Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/ucalc_sharedformula.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc_sharedformula.cxx b/sc/qa/unit/ucalc_sharedformula.cxx index 169c576b85e8..1ecff32fb098 100644 --- a/sc/qa/unit/ucalc_sharedformula.cxx +++ b/sc/qa/unit/ucalc_sharedformula.cxx @@ -419,7 +419,6 @@ void Test::testSharedFormulasCopyPaste() // Paste them to C2:C10. ScRange aDestRange(2,1,0,2,9,0); - OUString aRS(aDestRange.Format(SCR_ABS)); pasteFromClip(m_pDoc, aDestRange, &aClipDoc); aPos.SetCol(2); aPos.SetRow(1); |