summaryrefslogtreecommitdiff
path: root/forms/source/xforms/pathexpression.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/pathexpression.hxx')
-rw-r--r--forms/source/xforms/pathexpression.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx
index ddfc5362b030..93d187b20e44 100644
--- a/forms/source/xforms/pathexpression.hxx
+++ b/forms/source/xforms/pathexpression.hxx
@@ -51,7 +51,7 @@ private:
protected:
/// get expression for evaluation
- const rtl::OUString _getExpressionForEvaluation() const;
+ const OUString _getExpressionForEvaluation() const;
public:
@@ -61,7 +61,7 @@ public:
/// set the expression string
/// (overridden to do remove old listeners)
/// (also defines simple expressions)
- void setExpression( const rtl::OUString& rExpression );
+ void setExpression( const OUString& rExpression );
/// evaluate the expression relative to the content node.