diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-16 18:07:20 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-16 18:08:01 +0100 |
commit | f71eb3524f0581712554d85f6162faf26fe8a69b (patch) | |
tree | aa1e2baf618bdd0d655b5cb0171562004036b0e1 | |
parent | 2d8830adc20198a90e5dc56c2595adf2fb7c44a4 (diff) |
fix debug build
-rw-r--r-- | writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx index b898766bc1b4..352e00a346d9 100644 --- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx +++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx @@ -145,7 +145,6 @@ sal_Int32 SAL_CALL ScannerTestService::run( const uno::Sequence< rtl::OUString > pDocument->resolve(*pStream); #ifdef DEBUG_ELEMENT - writerfilter::TagLogger::dump("DEBUG"); debugLogger->endDocument(); #endif |