diff options
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index bd48141ac7f5..83b25b015e4d 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -895,7 +895,6 @@ void SfxFilterContainer::ReadSingleFilter_Impl( OUString sDefaultTemplate ; OUString sUserData ; OUString sExtension ; - OUString sPattern ; OUString sServiceName ; bool bEnabled = true ; @@ -975,12 +974,6 @@ void SfxFilterContainer::ReadSingleFilter_Impl( sExtension = implc_convertStringlistToString( lExtensions, ';', u"*." ); } } - else if ( rTypeProperty.Name == "URLPattern" ) - { - uno::Sequence< OUString > lPattern; - rTypeProperty.Value >>= lPattern; - sPattern = implc_convertStringlistToString( lPattern, ';', u"" ); - } } } } |