summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-02 20:33:40 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-02 20:33:40 +0300
commit7dd697f8815ff3fa81a8f6a9452286ced4f11487 (patch)
tree6f89f10ea5d7729f8f9538011cf53d5fed5ec068 /sc
parentdc09132ca06d0eaa6e5bbe34c29a260520b1f4c0 (diff)
WaE: unused variable
Change-Id: Ibed22b6d96da85684034f9c498aaed75ea48c883
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/servuno.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx
index 271cb7ee560e..aa8eb5d0790d 100644
--- a/sc/source/ui/unoobj/servuno.cxx
+++ b/sc/source/ui/unoobj/servuno.cxx
@@ -188,7 +188,6 @@ public:
uno::Reference< container::XIndexAccess > xIndex( xSupplier->getDrawPages(), uno::UNO_QUERY_THROW );
sal_Int32 nLen = xIndex->getCount();
bool bMatched = false;
- uno::Sequence< script::ScriptEventDescriptor > aFakeEvents;
for ( sal_Int32 index = 0; index < nLen; ++index )
{
try