diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:12:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:14:38 +0200 |
commit | 0c1f4873e9a13dd043889bdb6da4893c77b2abca (patch) | |
tree | 6f817f69d12a973a8a511e8b5edcf47b39cdf1a0 /cui | |
parent | ec9a074513528271da51f2d3a92aed3166f78b69 (diff) |
-Werror,-Wunused-variable
Change-Id: Ie3e9cb1e30af597e9086d5713b743fc416e19ade
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index acb3c7be5b8a..95f75f37151a 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -5373,8 +5373,6 @@ void SvxIconSelectorDialog::ImportGraphics( sal_uInt16 ret = 0; sal_Int32 aIndex; OUString aIconName; - uno::Sequence< OUString > URLs(1); - uno::Sequence< uno::Reference<graphic::XGraphic > > aImportGraph( 1 ); uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); aMediaProps[0].Name = OUString("URL" ); uno::Reference< css::ui::XUIConfigurationPersistence > |