summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/Handler.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 11:44:40 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 11:44:40 +0000
commit8ee668241f36f1853d1c5274b95c815cd3402979 (patch)
tree770ffa6c7b16bffacdde9d847afbdf167c6077b6 /writerfilter/source/ooxml/Handler.cxx
parentc11ddb3f47939eaac39fca157362cc3c46cda03d (diff)
INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED
2008/06/02 15:08:08 hbrinkm 1.4.6.2: removed debug code 2008/05/27 11:36:09 dr 1.4.6.1: joined changes from CWS xmlfilter05
Diffstat (limited to 'writerfilter/source/ooxml/Handler.cxx')
-rw-r--r--writerfilter/source/ooxml/Handler.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/writerfilter/source/ooxml/Handler.cxx b/writerfilter/source/ooxml/Handler.cxx
index 5a3695af7..c0647d3e0 100644
--- a/writerfilter/source/ooxml/Handler.cxx
+++ b/writerfilter/source/ooxml/Handler.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Handler.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -274,10 +274,6 @@ OOXMLPictureHandler::~OOXMLPictureHandler()
void OOXMLPictureHandler::attribute(Id name, Value & val)
{
-#ifdef DEBUG_PICTURE
- logger("DEBUG", "handle picture:" + (*QNameToString::Instance())(name));
-#endif
-
if (name == NS_ooxml::LN_AG_Blob_r_embed)
mpFastContext->resolvePicture(val.getString());
else