summaryrefslogtreecommitdiffstats
path: root/include/dbaccess/genericcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/genericcontroller.hxx')
-rw-r--r--include/dbaccess/genericcontroller.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx
index 85a49a73da23..75b50bee42ab 100644
--- a/include/dbaccess/genericcontroller.hxx
+++ b/include/dbaccess/genericcontroller.hxx
@@ -404,7 +404,7 @@ namespace dbaui
DECL_LINK_TYPED(OnAsyncCloseTask, void*, void);
public:
- css::uno::Reference< css::uno::XComponentContext > getORB() const { return m_xContext; }
+ const css::uno::Reference< css::uno::XComponentContext >& getORB() const { return m_xContext; }
ODataView* getView() const { return m_pView; }
void setView( const VclPtr<ODataView>& i_rView );
void clearView();