diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 10:40:49 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-06 10:40:49 +0000 |
commit | 5d1265314249eb3a8297b23e08a308fdddf56afe (patch) | |
tree | 67727917609e1c7b89a90610dcfb1fbd826f08b4 /forms/source/xforms | |
parent | d2028b809dad5d1a39040fe818a85ef4cd865343 (diff) |
INTEGRATION: CWS xmlfix2 (1.7.16); FILE MERGED
2008/05/15 17:04:25 mst 1.7.16.2: RESYNC: (1.7-1.9); FILE MERGED
2008/03/31 14:24:28 mst 1.7.16.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/binding.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx index f5d760bc2..c731f52d3 100644 --- a/forms/source/xforms/binding.cxx +++ b/forms/source/xforms/binding.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: binding.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -49,9 +49,6 @@ #include <functional> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/xml/xpath/XXPathObject.hpp> -#include <com/sun/star/xml/xpath/XXPathAPI.hpp> -#include <com/sun/star/xml/xpath/XPathObjectType.hpp> #include <com/sun/star/xml/dom/XNodeList.hpp> #include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> @@ -111,7 +108,6 @@ using com::sun::star::xml::dom::XNode; using com::sun::star::xml::dom::XNodeList; using com::sun::star::xml::dom::events::XEventListener; using com::sun::star::xml::dom::events::XEventTarget; -using com::sun::star::xml::xpath::XXPathObject; using com::sun::star::xsd::XDataType; |