diff options
-rw-r--r-- | comphelper/source/misc/mimeconfighelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/source/misc/mimeconfighelper.cxx b/comphelper/source/misc/mimeconfighelper.cxx index 4fd527462083..0c6ffb7d2870 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 ); |