Kaydet (Commit) bd9afb64 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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
üst f380cf06
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: BrowseNodeFactoryImpl.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -333,7 +333,7 @@ Sequence< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Reference< ...@@ -333,7 +333,7 @@ Sequence< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Reference<
// TODO proper exception handling, should throw // TODO proper exception handling, should throw
catch( Exception& e ) catch( Exception& e )
{ {
e; (void)e;
OSL_TRACE("Caught Exception %s", OSL_TRACE("Caught Exception %s",
::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); ::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer );
locnBNs.realloc( mspIndex ); locnBNs.realloc( mspIndex );
...@@ -360,7 +360,7 @@ Sequence< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Reference< ...@@ -360,7 +360,7 @@ Sequence< Reference< browse::XBrowseNode > > getAllBrowseNodes( const Reference<
} }
catch( Exception& e ) catch( Exception& e )
{ {
e; (void)e;
OSL_TRACE("Caught Exception creating MSP for %s exception msg: %s", OSL_TRACE("Caught Exception creating MSP for %s exception msg: %s",
::rtl::OUStringToOString( openDocs[ i ] , RTL_TEXTENCODING_ASCII_US ).pData->buffer, ::rtl::OUStringToOString( openDocs[ i ] , RTL_TEXTENCODING_ASCII_US ).pData->buffer,
::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); ::rtl::OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).pData->buffer );
......
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