diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-29 11:38:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-29 11:38:22 +0200 |
commit | ac265f6210452ee48c1766942a3a311aedc3cdcd (patch) | |
tree | f01cf52faf1a04ec48245793591e841c2e18af83 /forms/source | |
parent | 5d88bf766c8951b15010c8080c3cb56d52321fb2 (diff) |
Further clean-up
Change-Id: I16b8bfe2c4a337acf188ec8ffa2ed084ca437faa
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; |