summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/computedexpression.hxx
diff options
context:
space:
mode:
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;