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:
Oliver Bolte 2008-07-22 11:43:37 +00:00
parent 47ce7fd9b4
commit 303dbf4ab5

View file

@ -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()