summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:45:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:45:59 +0000
commitc1e0e8df764f4b62458a1401b6497fdde10ba4fb (patch)
treef760e5469bccef0c6d2c6526b0ef95036068722d /unodevtools
parent9ff7680d0333144aba3170e78b880f86c37467fb (diff)
INTEGRATION: CWS sb56 (1.5.2); FILE MERGED
2006/07/07 09:20:21 sb 1.5.2.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/unodevtools/options.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx
index 02e008aba26b..c8c0d7f29c33 100644
--- a/unodevtools/source/unodevtools/options.cxx
+++ b/unodevtools/source/unodevtools/options.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: options.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:51:22 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:45:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,13 +52,6 @@ static void out( const sal_Char * pText )
{
fprintf( stderr, pText );
}
-
-//-------------------------------------------------------------------------------
-static void out( const OUString & rText )
-{
- OString aText( OUStringToOString( rText, RTL_TEXTENCODING_ASCII_US ) );
- fprintf( stderr, aText.getStr() );
-}
#endif
//-------------------------------------------------------------------------------