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

INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED

2004/12/15 11:03:19 dvo 1.2.6.1: #i35397# use model namespaces (when possible)
Issue number:
Submitted by:
Reviewed by:
üst bc5337fc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: pathexpression.hxx,v $ * $RCSfile: pathexpression.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: obo $ $Date: 2004-11-16 10:55:22 $ * last change: $Author: vg $ $Date: 2005-03-23 11:37:55 $
* *
* 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
...@@ -112,9 +112,6 @@ public: ...@@ -112,9 +112,6 @@ public:
/// evaluate the expression relative to the content node. /// evaluate the expression relative to the content node.
bool evaluate( const xforms::EvaluationContext& rContext ); bool evaluate( const xforms::EvaluationContext& rContext );
/// determine whether the expression can be considered as just an
/// element name
bool isElementName() const;
// get the result of this expression as node/node list/... // get the result of this expression as node/node list/...
com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode() const; com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode() const;
......
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