summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/computedexpression.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 10:36:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 10:36:36 +0000
commit46b4370cda2a90f719e366242810a607b01161a1 (patch)
tree2a25783cb23fc13899ebe1354beb8f8bc26bd6dc /forms/source/xforms/computedexpression.hxx
parentINTEGRATION: CWS eforms4 (1.2.6); FILE MERGED (diff)
downloadcore-46b4370cda2a90f719e366242810a607b01161a1.tar.gz
core-46b4370cda2a90f719e366242810a607b01161a1.zip
INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED
2004/12/15 11:03:17 dvo 1.2.6.1: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'forms/source/xforms/computedexpression.hxx')
-rw-r--r--forms/source/xforms/computedexpression.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/xforms/computedexpression.hxx b/forms/source/xforms/computedexpression.hxx
index fe180c9f51e1..397d64a5be0b 100644
--- a/forms/source/xforms/computedexpression.hxx
+++ b/forms/source/xforms/computedexpression.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: computedexpression.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 10:49:51 $
+ * last change: $Author: vg $ $Date: 2005-03-23 11:35:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,9 +95,6 @@ class ComputedExpression
/// the expression string
rtl::OUString msExpression;
- /// the namespaces that are used to interpret the expression string
- com::sun::star::uno::Reference<com::sun::star::container::XNameContainer> mxNamespaces;
-
/// is msExpression empty?
bool mbIsEmpty;