summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-09 16:23:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-09 16:23:20 +0200
commitd32fd9c1046b42da3d0d4141047aed8bd4f6d481 (patch)
tree3ef9a3ce982097aee736679497ec12a632240d75
parent376d378c8a78aea5cf5e76b437f3ed49d3755fca (diff)
Mark this as TODO
-rw-r--r--automation/source/server/XMLParser.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/automation/source/server/XMLParser.cxx b/automation/source/server/XMLParser.cxx
index 595eed464..d056fba6f 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 )