summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:37:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:37:42 +0000
commitbc5337fcbbe4a38367f1029d91d4b707c15a874a (patch)
treef9ee247f93a5a003df95c23f73cc944307026371 /forms/source
parentfe0be9176ba17085567606bf6317e0346664901d (diff)
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:
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/xforms/pathexpression.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/forms/source/xforms/pathexpression.cxx b/forms/source/xforms/pathexpression.cxx
index 448550dc07d7..c87f72c28013 100644
--- a/forms/source/xforms/pathexpression.cxx
+++ b/forms/source/xforms/pathexpression.cxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -63,7 +63,6 @@
#include "unohelper.hxx"
#include "evaluationcontext.hxx"
#include "NameContainer.hxx"
-#include "xmlhelper.hxx"
#include <com/sun/star/xml/dom/XNode.hpp>
#include <com/sun/star/xml/dom/XNodeList.hpp>
@@ -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> xResult;