diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:20:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:20:27 +0000 |
commit | bd9afb64e7fa1f4b14d6d55fdb451e415a44c3bb (patch) | |
tree | 8a7f82db3a2de571be3b6dec7eb6a1bf2cdc8cc2 /scripting | |
parent | f380cf06c4a79b5e2c339f0ea5aaeba67c548f73 (diff) |
INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2005/12/22 14:40:51 ab 1.9.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/BrowseNodeFactoryImpl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx index 58e2b26b1df8..e68fc2efa28b 100644 --- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx +++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: BrowseNodeFactoryImpl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:28:14 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:20:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -333,7 +333,7 @@ Sequence< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Reference< // TODO proper exception handling, should throw catch( Exception& e ) { - e; + (void)e; OSL_TRACE("Caught Exception %s", ::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); locnBNs.realloc( mspIndex ); @@ -360,7 +360,7 @@ Sequence< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Reference< } catch( Exception& e ) { - e; + (void)e; OSL_TRACE("Caught Exception creating MSP for %s exception msg: %s", ::rtl::OUStringToOString( openDocs[ i ] , RTL_TEXTENCODING_ASCII_US ).pData->buffer, ::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); |