summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-02 21:12:01 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-02 21:12:01 +0300
commit2038519dbd50fe0d2f4c094293c42744ae11d3d5 (patch)
tree3926ca3ce0175374bed20becbf627f554dcfe8ec /sc
parent8c5b0d8193dae26a51051b94d069c20e76bcd7d8 (diff)
WaE: unused variable
Change-Id: I48b12264c125b7d784c806e0fc501d01c91063d0
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbawindow.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx
index 9b7e9c6cb437..207368e20181 100644
--- a/sc/source/ui/vba/vbawindow.cxx
+++ b/sc/source/ui/vba/vbawindow.cxx
@@ -112,7 +112,6 @@ public:
throw uno::RuntimeException("Cannot obtain view shell", uno::Reference< uno::XInterface >() );
SCTAB nTabCount = pDocShell->GetDocument()->GetTableCount();
- uno::Sequence<sal_Int32> aSheets( nTabCount );
SCTAB nIndex = 0;
const ScMarkData& rMarkData = pViewShell->GetViewData()->GetMarkData();
sheets.reserve( nTabCount );