diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-07 13:22:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-07 13:22:49 +0100 |
commit | b90a9e8877a71e33c439396e3fda0c53750748f8 (patch) | |
tree | ecf763696ababb30d76ad358988df996b5a24193 /oox | |
parent | 6fb32f4f3861b64c93fed9bebfd37b672fcc9939 (diff) |
WaE: unused variables
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/filterdetect.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/core/filterdetect.cxx b/oox/source/core/filterdetect.cxx index 5c01b2e0f8f0..c0bde4dabe82 100644 --- a/oox/source/core/filterdetect.cxx +++ b/oox/source/core/filterdetect.cxx @@ -178,7 +178,7 @@ void FilterDetectDocHandler::parseRelationship( const AttributeList& rAttribs ) if ( xAbs.is() ) maTargetPath = xAbs->getPath(); } - catch( Exception& e) + catch( const Exception& ) { } } @@ -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 aParser.parseStream( aZipStorage, CREATE_OUSTRING( "[Content_Types].xml" ) ); } } - catch( Exception& e ) + catch( const Exception& ) { } |