diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2009-12-06 23:28:18 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2009-12-06 23:28:18 +0100 |
commit | 0af31b435595589aa3178804efe84edadee25fa9 (patch) | |
tree | 6f654e958f0e9c33a11438189bdb611cc8c99074 /oox/source/shape | |
parent | 2781593e0f900bb59d52d9ef5f72edd18834de26 (diff) |
cbosdo03: Cleaned up debugging messages.
Diffstat (limited to 'oox/source/shape')
-rw-r--r-- | oox/source/shape/ShapeContextHandler.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx index 5111e4d488d4..c8d492f7a507 100644 --- a/oox/source/shape/ShapeContextHandler.cxx +++ b/oox/source/shape/ShapeContextHandler.cxx @@ -33,11 +33,6 @@ #include "oox/vml/vmlshape.hxx" #include "oox/vml/vmlshapecontainer.hxx" -#if DEBUG -#include <iostream> -using namespace std; -#endif - namespace oox { namespace shape { using namespace ::com::sun::star; @@ -95,9 +90,6 @@ ShapeContextHandler::getGraphicShapeContext(::sal_Int32 Element ) uno::Reference<xml::sax::XFastContextHandler> ShapeContextHandler::getDrawingShapeContext() { -#if DEBUG - clog << "ShapeContextHandler::getDrawingShapeContext" << endl; -#endif if (!mxDrawingFragmentHandler.is()) { mpDrawing.reset( new oox::vml::Drawing( *mxFilterBase, mxDrawPage, oox::vml::VMLDRAWING_WORD ) ); @@ -188,9 +180,6 @@ ShapeContextHandler::createFastChildContext const uno::Reference< xml::sax::XFastAttributeList > & Attribs) throw (uno::RuntimeException, xml::sax::SAXException) { -#if DEBUG - clog << "ShapeContextHandler::createFastChildContext" << endl; -#endif uno::Reference< xml::sax::XFastContextHandler > xResult; uno::Reference< xml::sax::XFastContextHandler > xContextHandler(getContextHandler()); |