summaryrefslogtreecommitdiff
path: root/forms/source/xforms
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 10:41:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 10:41:07 +0000
commit73aed7becfe4337fc753ba10d3c6d058206a2fa0 (patch)
treee48914949272131bf32f791b5fef94c044785b95 /forms/source/xforms
parent5d1265314249eb3a8297b23e08a308fdddf56afe (diff)
INTEGRATION: CWS xmlfix2 (1.6.132); FILE MERGED
2008/05/15 17:04:29 mst 1.6.132.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/31 14:24:28 mst 1.6.132.1: #i81678#: interface change: XXPathAPI - forms/source/xforms/{computedexpression.cxx,pathexpression.cxx,binding.cxx}: + adapt to changes in css.xml.xpath.XXPathAPI
Diffstat (limited to 'forms/source/xforms')
-rw-r--r--forms/source/xforms/computedexpression.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/xforms/computedexpression.cxx b/forms/source/xforms/computedexpression.cxx
index 308dce521..4ecafe791 100644
--- a/forms/source/xforms/computedexpression.cxx
+++ b/forms/source/xforms/computedexpression.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: computedexpression.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -64,6 +64,7 @@ using com::sun::star::xml::xpath::XXPathAPI;
using com::sun::star::xml::xpath::XXPathExtension;
using com::sun::star::xml::xpath::XXPathObject;
using com::sun::star::uno::RuntimeException;
+using com::sun::star::uno::Exception;
using com::sun::star::uno::UNO_QUERY_THROW;
using com::sun::star::xml::xpath::XPathObjectType_XPATH_UNDEFINED;
using com::sun::star::util::SearchOptions;
@@ -155,7 +156,7 @@ bool ComputedExpression::_evaluate(
mxResult = _getXPathAPI(rContext)->eval( rContext.mxContextNode,
sExpression );
}
- catch( const RuntimeException& )
+ catch( const Exception& )
{
; // ignore exception -> mxResult will be empty
}