diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 13:51:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 13:57:29 +0200 |
commit | 1f86864e97bea96fdc608f8c8b93024ad4684d51 (patch) | |
tree | e5ec06a2148b26bbc0cdd420de8b82b654547ca3 /sdext | |
parent | 3e6ba91e2d6d362f4af91566e740f5dbc310e026 (diff) |
loplugin:unusedfields various
Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/fileopendialog.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/minimizer/fileopendialog.hxx b/sdext/source/minimizer/fileopendialog.hxx index ac2ea7faef23..1b25d6e5db20 100644 --- a/sdext/source/minimizer/fileopendialog.hxx +++ b/sdext/source/minimizer/fileopendialog.hxx @@ -36,10 +36,8 @@ class FileOpenDialog OUString maType; OUString maUIName; sal_Int32 maFlags; - css::uno::Sequence< OUString > maExtensions; - FilterEntry() : - maFlags( 0 ) {} + FilterEntry() : maFlags( 0 ) {} }; css::uno::Reference < css::ui::dialogs::XFilePicker3 > mxFilePicker; |