[Libreoffice-commits] .: oox/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Oct 7 05:22:55 PDT 2011


 oox/source/core/filterdetect.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit b90a9e8877a71e33c439396e3fda0c53750748f8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Oct 7 13:22:49 2011 +0100

    WaE: unused variables

diff --git a/oox/source/core/filterdetect.cxx b/oox/source/core/filterdetect.cxx
index 5c01b2e..c0bde4d 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& )
     {
     }
 


More information about the Libreoffice-commits mailing list