INTEGRATION: CWS xmlfilter06 (1.8.8); FILE MERGED
2008/06/12 14:57:48 hbrinkm 1.8.8.1: debug code: use TagLogger to protocol parsing
This commit is contained in:
parent
47ce7fd9b4
commit
303dbf4ab5
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: WW8StreamImpl.cxx,v $
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -35,11 +35,15 @@
|
|||
#include <com/sun/star/io/XStream.hpp>
|
||||
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
|
||||
|
||||
#include <doctokLoggers.hxx>
|
||||
|
||||
namespace writerfilter {
|
||||
namespace doctok
|
||||
{
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
TagLogger::Pointer_t debug_logger(TagLogger::getInstance("DEBUG"));
|
||||
|
||||
WW8Stream::~WW8Stream()
|
||||
{
|
||||
}
|
||||
|
@ -60,6 +64,7 @@ WW8StreamImpl::WW8StreamImpl(uno::Reference<uno::XComponentContext> rContext,
|
|||
("com.sun.star.embed.OLESimpleStorage"),
|
||||
aArgs, mrComponentContext ),
|
||||
uno::UNO_QUERY );
|
||||
|
||||
}
|
||||
|
||||
WW8StreamImpl::~WW8StreamImpl()
|
||||
|
|
Loading…
Reference in a new issue