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
This commit is contained in:
parent
7d31bc1280
commit
c2d4b7c51f
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue