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 | 2c0e5981e623b920e41ee4597e48027c271f7dcc (patch) | |
tree | 1cee3d5e4167b58b0e39fda53e32a3715550f4b9 /forms | |
parent | 1b61a71e6c7af32b0a9f4aaf159dcbdaf77c7c85 (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')
-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 97d9bb985863..aa929d6f2e19 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; |