diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 12:25:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 18:03:27 +0100 |
commit | e79e8117dcc7475d8d90afeaaac9eb7050ff244e (patch) | |
tree | bba5f505c33796799aef9d19464132b22cccaa5d /sfx2/source/bastyp | |
parent | bacd06e9270ab64fa2c8243181c19c977d2bb649 (diff) |
loplugin:unusedfields in sfx2
Change-Id: I92b25efa78e156c89a0532aec632a31ec2029e05
Reviewed-on: https://gerrit.libreoffice.org/68202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index e506de0bc734..7f4d919546a3 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -1079,7 +1079,6 @@ void SfxFilterContainer::ReadSingleFilter_Impl( { pFilt->SetVersion( nFormatVersion ); } - pFilt->SetURLPattern(sPattern); } void SfxFilterContainer::ReadFilters_Impl( bool bUpdate ) |