Kaydet (Commit) b90a9e88 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: unused variables

üst 6fb32f4f
...@@ -178,7 +178,7 @@ void FilterDetectDocHandler::parseRelationship( const AttributeList& rAttribs ) ...@@ -178,7 +178,7 @@ void FilterDetectDocHandler::parseRelationship( const AttributeList& rAttribs )
if ( xAbs.is() ) if ( xAbs.is() )
maTargetPath = xAbs->getPath(); maTargetPath = xAbs->getPath();
} }
catch( Exception& e) catch( const Exception& )
{ {
} }
} }
...@@ -620,7 +620,7 @@ Reference< XInputStream > FilterDetect::extractUnencryptedPackage( MediaDescript ...@@ -620,7 +620,7 @@ Reference< XInputStream > FilterDetect::extractUnencryptedPackage( MediaDescript
} }
} }
} }
catch( Exception& ) catch( const Exception& )
{ {
} }
...@@ -685,7 +685,7 @@ OUString SAL_CALL FilterDetect::detect( Sequence< PropertyValue >& rMediaDescSeq ...@@ -685,7 +685,7 @@ OUString SAL_CALL FilterDetect::detect( Sequence< PropertyValue >& rMediaDescSeq
aParser.parseStream( aZipStorage, CREATE_OUSTRING( "[Content_Types].xml" ) ); aParser.parseStream( aZipStorage, CREATE_OUSTRING( "[Content_Types].xml" ) );
} }
} }
catch( Exception& e ) catch( const Exception& )
{ {
} }
......
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