[Libreoffice-commits] core.git: unotools/source

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 08:14:55 PDT 2013


 unotools/source/config/historyoptions.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8f05ad737b98c00f245822b2b12b3e4650ee2bb2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 17:14:22 2013 +0200

    -Werror,-Wunused-variable
    
    Change-Id: Id1fc880fa713b03fe846cee8e5c5edd733f6bdb5

diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx
index bc935ad..def2ed4 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;


More information about the Libreoffice-commits mailing list