Kaydet (Commit) bc5337fc authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED

2005/03/16 10:43:51 dvo 1.2.6.3: #i36288# remove all cached node references on Binding::update()
Issue number:
Submitted by:
Reviewed by:
2005/03/16 10:32:41 lo 1.2.6.2: #i36288# replace after submission
2004/12/15 11:03:19 dvo 1.2.6.1: #i35397# use model namespaces (when possible)
Issue number:
Submitted by:
Reviewed by:
üst fe0be917
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: pathexpression.cxx,v $ * $RCSfile: pathexpression.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:55:06 $ * last change: $Author: vg $ $Date: 2005-03-23 11:37:42 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -63,7 +63,6 @@ ...@@ -63,7 +63,6 @@
#include "unohelper.hxx" #include "unohelper.hxx"
#include "evaluationcontext.hxx" #include "evaluationcontext.hxx"
#include "NameContainer.hxx" #include "NameContainer.hxx"
#include "xmlhelper.hxx"
#include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/XNodeList.hpp> #include <com/sun/star/xml/dom/XNodeList.hpp>
...@@ -166,12 +165,6 @@ bool PathExpression::evaluate( const EvaluationContext& rContext ) ...@@ -166,12 +165,6 @@ bool PathExpression::evaluate( const EvaluationContext& rContext )
} }
bool PathExpression::isElementName() const
{
return isValidQName( getExpression(), getNamespaces() );
}
Reference<XNode> PathExpression::getNode() const Reference<XNode> PathExpression::getNode() const
{ {
Reference<XNode> xResult; Reference<XNode> xResult;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment