Kaydet (Commit) d7610564 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS tl01 (1.101.74); FILE MERGED

2003/09/12 10:08:58 tl 1.101.74.1: #110762# make textconversion dictionaries read/write XML
üst b414c851
......@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexp.cxx,v $
*
* $Revision: 1.101 $
* $Revision: 1.102 $
*
* last change: $Author: hr $ $Date: 2003-03-27 18:20:11 $
* last change: $Author: obo $ $Date: 2004-04-27 15:58:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -701,16 +701,19 @@ sal_Bool SAL_CALL SvXMLExport::filter( const uno::Sequence< beans::PropertyValue
}
#ifdef TIMELOG
// print a trace message with the URL
ByteString aUrl( (String) GetModel()->getURL(),
RTL_TEXTENCODING_ASCII_US );
RTL_LOGFILE_CONTEXT_TRACE1( aLogContext, "%s", aUrl.GetBuffer() );
// we also want a trace message with the document class
ByteString aClass( (String)GetXMLToken(meClass),
RTL_TEXTENCODING_ASCII_US );
RTL_LOGFILE_CONTEXT_TRACE1( aLogContext, "class=\"%s\"",
aClass.GetBuffer() );
if (GetModel().is())
{
// print a trace message with the URL
ByteString aUrl( (String) GetModel()->getURL(),
RTL_TEXTENCODING_ASCII_US );
RTL_LOGFILE_CONTEXT_TRACE1( aLogContext, "%s", aUrl.GetBuffer() );
// we also want a trace message with the document class
ByteString aClass( (String)GetXMLToken(meClass),
RTL_TEXTENCODING_ASCII_US );
RTL_LOGFILE_CONTEXT_TRACE1( aLogContext, "class=\"%s\"",
aClass.GetBuffer() );
}
#endif
exportDoc( meClass );
......
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