summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-30 23:44:56 +0200
committerEike Rathke <erack@redhat.com>2013-08-30 23:45:20 +0200
commit352f84188a95da34724ebc3fa0826acbc7277f61 (patch)
tree8c7db4aae3b030f84fc57624251f897d090bfe41 /sc/qa
parentd835c0ffc69bc29a18681e938dd71b988109a139 (diff)
-Werror,-Wunused-variable 'aRS'
Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc_sharedformula.cxx1
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);