diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:14:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:14:34 +0200 |
commit | 8f05ad737b98c00f245822b2b12b3e4650ee2bb2 (patch) | |
tree | 99b691f307a740368d1d44d2b6db68c2829e949e /unotools | |
parent | 35607cbcee9bad31c4f635a4ba7f6e98074e4985 (diff) |
-Werror,-Wunused-variable
Change-Id: Id1fc880fa713b03fe846cee8e5c5edd733f6bdb5
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/historyoptions.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |