diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 14:30:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 14:30:18 +0000 |
commit | e43f936b4eb828867760efaf6fc2663de77af357 (patch) | |
tree | e6d3c930374b4043e6c7d5f3602e6c68e8c36097 /scripting | |
parent | b01b798fae90a35f723af4b7f32ef11175e2b3c5 (diff) |
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
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; |