summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-07 13:22:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-07 13:22:49 +0100
commitb90a9e8877a71e33c439396e3fda0c53750748f8 (patch)
treeecf763696ababb30d76ad358988df996b5a24193 /oox/source
parent6fb32f4f3861b64c93fed9bebfd37b672fcc9939 (diff)
WaE: unused variables
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/core/filterdetect.cxx6
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& )
{
}