diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-02 20:45:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-02 20:45:34 +0300 |
commit | 41856747c3ca40ca4d7282412cde1cd7411ccbb0 (patch) | |
tree | 275aa17810e01ba661407805f6bf7d79db75f30e | |
parent | 7dd697f8815ff3fa81a8f6a9452286ced4f11487 (diff) |
WaE: unused variable
Change-Id: If669e501382d2ea7ea09117a13baa48233f8f655
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index c5af062cfe35..22cb2bf6432d 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; |