From e43f936b4eb828867760efaf6fc2663de77af357 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 27 Jan 2005 14:30:18 +0000 Subject: INTEGRATION: CWS scriptingf10 (1.5.12); FILE MERGED 2005/01/12 14:03:55 toconnor 1.5.12.1: #i40429# remove OSL_TRACE calls before beta --- scripting/source/dlgprov/dlgevtatt.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'scripting') diff --git a/scripting/source/dlgprov/dlgevtatt.cxx b/scripting/source/dlgprov/dlgevtatt.cxx index cb645933e6b8..cf7c86165fbd 100644 --- a/scripting/source/dlgprov/dlgevtatt.cxx +++ b/scripting/source/dlgprov/dlgevtatt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgevtatt.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-11-15 13:27:06 $ + * last change: $Author: rt $ $Date: 2005-01-27 15:30:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -352,9 +352,6 @@ namespace dlgprov sScriptURL = sScriptCode; } - OSL_TRACE( "DialogScriptListenerImpl::firing_impl: processing scriptURL %s", - ::rtl::OUStringToOString( sScriptURL, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); - try { Reference< provider::XScriptProvider > xScriptProvider; -- cgit