diff options
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
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; |