diff options
-rw-r--r-- | include/ucbhelper/resultset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx index 4d7bb6d42704..5a7a92963aee 100644 --- a/include/ucbhelper/resultset.hxx +++ b/include/ucbhelper/resultset.hxx @@ -303,7 +303,7 @@ public: * * @return the resultset for that the supplier supplies data. */ - rtl::Reference< ResultSet > getResultSet() const { return m_pResultSet; } + ResultSet* getResultSet() const { return m_pResultSet; } /** * This method returns the identifier string of the content at the |