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

Tor Lillqvist tml at collabora.com
Wed Oct 2 09:45:54 PDT 2013


 filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 25bceaf767d7d26e4956696e1b3310ca66f73159
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Oct 2 19:41:28 2013 +0300

    WaE: unused variable
    
    Change-Id: Ibaa2cecb60942a83b0ddaa699327607af7a22d85

diff --git a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
index bba852d..391b14d 100644
--- a/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+++ b/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
@@ -154,7 +154,6 @@ sal_Bool SAL_CALL XmlFilterAdaptor::importImpl( const Sequence< ::com::sun::star
             xName=xstylefamiliessupplier->getStyleFamilies();
         }
 
-        Sequence < OUString > elementNames = xName->getElementNames();
         if(xstyleLoader.is()){
             Sequence<com::sun::star::beans::PropertyValue> pValue=xstyleLoader->getStyleLoaderOptions();
 


More information about the Libreoffice-commits mailing list