diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-25 11:54:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-25 12:18:32 +0200 |
commit | 843c21201f5d496bb69b36fdc2a1eb5099e73728 (patch) | |
tree | f1f1c03e0a79615457f15f9a232bceeab32dc2ff /sc | |
parent | 124f7f1a03b6865fe0cbc8f335d58f67da2e43a6 (diff) |
Warning: unused variable 'rStrExp' [loplugin]
Change-Id: Iee6549e2c9a97d36fe547fa48937a47ca1254334
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/miscdlgs/anyrefdg.cxx | 1 |
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); |