summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 17:10:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 17:10:00 +0200
commitf734ff4df27d47c525dae194badf2ae3b2dfd834 (patch)
tree516d597ff9b0b77ba8b7a1c18ecaf034446c2fd8 /comphelper
parentdbbd252cee61981c72eb25fbb010632f2ac36aa1 (diff)
-Werror,-Wunused-variable
Change-Id: I48fdf4314412fef028ec25c4f6f92891ac35033e
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/mimeconfighelper.cxx1
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 );