summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-01 15:24:33 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-01 16:08:38 +0000
commit501a1fbc3e34c0f3afc75d523cc6fc72b94682fd (patch)
tree25c6d39e0150544c06c9d84a3e50315ac075e648 /automation
parentbc0ae5171790dc2656a2102eaced449f9ea54921 (diff)
WaE: more windows tinderbox warning cleanup
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/XMLParser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/automation/source/server/XMLParser.cxx b/automation/source/server/XMLParser.cxx
index 55214414127b..7768775bba44 100644
--- a/automation/source/server/XMLParser.cxx
+++ b/automation/source/server/XMLParser.cxx
@@ -277,11 +277,11 @@ sal_Bool SAXParser::Parse( ParseAction aAct )
{
xParser->parseStream ( sSource );
}
- catch( class SAXParseException & rPEx)
+ catch( class SAXParseException & )
{
// TODO
}
- catch( class Exception & rEx)
+ catch( class Exception & )
{
// TODO
}