[Libreoffice-commits] core.git: sc/qa

Eike Rathke erack at redhat.com
Fri Aug 30 14:45:40 PDT 2013


 sc/qa/unit/ucalc_sharedformula.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 352f84188a95da34724ebc3fa0826acbc7277f61
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Aug 30 23:44:56 2013 +0200

    -Werror,-Wunused-variable 'aRS'
    
    Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef

diff --git a/sc/qa/unit/ucalc_sharedformula.cxx b/sc/qa/unit/ucalc_sharedformula.cxx
index 169c576..1ecff32 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);


More information about the Libreoffice-commits mailing list