diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 15:55:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 15:55:56 +0000 |
commit | 172156ec8d2bfbfd4697d9e1676fe766b3c93069 (patch) | |
tree | c99d21c011765080bfdb29a5e4ea6457a87f269f /sc/source/ui/view/tabvwsha.cxx | |
parent | 87d1e5c27d33f79f45fff3a1c9d05f0d3662cfaa (diff) |
WaE: -Werror=unused-variable
Change-Id: I857fcd923788f086294f8f3e3105b44949d80e56
Diffstat (limited to 'sc/source/ui/view/tabvwsha.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsha.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 5e8ae2a28b97..c2de24009154 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -160,7 +160,6 @@ void ScTabViewShell::GetState( SfxItemSet& rSet ) SfxViewFrame* pThisFrame = GetViewFrame(); bool bOle = GetViewFrame()->GetFrame().IsInPlace(); - SCTAB nTabCount = pDoc->GetTableCount(); SCTAB nTabSelCount = rMark.GetSelectCount(); SfxWhichIter aIter(rSet); |