summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-25 11:54:35 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-25 12:18:32 +0200
commit843c21201f5d496bb69b36fdc2a1eb5099e73728 (patch)
treef1f1c03e0a79615457f15f9a232bceeab32dc2ff /sc
parent124f7f1a03b6865fe0cbc8f335d58f67da2e43a6 (diff)
Warning: unused variable 'rStrExp' [loplugin]
Change-Id: Iee6549e2c9a97d36fe547fa48937a47ca1254334
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/miscdlgs/anyrefdg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx
index cec452284723..80e0975431c3 100644
--- a/sc/source/ui/miscdlgs/anyrefdg.cxx
+++ b/sc/source/ui/miscdlgs/anyrefdg.cxx
@@ -322,7 +322,6 @@ void ScFormulaReferenceHelper::Init()
SCTAB nTab = pViewData->GetTabNo();
ScAddress aCursorPos( nCol, nRow, nTab );
- String rStrExp;
pRefComp.reset( new ScCompiler( pDoc, aCursorPos) );
pRefComp->SetGrammar( pDoc->GetGrammar() );
pRefComp->SetCompileForFAP(true);