Kaydet (Commit) ad408fe6 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbgmacros1 (1.12.46); FILE MERGED

2003/04/10 08:38:19 kso 1.12.46.1: #108413# - debug macro unification.
üst 2dc1175e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dllcomponentloader.cxx,v $ * $RCSfile: dllcomponentloader.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: dbo $ $Date: 2002-06-14 13:26:29 $ * last change: $Author: vg $ $Date: 2003-04-15 17:13:29 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
* *
************************************************************************/ ************************************************************************/
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
#include <stdio.h> #include <stdio.h>
#endif #endif
#include <stdlib.h> #include <stdlib.h>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
#ifndef _RTL_URI_HXX_ #ifndef _RTL_URI_HXX_
#include <rtl/uri.hxx> #include <rtl/uri.hxx>
#endif #endif
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#endif #endif
...@@ -304,7 +304,7 @@ OUString DllComponentLoader::expand_url( OUString const & url ) ...@@ -304,7 +304,7 @@ OUString DllComponentLoader::expand_url( OUString const & url )
macro = Uri::decode( macro, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 ); macro = Uri::decode( macro, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 );
// expand macro string // expand macro string
OUString ret( m_xMacroExpander->expandMacros( macro ) ); OUString ret( m_xMacroExpander->expandMacros( macro ) );
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
OUStringBuffer buf( 128 ); OUStringBuffer buf( 128 );
buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("DllComponentLoader::expand_url(): ") ); buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("DllComponentLoader::expand_url(): ") );
buf.append( url ); buf.append( url );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment