summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/forms/source/xforms/computedexpression.hxx b/forms/source/xforms/computedexpression.hxx
index 1e11fea78105..f9dcc0227758 100644
--- a/forms/source/xforms/computedexpression.hxx
+++ b/forms/source/xforms/computedexpression.hxx
@@ -88,12 +88,6 @@ public:
/// set a new expression string
void setExpression( const OUString& rExpression );
- /// get the namespaces that are used to interpret the expression string
- com::sun::star::uno::Reference<com::sun::star::container::XNameContainer> getNamespaces() const;
-
- /// set the namespaces that are used to interpret the expression string
- void setNamespaces( const com::sun::star::uno::Reference<com::sun::star::container::XNameContainer>& );
-
/// do we have an actual expression?
bool isEmptyExpression() const { return mbIsEmpty;}