Kaydet (Commit) d76b979d authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix regression from ea2c80bd

Change-Id: I7aa236fbfed74dec67ff423d51d7313e7d235e1e
üst 0edb6ea4
...@@ -71,7 +71,7 @@ void fillNetscapePluginFilters( Sequence< OUString >& rPluginNames, Sequence< OU ...@@ -71,7 +71,7 @@ void fillNetscapePluginFilters( Sequence< OUString >& rPluginNames, Sequence< OU
{ {
// no default plugins anymore // no default plugins anymore
OUString aExt( aExtension.getToken( nCnt, ';' ) ); OUString aExt( aExtension.getToken( nCnt, ';' ) );
if ( aExt == "*.*" ) if ( aExt != "*.*" )
rTypes.insert( aExt ); rTypes.insert( aExt );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment