diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:51:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:51:22 +0000 |
commit | 19056544d6cf74e0a5c2799a9b4b7e00140c6025 (patch) | |
tree | f445ec94c712fa4c57ba88fe9c9b377e2c188f94 | |
parent | f48fdb1a023bdadf1167456bf6df64fe3e66afa7 (diff) |
INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED
2006/04/07 20:05:50 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED
2005/11/09 11:51:20 pl 1.3.2.1: #i53898# removed warnings
-rw-r--r-- | unodevtools/source/unodevtools/options.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx index f7b440c8cb9b..02e008aba26b 100644 --- a/unodevtools/source/unodevtools/options.cxx +++ b/unodevtools/source/unodevtools/options.cxx @@ -4,9 +4,9 @@ * * $RCSfile: options.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-03-15 09:21:23 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:51:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,6 +47,7 @@ using namespace ::com::sun::star::uno; namespace unodevtools { //------------------------------------------------------------------------------- +#if OSL_DEBUG_LEVEL > 1 static void out( const sal_Char * pText ) { fprintf( stderr, pText ); @@ -58,6 +59,7 @@ static void out( const OUString & rText ) OString aText( OUStringToOString( rText, RTL_TEXTENCODING_ASCII_US ) ); fprintf( stderr, aText.getStr() ); } +#endif //------------------------------------------------------------------------------- sal_Bool readOption( OUString * pValue, const sal_Char * pOpt, |