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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx
index 4204bfe5223b..44d9630df4ac 100644
--- a/forms/source/xforms/pathexpression.hxx
+++ b/forms/source/xforms/pathexpression.hxx
@@ -39,7 +39,7 @@ namespace xforms
{
/** PathExpression represents an XPath Expression and caches results */
-class PathExpression : public ComputedExpression
+class PathExpression final : public ComputedExpression
{
public:
typedef std::vector<css::uno::Reference<css::xml::dom::XNode> > NodeVector_t;
@@ -48,7 +48,6 @@ private:
/// the node-list result from the last bind (cached from mxResult)
NodeVector_t maNodes;
-protected:
/// get expression for evaluation
const OUString _getExpressionForEvaluation() const;