diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:37:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:37:55 +0000 |
commit | 50b914165a220f3a9e80898e53c9c5341f0a6039 (patch) | |
tree | 77e33c6a0fe3f0a0e3ae894af00537148b5b7f10 /forms | |
parent | bc5337fcbbe4a38367f1029d91d4b707c15a874a (diff) |
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:
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/pathexpression.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx index 8c483e6c629f..4911201a55f7 100644 --- a/forms/source/xforms/pathexpression.hxx +++ b/forms/source/xforms/pathexpression.hxx @@ -2,9 +2,9 @@ * * $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 * either of the following licenses @@ -112,9 +112,6 @@ public: /// evaluate the expression relative to the content node. 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/... com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> getNode() const; |