From b01b798fae90a35f723af4b7f32ef11175e2b3c5 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 27 Jan 2005 14:30:02 +0000 Subject: INTEGRATION: CWS scriptingf10 (1.13.16); FILE MERGED 2005/01/12 14:03:54 toconnor 1.13.16.1: #i40429# remove OSL_TRACE calls before beta --- scripting/source/basprov/basprov.cxx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'scripting') diff --git a/scripting/source/basprov/basprov.cxx b/scripting/source/basprov/basprov.cxx index 93ab933645c8..4325d9a34bc2 100644 --- a/scripting/source/basprov/basprov.cxx +++ b/scripting/source/basprov/basprov.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basprov.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2005-01-13 17:43:11 $ + * last change: $Author: rt $ $Date: 2005-01-27 15:30:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -444,12 +444,6 @@ namespace basprov if ( nIndex != -1 ) aMethod = aDescription.getToken( 0, (sal_Unicode)'.', nIndex ); - OSL_TRACE("** aLibrary = %s", - ::rtl::OUStringToOString( aLibrary, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); - OSL_TRACE("** aModule = %s", - ::rtl::OUStringToOString( aModule, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); - OSL_TRACE("** aMethod = %s", - ::rtl::OUStringToOString( aMethod, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); if ( aLibrary.getLength() != 0 && aModule.getLength() != 0 && aMethod.getLength() != 0 && aLocation.getLength() != 0 ) { BasicManager* pBasicMgr = NULL; -- cgit