diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-09 16:23:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-09 16:23:20 +0200 |
commit | 2a2637c81b87699e7a07f6f974699d7842436ff5 (patch) | |
tree | 5b0c0a7d06c89c2afe3425db52f7eb0dc9626a94 /automation/source | |
parent | 0c27a9210a372dfec8ce1c36278e929460d0b90f (diff) |
Mark this as TODO
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/server/XMLParser.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/automation/source/server/XMLParser.cxx b/automation/source/server/XMLParser.cxx index e153ebf8d8e4..55214414127b 100644 --- a/automation/source/server/XMLParser.cxx +++ b/automation/source/server/XMLParser.cxx @@ -279,17 +279,11 @@ sal_Bool SAXParser::Parse( ParseAction aAct ) } catch( class SAXParseException & rPEx) { -#ifdef DBG_ERROR - String aMemo( rPEx.Message ); - aMemo = String( aMemo ); -#endif + // TODO } catch( class Exception & rEx) { -#ifdef DBG_ERROR - String aMemo( rEx.Message ); - aMemo = String( aMemo ); -#endif + // TODO } xParser->setErrorHandler( NULL ); // otherwile Object holds itself if ( aAction == COLLECT_DATA || aAction == COLLECT_DATA_IGNORE_WHITESPACE ) |