[Libreoffice-commits] core.git: 2 commits - sc/source sd/source
Tor Lillqvist
tml at collabora.com
Wed Oct 2 10:45:59 PDT 2013
sc/source/ui/unoobj/servuno.cxx | 1 -
sd/source/ui/unoidl/unomodel.cxx | 2 --
2 files changed, 3 deletions(-)
New commits:
commit 41856747c3ca40ca4d7282412cde1cd7411ccbb0
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 20:45:34 2013 +0300
WaE: unused variable
Change-Id: If669e501382d2ea7ea09117a13baa48233f8f655
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index c5af062..22cb2bf 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -1452,8 +1452,6 @@ sal_Int32 SAL_CALL SdXImpressDocument::getRendererCount( const uno::Any& rSelect
if( NULL == mpDoc )
throw lang::DisposedException();
- uno::Sequence< beans::PropertyValue > aRenderer;
-
if( mpDocShell && mpDoc )
{
uno::Reference< frame::XModel > xModel;
commit 7dd697f8815ff3fa81a8f6a9452286ced4f11487
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 2 20:33:40 2013 +0300
WaE: unused variable
Change-Id: Ibed22b6d96da85684034f9c498aaed75ea48c883
diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx
index 271cb7e..aa8eb5d 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
More information about the Libreoffice-commits
mailing list