summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 14:30:02 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 14:30:02 +0000
commitb01b798fae90a35f723af4b7f32ef11175e2b3c5 (patch)
tree33f7858dcb106a86a54cf0918cdd18895cd21430 /scripting
parent634cfea8ae9dde404d547ba28c055e72f935631b (diff)
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
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/basprov/basprov.cxx10
1 files changed, 2 insertions, 8 deletions
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;