diff options
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/xforms/computedexpression.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/computedexpression.hxx b/forms/source/xforms/computedexpression.hxx index 30b9581c5f4b..3a69b1b2a8ec 100644 --- a/forms/source/xforms/computedexpression.hxx +++ b/forms/source/xforms/computedexpression.hxx @@ -111,7 +111,7 @@ public: // get the result of this expression as string/bool/... // (Results will be based on the last call of evaluate(..). The caller // must call evaluate to ensure current results.) - css::uno::Reference<css::xml::xpath::XXPathObject> getXPath() const { return mxResult;} + css::uno::Reference<css::xml::xpath::XXPathObject> const & getXPath() const { return mxResult;} bool getBool( bool bDefault = false ) const; OUString getString() const; |