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

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 08:10:22 PDT 2013


 comphelper/source/misc/mimeconfighelper.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f734ff4df27d47c525dae194badf2ae3b2dfd834
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 17:10:00 2013 +0200

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

diff --git a/comphelper/source/misc/mimeconfighelper.cxx b/comphelper/source/misc/mimeconfighelper.cxx
index 4fd5274..0c6ffb7 100644
--- a/comphelper/source/misc/mimeconfighelper.cxx
+++ b/comphelper/source/misc/mimeconfighelper.cxx
@@ -729,7 +729,6 @@ OUString MimeConfigurationHelper::GetDefaultFilterFromServiceName( const OUStrin
             aSearchRequest[1].Name = "FileFormatVersion";
             aSearchRequest[1].Value <<= nVersion;
 
-            uno::Sequence< beans::PropertyValue > aFilterProps;
             uno::Reference< container::XEnumeration > xFilterEnum =
                                             xFilterQuery->createSubSetEnumerationByProperties( aSearchRequest );
 


More information about the Libreoffice-commits mailing list