From 8f05ad737b98c00f245822b2b12b3e4650ee2bb2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 2 Oct 2013 17:14:22 +0200 Subject: -Werror,-Wunused-variable Change-Id: Id1fc880fa713b03fe846cee8e5c5edd733f6bdb5 --- unotools/source/config/historyoptions.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index bc935ad9ccd2..def2ed4fc439 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source/config/historyoptions.cxx @@ -340,7 +340,6 @@ Sequence< Sequence< PropertyValue > > SvtHistoryOptions_Impl::GetList( EHistoryT Sequence< Sequence< PropertyValue > > seqReturn; // Set default return value. Sequence< PropertyValue > seqProperties( 4 ); - Sequence< OUString > lOrders; css::uno::Reference< css::container::XNameAccess > xListAccess; css::uno::Reference< css::container::XNameAccess > xItemList; -- cgit